资 源 简 介
Current webservice (WS) technologies tend to be heavy and dependent on a wide set of 3rd-party APIs and generic standards.
This is a simple method to publish Java interfaces by using Servlets. Therefore, any existing Web Application container can be used to deploy your interface"s methods.
The methodcallerservlet is a data serialization independent Servlet. It can be accessed from client applications written in any programming language. Nevertheless, the user is required to develop the data serialization on his own in order to be compatible with his own client. You are free to implements his own serialization strategy.
A Java client is provided to allow a fast start up of Java application. A serialization strategy to allow J2ME clients will be available soon.