-
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 » -
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 » -
mail
Sending emails with JavaMail
Sending a simple text message // Common variables String host = "your_smtp_server"; String from = "from_address"; String to = "to_address";…
Read More »