Category Archives: Programming

Red5 with Spring MVC

Access Red5 context in spring MVC DispatcherServlet Before we start, some prerequisites for reader. How Spring MVC works. tutorial Basic knowledge about red5. Then only you can understand clearly . If you don’t have, no worries. Having knowledge in core …

Read more »

How to copy commits from one branch to another in GIT

I have GIT version management tool for versioning and using gitolite for user and project management within git. Will tell about this gitolite story in a seperate post. Here we are going to learn how to copy commits from your master …

Read more »

Get last date of month using java

Using Calendar class in java you get everything. We can get the last date of the month using that. Please have a look of this code snippest to get last date of the passing month. Here is the full code …

Read more »

Flex runtime spacer

I am using Flex 4 for one of my Flex project. That project needs some dynamic spacing between the components. Here is the example code for the runtime spacer. I am using spark components here. Code: Running example:

Small FB hack

Don’t think I had broke the security system of facebook and got others personal information. I am not a such a knowledge person .. Just see the below picture Is this possible a human can click 2000 mouse click per …

Read more »

Flash Log with date and time

Flash trace with Date and Time When i am work with a Difficult Flex application its hard to find which log is come first and which one come second in the flashlog trace. I searching for any log4j api like in flex. …

Read more »

Java i18n properties file converter

Properties File converter Google Translator can convert any word/sentence from one language to other language. Now a days all web application have i18n support. The developers just create a properties file for English in key value format and then using …

Read more »

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 …

Read more »

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

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 …

Read more »