Hibernate Core concepts overview

We need to understand the below concepts in Hibernate before using them in coding Configuration SessionFactory Session Let’s see them in detail Configuration Hibernate should have the information to map the java classes with the database tables. This information is ideally kept in the mapping XML file. Hibernate also need to have the database related […]

Share this article on

JAX-WS Basic example – Document Style

We have seen RPC style in previous article. In this article, we will see Document style example using JAX-WS The Style indicates how exactly the SOAP message body is structured. The Document style indicates that the SOAP message body contains a XML document which can be validated against pre-defined XML schema document. RPC style indicates […]

Share this article on
< Previous Next >