Re: http.jetty service

2007-03-07 Thread Jim Marino


If that helps, I have been able to use the Jetty service in the  
integration branch as a ServletHost to expose Web Services with the  
Axis2 binding. To see this working you can take a look at the sca/ 
extensions/axis2/samples/helloworld-ws sample.


--
Jean-Sebastien


Cool, do you want to pull up the Axis2 binding to have it work off  
the 2.0 alpha kernel release so we can get a WS stack integrated? I  
think it would be useful if we could release Axis around the time we  
release some of the other extensions, e.g. Spring, Groovy and JPA.


Jim



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: http.jetty service

2007-03-07 Thread Ignacio Silva-Lepe

Hmm, yes, I suppose I spoke too soon. I should have looked more
closely at the fact that @Service(ServletHost) is indeed exposed.
Thanks Jim and Sebastien


On 3/7/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:


Ignacio Silva-Lepe wrote:
> I have a couple of questions about the http.jetty service.
>
> First, I am assuming that this service is intended to be kept around and
> not deprecated, but let me know if this is not the case.
>
> If that is the case, then I wonder what the intended usage pattern is
> supposed to be. I do see a JettyService interface but (1) it only
exposes
> a getServer operation but other operations, like registerMapping, are
not
> exposed, and (2) this interface is not exposed as an sca service the way
> the Store service is, for instance.
>
> If there's interest, I would like to volunteer to upgrade http.jetty
> service
> and
> make it a @Service that exposes a few more of the implemented
operations,
> assuming that this an agreeable direction to take it in.
>
> Thanks
>
Ignacio,

If that helps, I have been able to use the Jetty service in the
integration branch as a ServletHost to expose Web Services with the
Axis2 binding. To see this working you can take a look at the
sca/extensions/axis2/samples/helloworld-ws sample.

--
Jean-Sebastien


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: http.jetty service

2007-03-07 Thread Jean-Sebastien Delfino

Ignacio Silva-Lepe wrote:

I have a couple of questions about the http.jetty service.

First, I am assuming that this service is intended to be kept around and
not deprecated, but let me know if this is not the case.

If that is the case, then I wonder what the intended usage pattern is
supposed to be. I do see a JettyService interface but (1) it only exposes
a getServer operation but other operations, like registerMapping, are not
exposed, and (2) this interface is not exposed as an sca service the way
the Store service is, for instance.

If there's interest, I would like to volunteer to upgrade http.jetty 
service

and
make it a @Service that exposes a few more of the implemented operations,
assuming that this an agreeable direction to take it in.

Thanks


Ignacio,

If that helps, I have been able to use the Jetty service in the 
integration branch as a ServletHost to expose Web Services with the 
Axis2 binding. To see this working you can take a look at the 
sca/extensions/axis2/samples/helloworld-ws sample.


--
Jean-Sebastien


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: http.jetty service

2007-03-07 Thread Jim Marino


On Mar 7, 2007, at 9:04 AM, Ignacio Silva-Lepe wrote:


I have a couple of questions about the http.jetty service.

First, I am assuming that this service is intended to be kept  
around and

not deprecated, but let me know if this is not the case.

If that is the case, then I wonder what the intended usage pattern is
supposed to be. I do see a JettyService interface but (1) it only  
exposes
a getServer operation but other operations, like registerMapping,  
are not
exposed, and (2) this interface is not exposed as an sca service  
the way

the Store service is, for instance.

If there's interest, I would like to volunteer to upgrade  
http.jetty service

and
make it a @Service that exposes a few more of the implemented  
operations,

assuming that this an agreeable direction to take it in.

Thanks
+1 We definitely need it for the standalone runtime. The idea was to  
have transport bindings be able to interact with a ServletHost which  
would act as a facade for the actual servlet engine. This could be  
Jetty in a standalone environment or   the servlet engine of an app  
server or OSGi container. The ServletHost API would provide the  
common abstraction mechanism. It may also be worth upgrading to a  
later version of Jetty as well.


Jim


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]