[Json-rpc-java] Another query.
Michael Clark
michael at metaparadigm.com
Wed May 31 11:59:59 SGT 2006
Sandeep Raja Rao wrote:
> Do we really need javac at the server side for JSON-RPC to be used?
No you don't.
But depending on whether or not you use JSON-RPC-Java within JSP, this
is a separate issue (JSP is not required for JSON-RPC-Java as it is just
a servlet). Your container's (tomcat, etc) JSP compiler (if your not
using pre-compiled JSP) will probably need tools.jar from the jdk.
~mc
More information about the Json-rpc-java
mailing list