Categories
Tags → Java Web Services Client

Basics of .NET remoting

This article will explores about .NET remoting. .NET remoting is a technology that allows you to invoke or accessing objects on remote server. For those who are familiar with Java technology, it is called RMI (Remote Method Invocation) in java world....
DETAILS

Build interoperable Web services with JSR-109

JSR-109 facilitates the building of interoperable Web services in the Java 2 Platform, Enterprise Edition (J2EE) environment. It standardizes the deployment of Web services in a J2EE container. This article discusses the server and client programming...
DETAILS

JProxy

JProxy is a thin J2EE client provider that delivers J2EE technology onto the client side with 100 KB client runtime. JProxy is App Server independent. On the server side JProxy is a Servlet and seamlessly integrates with most of Application Servers, ...
DETAILS
©2003-2019 jCay.com