Actually, you can use Maven with any structure you like. As far as dealing with funky jndi, combining the powers of Maven and Spring would take care of those concerns.

What issue are you having?


--
James Mitchell



On May 2, 2007, at 6:16 PM, Antony Stubbs wrote:


Yes, I was playing with Maven last night... Unfort this is a short term project, and the powers that be wouldn't let me rearrange our structure to fit Maven. Plus we have some funny security configuration and JNDI stuff on
Websphere that I'm not sure Jetty would support....
But I'm definitely going to push for Maven on our next project - looks
great!


James Mitchell-7 wrote:

Hi, for a 2 minute demo of how nice the maven jetty integration is,
try this:

(You must have Maven and SVN client installed)

$ svn co http://svn.apache.org/repos/asf/struts/struts2/tags/
STRUTS_2_0_6/apps/mailreader/
$ cd mailreader
$ mvn jetty:run

Open your browser to localhost:8080/struts2-mailreader/

Have fun!


--
James Mitchell



On May 1, 2007, at 6:16 PM, Antony Stubbs wrote:


We're developing a Struts application which will be deployed onto
Websphere
eventually.

However, I find Websphere very heavy weight do use during
development -
publishing seems to take for ever, and seems as thought for many
changes it
must be restarted.

What's a common container to use during development that will
facilitate the
fastest (computer burden-wise) code, deploy, test, code, deploy,
test cycles
etc?

I've tried Tomcat, and that seems to work better, but it still has
to be
restarted (well, eclipse (RAD actually) seems to insist on
restarting it).
Jetty? And are there any guides out there to guide in setting up
the fastest
environment?

Is there anyway to get changes instantaneously viewable aka
Grails / Rails
etc?

I will need to setup JNI for the datasource (DB2 and Oracle) in the
container, and even better have the container support
j_security_check.
--
View this message in context: http://www.nabble.com/-S1--
Application-container-during-development-for-fastest-code-test-
cycle--tf3677559.html#a10276929
Sent from the Struts - User mailing list archive at Nabble.com.


-------------------------------------------------------------------- -
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
View this message in context: http://www.nabble.com/-S1-- Application-container-during-development-for-fastest-code-test- cycle--tf3677559.html#a10295860
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to