I've just released an initial version of xPetStore.
xPetStore is a subset of Sun Pet Store application that uses xDoclet
With xPetStore, you will learn:
* How to create EntityBeans (with local and remote interfaces)
* How to create SessionBeans (with local and remote interfaces)
* How to create MessageDrivenBeans
* How to use CMP 2.0, EJBQL and CMR
* Generate deployment descriptor for different vendors
For the moment, xPetStore works very well with JBoss.
Im working hard to port it to other application servers.
Get it at
http://www3.sympatico.ca/htchepannou
Discussions
EJB programming & troubleshooting: check out xpetstore, a version of petstore that uses xDoclet
-
check out xpetstore, a version of petstore that uses xDoclet (2 messages)
- Posted by: Herve Tchepannou
- Posted on: November 14 2002 16:08 EST
Threaded Messages (2)
- check out xpetstore, a version of petstore that uses xDoclet by Michael Rasmussen on November 14 2002 16:14 EST
- check out xpetstore, a version of petstore that uses xDoclet by Herve Tchepannou on November 15 2002 16:28 EST
-
check out xpetstore, a version of petstore that uses xDoclet[ Go to top ]
- Posted by: Michael Rasmussen
- Posted on: November 14 2002 16:14 EST
- in response to Herve Tchepannou
For those of you who are experienced developers, is this something I, an inexperienced developer, should be interested in? -
check out xpetstore, a version of petstore that uses xDoclet[ Go to top ]
- Posted by: Herve Tchepannou
- Posted on: November 15 2002 16:28 EST
- in response to Michael Rasmussen
yes.
because it shows you how to use the xDoclet tags. Then you don't have to worry about Remote/Local/Home interfaces and deployment descriptors.
xDoclet generate all the files for you. You just have to concentrate on the business logic.