Eclipse IDE Tutorial

1. What is Eclipse? Most people know Eclipse as an integrated development environment (IDE) for Java. Today it is the leading development environment for Java with a marketshare of approx. 65%. Eclipse is created by an Open Source community and is used in several different areas, e.g. as a developm

[ read more ]

Spring supports remoting for six different RPC models:

Spring supports remoting for six different RPC models: 1. Remote Method Invocation (RMI) 2. Hessian 3. Burlap 4. HTTP invoker 5. EJB 6. JAX-RPC In all the models, services are configured into the application through spring configuration file as spring managed beans. This

[ read more ]