Re: EJB3 Web project with cargo, jetty6

2006-07-16 Thread Vincent Massol
Hi Tony, On 7/14/06, Tony Hillerson [EMAIL PROTECTED] wrote: Hello all, I have a project that will use EJB3.0, and as far as I know only a few containers support that. I'm using jBoss now. My question is along the lines of the Improving Web Development Productivity section of the Maven Book.

EJB3 Web project with cargo, jetty6

2006-07-14 Thread Tony Hillerson
Hello all, I have a project that will use EJB3.0, and as far as I know only a few containers support that. I'm using jBoss now. My question is along the lines of the Improving Web Development Productivity section of the Maven Book. I've tried the jetty6 plugin and it's perfect for

Re: EJB3 Web project with cargo, jetty6

2006-07-14 Thread Chris Richardson
Tony, If you want to test your session beans and MDBs you can use the JBoss microcontainer. It starts up very quickly. No need for a long running server. Its been discussed a few times on this mailing list - I also have an example in my book's source code. EJB3 entity beans (aka JPA) can easily

Re: EJB3 Web project with cargo, jetty6

2006-07-14 Thread Tony Hillerson
Thanks Chris, I don't mean testing, I mean running the web application in container for development. I'd like to be able to meet the following goals: 1. Make changes from my working copy and view at http://localhost immediately with no 'mvn deploy', just like with the jetty6 plugin. 2. Use