Currently browsing category

Frameworks & Libraries

Popular frames and libraries are the best part of Java.

Reflection for Java framework

First of all, the difference between framework and a regular library is Inversion of Control(IoC). That’s an object is typically registered with …

Call Google search API in Java

In this post, I will show how to call google search in a standard java program. public static void main(String[] args) throws …

Parse HTML in Java

This tutorial shows how to parse HTML in Java by using jsoup. As there are many libraries for various purposes, there are …

OpenNLP Tutorial

The Apache OpenNLP library is a machine learning based toolkit for processing of natural language text. It includes a sentence detector, a …

Struts 2 Video Tutorial – Hello World

Development Environment Environment: Window Vista Eclipse: Helios JDK 1.6 Tomcat v6.0 Struts 2 2.0.11(downloadable with source code below) Struts 2 Video Tutorial …

Best Free Fast Spring MVC Tutorial

Here is a good site about Spring MVC. http://maestric.com/doc/java/spring/hello_world I guess this is the right way to make a tutorial. While there …