looks like they are heading for an XML-based communication layer for RMI.
The only problem will be that it will take Sun a year or so to define the spec and the list of their references indicates that they will be heading toward a full-blown API based on SOAP.
I think XML-RPC will do for me as it is very lean and efficient compared to SOAP.
Rainer
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
look at http://java.sun.com/aboutJava/communityprocess/jsr/jsr_101_xrpc.html
What do you think about?
C U :-)
Marco
Marco,
looks like they are heading for an XML-based communication layer for RMI.
The only problem will be that it will take Sun a year or so to define the spec and the list of their references indicates that they will be heading toward a full-blown API based on SOAP.
I think XML-RPC will do for me as it is very lean and efficient compared to SOAP.
Rainer
Hi all,
I agree with Rainer. XML-RPC is as simple as I want it. It's not likely, either, that XML-RPC will be supported by Sun.
I'll go with XML-RPC for a while.
Regards,
Greger
Hi Rainer,
I think you are right :-)
I hope they will not make XML-RPC a SOAP with another name.
C U