Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Jody Mills   on Feb 03 In Java Category.

  
Question Answered By: Rachael Ferguson   on Feb 03

In EJB 3.0 you could use annotation for Remote access  and xml descriptor too.
if your requirement is that access from another machines to this business logic you have to set an Interface over your implementation and use @Remote annotation for it and in your implementation you have to set JNDI for it. you could use jboss seam (Web Beans JSR-299) to solve your problems in easy way.

Share: 

 

This Question has 6 more answer(s). View Complete Question Thread

 


Tagged: