Hi,

If you want to know;
 - the relation between "Axis handler" and "JAX-RPC handler".
 http://marc.theaimsgroup.com/?l=axis-dev&m=106076632810195&w=2

 - how to use API-based configurations.
 http://marc.theaimsgroup.com/?l=axis-user&m=103538342810775&w=2

 - how to use wsdd-based configurations.
 http://marc.theaimsgroup.com/?l=axis-user&m=104030421806323&w=2

 - the history of handler implementations on Axis. :)
 http://marc.theaimsgroup.com/?l=axis-dev&w=2&r=1&s=Axis+vs+JAX-RPC&q=t

The archive of axis-* ml will provide useful info for you.

--
Toshi <[EMAIL PROTECTED]>

-----Original Message-----
From: Vladimir Umansky [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 26, 2003 2:06 AM
To: [EMAIL PROTECTED]
Subject: Re: Axis and JaxRpc Handlers!

Axis handlers were probably implemented before JAX-RPC
specification support.  Once JAX-RPC came out, it was
easier just to build JAX-RPC interfaces on top of
existing Axis infrastructure.  For your purposes
JAX-RPC handlers would probably be sufficient.

--- Guillaume Sauthier <[EMAIL PROTECTED]>
wrote:
> Hi all !
> It's an architecture question here :)
>
> I'm wondering why Axis didn't use the Handlers
> defined in the JAXRPC
> specification ?
> JaxRpc say that a Handler has 2 main methods :
> handleRequest and
> handleResponse. It's more useable than a single
> invoke method that
> constraint us to tell Axis where the invokation must
> be done
> (responseFlow / requestFlow), dont you think ?
>
> I'm asking this because I want to integrate Axis in
> our Application
> Server and we want to follow the J2EE 1.4
> specification (webservices
> 1.1, JaxRpc 1.1).
>
> Thanks in advance :)
>
> Guillaume
_________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Reply via email to