service wtihout ejb

T

Tomer

Hi,

I want to have 2 servers and i want to call a java service on server B
from server A, I dont want to use web services, CORBA, I want
something simple, Is there any way to do this without using a session
bean with remote interface? (that would be as easy as developing a
session bean with remote interface?)

Thanks,

Tomer
 
J

jlp

Tomer a écrit :
Hi,

I want to have 2 servers and i want to call a java service on server B
from server A, I dont want to use web services, CORBA, I want
something simple, Is there any way to do this without using a session
bean with remote interface? (that would be as easy as developing a
session bean with remote interface?)

Thanks,

Tomer
No problem for Server A you can instantiate your client WS as a servlet
or as a standalone application ( with a main method).

For server B, as the prefered protocol of WS is Soap/http you need a WAS
that supports webservices or Tomcat + Axis or Tomcat + cxf or Apache +
Gsoap ...

There is no need of EJB .
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,023
Latest member
websitedesig25

Latest Threads

Top