[jboss-user] [EJB 3.0] - Re: EJB3 interfaces questions

ALRubinger do-not-reply at jboss.com
Mon Jan 22 10:37:25 EST 2007


1) Nope.  I would recommend keeping the methods in your interface "Reverse", then make a couple of children, "ReverseLocal" and "ReverseRemote", and making these your @Local and @Remote APIs.

2) Depends on your packaging.

http://docs.jboss.org/ejb3/app-server/tutorial/jndibinding/jndi.html 

...shows the defaults.  

http://jboss.org/wiki/Wiki.jsp?page=DisplayTheJDNITreeWithTheJMXConsole

... shows how to see what's actually in the JNDI Tree.

3) Servlet injection is not currently supported, though will be in the future.

4) You mean the JAR that contains all the classes needed of an EJB3 client?  Everything you need should be in $JBOSS_HOME/client, most notably the jboss-all-client.jar and the EJB3 JARs.

5) http://trailblazer.demo.jboss.com/EJB3Trail/ 

...and 

http://docs.jboss.org/ejb3/

...which is a little outdated.

S,
ALR

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004854#4004854

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4004854



More information about the jboss-user mailing list