Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] new bundle: org.eclipse.ecf.remoteservice.servlet

Hi Folks,

I've created and committed a new ECF bundle: org.eclipse.ecf.remoteservice.servlet. The intention for this bundle is to have some 'support code' for writing servlets that respond to http requests for remote services. For example, I've added a couple of interfaces for deserializing remote call parameters (from an HttpServletRequest) and serializing the remote response (to an HttpServletResponse). I'm also thinking of adding some abstract super classes (that probably extend HttpServlet) that can be used by those wishing to implement remote service hosts (or consumers) via servlets.

Things are checked in here:

http://git.eclipse.org/c/ecf/org.eclipse.ecf.git/tree/framework/bundles/org.eclipse.ecf.remoteservice.servlet

although I'm just getting started.  I've created enhancement request [1]

Any thoughts/comments appreciated.

Scott

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=414086





Back to the top