One thing that seems somewhat odd to me is the usage of JSESSIONID for tracking session state.
That cookie/param is used for servlet http sessions and given that this is pure EJB without any servlets
it would be bit confusing to require it. Or will this rely on session tracking from undertow-servlet?

--
tomaz

On Wed, May 4, 2016 at 7:50 AM, Stuart Douglas <stuart.w.douglas@gmail.com> wrote:
Hi everyone,

I have started looking into support for service invocation over HTTP. Unlike our existing HTTP upgrade support this will map EJB requests/responses directly to HTTP requests and responses, which should allow it to be used behind existing load balancers.

I have started an initial description of the protocol at: https://github.com/stuartwdouglas/wildfly-http-client/blob/master/docs/wire-spec-v1.asciidoc

The intention is to follow HTTP semantics as closely as possible. Clustering will be provided in a similar manner to web clustering (i.e. it will require a load balancer, and work in a similar manner to web clustering).

There is still plenty work that needs to be done (especially around security), so if anyone has any feedback let me know.

Stuart



_______________________________________________
wildfly-dev mailing list
wildfly-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/wildfly-dev