Re: [M2] How to develop a JEE application

2006-05-19 Thread Serge Emmanuel Pagop
About the Tutorial (JBoss EJB3.0 and Glassfish EJB3.0 with maven2) next week I will post a beta version in the maven-user-mailinglist On 5/19/06, Serge Emmanuel Pagop <[EMAIL PROTECTED]> wrote: JBoss have only as Java EE 5 modules JBoss EJB 3.0 RC7 and JBoss WS R1 On 5/19/06, Jose Gonzalez Go

Re: [M2] How to develop a JEE application

2006-05-19 Thread Serge Emmanuel Pagop
JBoss have only as Java EE 5 modules JBoss EJB 3.0 RC7 and JBoss WS R1 On 5/19/06, Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote: 2006/5/19, Serge Emmanuel Pagop <[EMAIL PROTECTED]>: > > Hi Jose, > > Glassfish is not the only Java EE 5 vendor, there are another vendors like > JBoss.ORG with JB

Re: [M2] How to develop a JEE application

2006-05-19 Thread Jose Gonzalez Gomez
2006/5/19, Serge Emmanuel Pagop <[EMAIL PROTECTED]>: Hi Jose, Glassfish is not the only Java EE 5 vendor, there are another vendors like JBoss.ORG with JBoss 4.0.4 AS. I' am writting a tutorial how developers can use maven2 to develop Java EE app a la JBoss other Java EE App a la Glassfish.

Re: [M2] How to develop a JEE application

2006-05-19 Thread Tim Kettler
Hi, Just curious. Is JBoss 4.0.4 really J2EE 5 compliant? I thought they just ship it with a release candidate of their EJB3 implementation. -Tim Serge Emmanuel Pagop schrieb: Hi Jose, Glassfish is not the only Java EE 5 vendor, there are another vendors like JBoss.ORG with JBoss 4.0.4 AS.

Re: [M2] How to develop a JEE application

2006-05-19 Thread Jose Gonzalez Gomez
2006/5/19, Borut Bolčina <[EMAIL PROTECTED]>: Hi, did you read the book at http://www.mergere.com/m2book_download.jsp? There is a chapter on EE development. Yes, I have read it, but the dependencies shown there are for J2EE 1.4 (at least in the version of the book I've downloaded). I've sea

Re: [M2] How to develop a JEE application

2006-05-19 Thread Serge Emmanuel Pagop
Hi Jose, Glassfish is not the only Java EE 5 vendor, there are another vendors like JBoss.ORG with JBoss 4.0.4 AS. I' am writting a tutorial how developers can use maven2 to develop Java EE app a la JBoss other Java EE App a la Glassfish. On 5/19/06, Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote

Re: [M2] How to develop a JEE application

2006-05-19 Thread Borut Bolčina
Hi, did you read the book at http://www.mergere.com/m2book_download.jsp? There is a chapter on EE development. On 19.5.2006 13:43, Jose Gonzalez Gomez wrote: Hi there, Do you have any pointers, documentation, whatever on developing a JEE application from scratch? I'm interested in us

[M2] How to develop a JEE application

2006-05-19 Thread Jose Gonzalez Gomez
Hi there, Do you have any pointers, documentation, whatever on developing a JEE application from scratch? I'm interested in using the new JEE 5 version, and I don't know what dependencies to use in my project descriptor, or even if such dependencies exist in the maven repository. By the way, is