Hi Vincent, It's funny I was looking for the same thing. At the end I've decided to write my own little application but I found one tutorial that came close to what I wanted. It uses Struts, Session EJB and Entity Beans. Unfortunately it's copyrighted.
http://www.laliluna.de/integration-struts-ejb-tutorial.html Cheers, Thomas On 8/19/05, Vincent Massol <[EMAIL PROTECTED]> wrote: > > > > > -----Original Message----- > > From: Brett Porter [mailto:[EMAIL PROTECTED] > > Sent: vendredi 19 août 2005 10:00 > > To: Maven Developers List > > Subject: Re: Anyone knows of an existing J2EE/EJB open source > application? > > > > No idea, but I'd be interested to know why creating the build for the > > petstore was so hard. Are they things fixed in m2? > > Nothing to do with m1 or m2... :-) > > - It started easy: the components/ directory was clean and each component > separated in its own build > > - It gets bad in the waf/ directory and even worse in the applications/ > directory because then all sources are put together and artifacts are > built > out of them by hand-picking them, including artifacts created beforehand > and > excluding some files. The Ant build file is also very hard to read and > thus > it makes it difficult to try to reproduce the same thing. > > - there are no tests which is not good as I'd like to cover testing in the > article. > > - I probably won't be able to commit the maven build in the Java Petstore > source tree which is a shame and as a consequence it'll stop working at > the > next release of the petstore. > > It can be done, it just that it's going to take a very long time... > > Thanks > -Vincent > > > > > - Brett > > > > Vincent Massol wrote: > > > > >Hi, > > > > > >I'm writing an article for an online magazine on Maven 1.x and J2EE and > > I'd > > >like to use an existing and real-world J2EE application for the article > > >examples. > > > > > >The application would need to use all the J2EE stack (Servlet, EJB, > JSP, > > >Taglibs, etc) to fully show how Maven can build it all. > > > > > >I've thought about the Java Petstore but it's too hard to create a > Maven > > >build for it (I've spent 2 days already and got nowhere to the end). > I've > > >thought about the xPetstore one but it's fully based on xdoclet and > > that's > > >good but I'd also like some example of standard EJB builds. > > > > > >Any idea? What would be ideal would be to find an existing open source > > J2EE > > >application that already has a good Maven 1.x build. > > > > > >Thanks > > >-Vincent > > > > > > > > >--------------------------------------------------------------------- > > >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] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >