users@jax-ws.java.net

Re: Anticipate usage of java.xml.ws.Endpoint?

From: Doug Kohlert <Doug.Kohlert_at_Sun.COM>
Date: Thu, 23 Feb 2006 08:28:37 -0800

These ligthweight endpoints will be used mainly for callbacks. So a Web
Service client may invoke a web service
that needs to call back to the client. It can be used for asynchrounous
calls etc.

Mark Hansen wrote:

> I understand (from the Glassfish forum) that JSR-109 prohibits
> Endpoint.publish(...) inside Java EE 5. So, I guess that Endpoint is
> supposed to be used to deploy web services from Java SE.
>
> How does that JAX-WS expert group anticipate that Endpoint will be
> used? Is the goal of Endpoint to give programmers a tool that they
> can use to deploy lightweight web services applications without
> needing to deploy a Java EE container?
>
> Thanks for any insights,
>
> Mark
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jax-ws.dev.java.net
> For additional commands, e-mail: users-help_at_jax-ws.dev.java.net
>

-- 
 - Doug