enterprise java
-
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 » -
servlet

Sample Java Servlet
In this example we are going to see how to create a simple Java Servlet. As Oracle states in it’s…
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 compound name example
In this example we are going to see how to perform Parsing on JNDI compound name. This example parses a…
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

Locating adding replacing removing and renaming a binding in the Naming service
With this example we are going to show you how to perform basic operations over a binding in a Naming…
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

Validate email address with Java Mail API
In this example we are going to see how to validate email addresses using Java Mail API. The mail API…
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 file via mail using FileDataSource example
With this example we are going to see how to sent a file using FileDataSource. In this example we are…
Read More »
