Skip to main content

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

Hi Scott,

It sounds cool but I don't get it. Can you describe the flow? Do you call the servlet which in turn calls the remote service? Is that the idea?

Cheers,

Wim 


On Wed, Jul 31, 2013 at 8:29 AM, Scott Lewis <slewis@xxxxxxxxxxxxx> wrote:
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



_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev


Back to the top