Jsp to Servlet converter

Jsp to Servlet converter Here is the Ant build file to convert jsp file to servlet file. jspc (JavaServerPages Compiler) tool is helping to convert the jsp. The requirements are you need java sdk apache tomcat ant

comments

Java offline Documentation

why it is need ..? If you not have or limited bandwidth internet connecion in your machine at that time it is very helpfull to solve your java programming problems. The java documentation of your project is help to easily understand the classes...

comments

Soundcard in xen vm

Enable sound card in xen vm How to enable sound card in the xen based vm..? The vmware vm have the functionalists for adding sound card to their vm's. Then what about xen vm By adding the below line to your HVM (Hardware Virtual Machine) file,...

comments

Read properties file using Batch

Read a properties file using bat file i want to read a below property file and get the particular key value My properties file look like name=arulraj.net version=1.0.2 date=24/March/2010 I want get the version from the properties file. you can do this …

comments

How Singleton pattern in Java

What is singleton ..? It is a Design pattern. At this time what is Design pattern ..? To find out the best way to do a thing apart from the various method. Documenting a solution for the common problems. The Rule for the Singleton are: restrict...

comments