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

 

Reply via email to