-
JPA/ORM
Generating Database Objects from Hibernate Entities
In the usual scenario, developers will tend to create database objects first before the entities. This is called bottom to…
Read More » -
URLDecoder
java.net.URLDecoder Example
URLDecoder is a utility class for HTML form decoding. This class contains static methods for decoding a String from the…
Read More » -
BasicDatasource
org.apache.commons.dbcp.BasicDataSource Example
In this example, we shall show you how to use BasicDataSource of Apache commons dbcp library. DBCP is a part of…
Read More » -
JdbcRowSet
javax.sql.rowset.JdbcRowSet Example
This article introduces the JdbcRowSet interface and its basic usage. This class is defined in the javax.sql.rowset package. JdbcRowSet interface…
Read More » -
Logfactory
org.apache.commons.logging.logfactory Example
In this example, we shall be talking about how we can use the Apache commons org.apache.commons.logging.Logfactory class. You can download…
Read More » -
Base64
org.apache.commons.codec.binary.base64 Example
Base64 class is used for Base64 encoding and decoding as defined by RFC 2045. There are various constructors with URL-Safe…
Read More » -
Struts 2
Struts 2 @ResultPath Annotation Example
Struts 2, the famous Model-View-Controller (MVC) framework, has several features that allows you to shape your webapp the way you…
Read More » -
Log4j
Log4j Property Configuration Example
Log4J is an open source project which allows developers output log statements with configured granularity. The configuration can be maintained…
Read More » -
Iterator
Iterable Java Example – java.lang.Iterable Interface
This article shows an Iterable Java example – java.lang.Iterable interface. This is defined in java.lang package and was introduced with…
Read More »