At 11:32 02/10/2003, you wrote:
Hi!

I'm designing a simple architecture prototype for my university. The key concept is EJB, but I'd like to add SOAP interfaces.
It would be wise to create a system like this?


EJB_Entities->(managed by)->EJB_Session->SOAP_Binding->Servlet->WebAccess

The data is enclosed in the entity beans, and the service is in the session bean which manages the data.
I create a wsdd for that bean, so the service is accesed via SOAP by the clients.
One of the clients is a servlet which provides the html view of the service.


I use Jboss+Axis+Tomcat.

Thx in advance

---------------------------------------
Asier Murciego Alonso


Asier,


have a look at this example
http://www.csd.abdn.ac.uk/~bscharla/teaching/mtp_software/jboss/jboss-net-EJB-example.shtml

you should be able to modify it to suit your needs.


cheers,


Bruce

Dr. Bruce Scharlau
Dept. of Computing Science
University of Aberdeen
Aberdeen AB24 3UE
01224 272193
http://www.csd.abdn.ac.uk/~bscharla
mailto:[EMAIL PROTECTED]



Reply via email to