Cool. I'll play with the example, remapping it in Cayenne. Like I
said, at least Cayenne-style mapping will definitely work, but I am
optimistic about us supporting JPA variant as well by JavaOne.
Andrus
On Apr 12, 2006, at 2:12 PM, David Blevins wrote:
For a simple goal, I'd like to take this app which is just one
stateless session bean and one CMP and turn it into an EJB 3 style
session bean with an new JPA style entity.
http://demo1.openejb.org/moviefun/index.jsp
(source: http://cvs.openejb.org/viewrep/openejb/tags/v1_0/openejb1/
examples/moviefun/src/java/org/acme/movie)
Would be nice to make that example a tad more involved with a few
more entities, but that app safely encompasses a basic
functionality we need: a jsp talking to a session bean talking to
an entity.