Good process for develop/build/deploy/test cycle

2002-04-05 Thread Wellie W. Chao
I started using JBoss with Tomcat a few weeks ago doing development with Struts and Tiles and find that I spend a lot of time in the deploy portion of the application development process waiting for an EAR to deploy, which dramatically slows down development since the build/deploy/test parts of th

RE: Good process for develop/build/deploy/test cycle

2002-04-05 Thread Galbreath, Mark
Use Ant. Mark -Original Message- From: Wellie W. Chao [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 7:51 AM To: Struts Users Mailing List Subject: Good process for develop/build/deploy/test cycle I started using JBoss with Tomcat a few weeks ago doing development with Struts

RE: Good process for develop/build/deploy/test cycle

2002-04-05 Thread Wellie W. Chao
ompile the classes and JSPs that have changed and immediately run what you want to test. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 8:04 AM To: 'Struts Users Mailing List' Subject: RE: Good process for develop/build/deploy/test cy

Re: Good process for develop/build/deploy/test cycle

2002-04-11 Thread Wellie W. Chao
I'm not exactly sure what you mean by "incorporate user authorization into selected a 'forward' view mapping." If you want container-managed security, just add it to your web.xml like so: Admin Admin functions /admin/* GET POST admin

Re: Good process for develop/build/deploy/test cycle

2002-04-12 Thread jfc100
Wellie W. Chao wrote: >I'm not exactly sure what you mean by "incorporate user authorization into >selected a 'forward' view mapping." If you want container-managed security, >just add it to your web.xml like so: > > > > Admin > Admin functions > /admin/* > GET > PO