Search Results for: java 8
-
jpa
JPA Native SQL Queries Example
In this example, we shall see how to use native SQL queries in JPA. The Java Persistence Query Language is…
Read More » -
Base64OutputStream
org.apache.commons.codec.binary.Base64OutputStream Example
Base64OutputStream has constructors with parameter for encoding (default behavior) and decoding in a streaming fashion for unlimited size. The default…
Read More » -
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 » -
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 » -
spring
Load environment configurations and properties with Spring Example
In this example we shall show you how to load specific environment configurations and properties using Spring. Since version 3.1,…
Read More » -
Quartz
Quartz cron schedule Example
This is an example of how to create and run scheduled jobs using cron expressions and Quartz Scheduler, the open…
Read More » -
Android
Android Google Places Autocomplete API Example
In the example, we are going to see how can we use one of the most famous, public, social APIs,…
Read More » -
resteasy
Creating JAX-RS web service using RESTEasy Example
Introduction RESTEasy is a JBoss Project and an implementation of JAX-RS specification. It’s simplified nature made a huge noise on…
Read More »