Hi Asier

sounds good. If am right this is what the JSR109 from jcp defined.

there are lot of statndreads define to do this i JSR 109 spec

regards

Srinath
  
On Thu, 2003-10-02 at 16:32, Asier Murciego 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
> 
>  
> 
> 

Reply via email to