I would sugesst you buy the documentation or look at xdoclet, the 
version in CVS ..

http://sourceforge.net/projects/xdoclet

Eric Jain wrote:


Lachezar Dobrev wrote:

>   Hi.
>   First. I'm not newbie to J2ee.
> 
>   I'm trying to port a large J2EE app from Orion to JBoss.
>   In Orion I can make a value mapping, so that a field in an EntityBean is a
> collection of a simple bean class:
> 
>   MyBean
>    '->java.util.List SubObjects
> 
>   The objects in the SubObjects list are simple java beans with a couple of
> properties.
>   I only have to make a deployment descriptor, describing the beans, and
> orion automaticaly generates or mappings for these objects releaving me of
> the mind-consuming object mapping.
>   In short this is a One-To-Many Or mapping. However this is not ejb-to-ejb
> mapping, but an ejb-java_bean mapping.
> 
>   Question: Is there a way to do that in jboss, or do I have to stick to
> bean-managed persistance?
> 
>   I would appreciate any suggestions, ezxamples, even a bundled jar with
> this would be GREAT.
> 
>   Please help me.
> 
>   Lachezar
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to