[jboss-user] [EJB/JBoss] - Setting up an EJB Client
stscit04
do-not-reply at jboss.com
Thu Nov 8 08:20:44 EST 2007
Hi,
How do I setup an EJB Client? As ar as I understood it,
I need to have on the classpath of a standalone client:
- jar containing the EJB3 business interfaces (the ones
annotated with @remote)
- jar with ejb-annotations because the business interfaces depend on them
- ???
Is there a list of jars available that I need in order to
connect to jboss?
Another question is regadring entitybeans (EJB 3). With EJB 2.1 and
XDoclet, there was an xdoclet task that generated POJOs and
methods in the entity beans that filled/read the pojos. Back then,
I wrote Session beans as POJO/EntityBean converters. Is there a
more convinient way of doing this in EJB 3?
Thanks for any pointers to appropriate documentation or
other help.
Best regards,
Stefan
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102888#4102888
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102888
More information about the jboss-user
mailing list