-
Recent Posts
What I'm Doing...
- Mac like theme for #Linux #ubuntu http://bit.ly/La8Ss 1 hr ago
- Webmin Browser based #Linux administration http://bit.ly/17D1x 3 days ago
- In #Linux to print your Home directory "echo ~" 4 days ago
- #Google search suggestion URL http://bit.ly/9zd9HH .Passing search query to this URL and its returns the search #suggestion in #responseText 5 days ago
- #Ubuntu windows installer http://bit.ly/oumg no modify partitions , or to use a different bootloader, and does not install special drivers. 1 week ago
- More updates...
Posting tweet...
Recent Comments
- elanchezhiyank on Offline dictionary for ubuntu 10.04
- umakanth on About
- admin on Offline dictionary for ubuntu 10.04
- vivek on Offline dictionary for ubuntu 10.04
- techmaddy on Read properties file using Batch
Tags
Tag Archives: java
Print screen using java
Is there any api for capure my screen ..? You no need any api. Java have Is there any api for capure my screen ..?the inbuild functionalities for this. Using the Robot class you can print your screen. Here is … Continue reading
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 The build.xml is <project name="Test" … Continue reading
Java offline Documentation
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 … Continue reading
How Singleton pattern in Java
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 … Continue reading
Adding Remote JMX for Red5
How to Add JMX for Red5 Server Here we are going to know, How to managing red5 server remotely using JMX. what is red5 server ..? Red5 is an Open Source Flash Server written in Java that supports: Streaming Video … Continue reading
Secure login using java servlet
The user authentication is the common task when we create a web application. The servlet have j_security_check authentication method. This is commonly called as form based authentication. Here the steps for this authentication. This is in your index.jsp or login … Continue reading