Enterprise Java
-
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 » -
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 » -
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 » -
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 » -
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 » -
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 » -
How create MyBatis mapper
This is an example of how to create a mapper using MyBatis framework. MyBatis is a first class persistence framework…
Read More » -
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 » -
Simple JMS example on JBoss 5.1
In this example we shall show you how to create a simple hello World example in JMS, using JBoss 5.1.…
Read More » -
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 »