You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Justin Edelson <ju...@gmail.com> on 2010/05/21 03:36:50 UTC

GWT Service Integration style

In the current contrib/gwt/sample project, there's a GWT RPC service
exposed as a service via path. However, I'm thinking this should be
changed to use a resource at the service path and then a servlet
associated with a specific resource type.

WDYT?

Justin