JAX-RPC Java API for XML-Based RPC (JAX-RPC) enables Java technology
developers to develop SOAP-based interoperable and portable web
services and clients. JAX-RPC provides access to or from a Java or
non-Java, client or Web service, via standard protocols. This
course describes how to develop web services using JAX-RPC, as well
as stub, dynamic proxy, DII and JNDI-based (including EJB2) clients.
There is more...
Java Servlets ...e, using initialization parameters, properties files, and JNDI
Use JavaBeans classes to share complex business data between components
Implement filters to adapt existing servlets with new features, and to maximize the decomposition of logic between vertical business functions and horizontal facilities
What you will learn
1. Web Applications
Server-Side Programming
Web more...
Advanced Java Programming ...ionship between RMI and various J2EE technologies such as JNDI, EJB, and CORBA. Implement simple RMI clients and servers. Connect to a database using JDBC and perform a simple query. Update relational data using JDBC to execute updates, inserts and deletes. Use prepared statements to produce reusable database queries and optimize execution time. Use callable statements to access more...