Saeed Zarinfam
Saeed Zarinfam

Reputation: 10180

Call a method of session beans that deployed on the remote machine

I wrote a EJB session beans and deployed it on the GlassFish application server. i can call it easily with @EJB annotation from a local JSF web application but i dont know how to call it from a JSF web application that deployed on the remote machine (another machine). can i dot this with @EJB annotation and how ?

Upvotes: 2

Views: 340

Answers (1)

Related Questions