Tomcat
Jetty VS Tomcat Overview Jetty and Tomcat are open servlet containers, both of them support HTTP server, HTTP client and javax.servlet container.
Jetty
This tutorial is to set up Jetty JNDI datasource for DBCP(Connection pooling), at beginning, please copy Mysql driver library(we used MYSQL as database)
Core Java
This tutorial look at how to use ant to create a Jar MANIFEST.MF file, as Prerequisites, please download Ant(http://ant.apache.org/bindownload.
Web Services
CXF Overview CXF has been taken full advantage of JAX-WS and Spring 2.x XML. In previous chapter, we share Web Services hello world example with CXF,
Junit
Junit provides a series of junit 4 runners in the core package, for instance: org.junit.runner, JUnitCore, JUnit38ClassRunner, JUnit4ClassRunner, Parameterized and etc.
Core Java
Java MD5 Overview MD5 (Message-Digest algorithm 5) is a widely used cryptographic hash function with a 128-bit hash value, specified in RFC 1321, MD5 is
Swing
Jframe is a very basics component in java swing package, it is a must learning if you any Java GUI applications, this tutorial and example is for this
Junit
Junit and Ant Overview Junit and Ant are respectively Java standard unit testing framework and command-line tool, most of the time, we need to integrate
Junit
Junit is a most famous open source unit testing and regression testing framework in java, which was originally written by Erich Gamma and Kent Beck, it
Junit
In previous tutorial we introduced how to run a single test case, however, most of the time we have to bunch same kind of cases along, this is what “suite