-
servlet
Get Request Header in Servlet
This is an example on how to get Request Headers in a Servlet. This is to make it easy for…
Read More » -
naming
Create an Initial Context to a Directory
In this example we are going to see how to create an Initial Context to a Directory. This example uses…
Read More » -
naming
Parsing a JNDI composite name example
In this example we are going to see how to perform Parsing on JNDI composite name. In composite names components are / delimited. We…
Read More » -
naming
Create an Initial Context to the Naming service
With this tutorial we shall show you how to create an Initial Context to the Naming service to get you…
Read More » -
mail
Send email with attachment
With this tutorial we are going to see how to send an email with an attachment in a Java Application.…
Read More » -
mail
Send e-mail via GMail
With this example we are going to see how to send an e-mail via GMail in a Java program. To…
Read More » -
mybatis
How use @Select MyBatis annotation
In this example we shall show you how to use @Select MyBatis annotation. MyBatis is a first class persistence framework…
Read More » -
mybatis
Create MyBatis SqlSession
This is an example of how to create an SqlSession using MyBatis framework. MyBatis is a first class persistence framework…
Read More » -
jetty
Setting Contexts in Jetty
With this example we are going to demonstrate how to set the Contexts in a Jetty server. The Jetty Web…
Read More » -
jetty
Launch Jetty in embedded mode
In this example we shall show you how to launch Jetty server in embedded mode. The Jetty Web Server provides an…
Read More »