RE: Incremental Development with Orion

2001-02-19 Thread Eduardo Estefano









You should
use the orion ear assembler and make sure you use the orion directory structure
(when you save, it will prompt you).You wont need to package any ejbs. All you
need to do is compile your files into the appropriate directories and redeploy
the application from the console.



-

Eduardo
Estefano
Integrated Information Systems

480.317.8549



-Original
Message-
From: Phan Anh Tran
[mailto:[EMAIL PROTECTED]]
Sent: Saturday, February 17, 2001
9:00 PM
To: Orion-Interest
Subject: Incremental Development
with Orion



How
should one setup Orion for rapid and incremental Servlets,JSP, and EJB
development? I got the Servlets and JSP setup done, but the EJB setup is
still a bit iffy (thanks Faisal for your notes). I expectour
developers to develop ourEJBsin a veryincrementalfashion,so
I would like to get ideas on a setup which can support a fast code,debug,code
cycle. Thanks.


Anh










Incremental Development with Orion

2001-02-17 Thread Phan Anh Tran



How should one setup Orion for rapid and 
incremental Servlets,JSP, and EJB development? I got the Servlets and JSP 
setup done, but the EJB setup is still a bit iffy (thanks Faisal for your 
notes). I expectour developers to develop ourEJBsin a 
veryincrementalfashion,so I would like to get ideas on a setup 
which can support a fast code,debug,code cycle. Thanks.
Anh



RE: Incremental Development with Orion

2001-02-17 Thread Mike Cannon-Brookes



Easy, 
use Ant to create a build script to build your EJB jar file, then Orion will 
automatically pick up that change and redeploy. 

-mike

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]On Behalf Of Phan Anh 
  TranSent: Sunday, February 18, 2001 3:00 PMTo: 
  Orion-InterestSubject: Incremental Development with 
  Orion
  How should one setup Orion for rapid and 
  incremental Servlets,JSP, and EJB development? I got the Servlets and 
  JSP setup done, but the EJB setup is still a bit iffy (thanks Faisal for your 
  notes). I expectour developers to develop ourEJBsin a 
  veryincrementalfashion,so I would like to get ideas on a 
  setup which can support a fast code,debug,code cycle. 
  Thanks.
  Anh
  


RE: Incremental Development with Orion

2001-02-17 Thread Darren Gibbons



An 
alternative to using Ant that still allows fast debugging is to lay out your 
filestructure as recommended in the application creation howto (http://www.orionserver.com/docs/application-creation-howto.html). 
Store your EJBs under the appname-ejb folder, and to automatically 
redeploy, touch the ejb-jar.xml file, and then the application.xml file (the 
order is important) after making changes and compiling.

Orion 
watches those XML config files and automatically redeploys when they have been 
updated (or 'touch'ed). You can writea shell or batch script to 
automate this process for you, which makes deployment incredibly fast. 
This feature alone makes Orion worth the price of 
admission...

Darren.


  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]On Behalf Of Mike 
  Cannon-BrookesSent: February 17, 2001 9:09 PMTo: 
  Orion-InterestSubject: RE: Incremental Development with 
  Orion
  Easy, use Ant to create a build script to build your EJB jar file, then 
  Orion will automatically pick up that change and redeploy. 

  
  -mike
  
-Original Message-From: 
[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]]On Behalf Of Phan Anh 
TranSent: Sunday, February 18, 2001 3:00 PMTo: 
Orion-InterestSubject: Incremental Development with 
Orion
How should one setup Orion for rapid and 
incremental Servlets,JSP, and EJB development? I got the Servlets and 
JSP setup done, but the EJB setup is still a bit iffy (thanks Faisal for 
your notes). I expectour developers to develop 
ourEJBsin a veryincrementalfashion,so I would 
like to get ideas on a setup which can support a fast code,debug,code 
cycle. Thanks.
Anh