Java Development
-
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 » -
Embedding Jetty with Servlet
This is an example of how to embed Jetty server with Servlet. The Jetty Web Server provides an HTTP server and…
Read More » -
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 » -
List all JVM MBeans
With this example we are going to demonstrate how to list all JVM MBeans. An MBean is a managed Java…
Read More » -
Send notification at MBean attribute change
This is an example of how to send a notification when an attribute of an MBean changes. An MBean is…
Read More » -
Create and register MBean in MBeanServer
In this example we shall show you how to create and register an MBean in MBeanServer. An MBean is a managed…
Read More »