Monday, May 14, 2012

Java - Framework for creating a TCP/HTTP/SOAP APIs from an existing, standalone, interface(s)

I would like to take one or more Java interfaces, and make them callable over a network with an API.



By taking an existing standalone Java interface, and being sure it's stateless, with such a framework I could easily create distributed network Java components callable remotely. Ideally thru TCP, SOAP/HTTP could be an option.



Is there a good framework, possibly lightweight, for doing it?





No comments:

Post a Comment