SOAP Web service overview

Let’s see some of the main components of SOAP web service UDDI It stands for Universal Description, Discovery and Integration It is a directory service which is kind of repository of all the web services. All the web services have to be registered with the UDDI and make themselves available for the discovery. So anyone […]

Share this article on

JDBC vs Hibernate

JDBC stands for Java Database Connectivity which allows developers to connect, query and update a database using the Structured Query Language(SQL). Hibernate is an Object-Relational Mapping (ORM) solution for JAVA. It is a powerful, high performance ORM framework. Listed below is the difference beetween JDBC and Hibernate About the Author Raj Founder of javainsimpleway.com I […]

Share this article on
< Previous Next >