Currently viewing the tag: "Java"

I would suggest the following changes to your eclipse environment. Please go to the eclipse shortcut and open the properties. In the Target just after the path to the .exe copy the machine specific arguments.

RECOMMENDED ARGUMENTS [...]

Continue Reading

Spring Framework Basics

On February 12, 2010 By

Today I was asked by few of my colleagues to give a brief introduction about Spring Framework. I created this presentation and hope this is also able to help you. Comments are appreciated! Spring Framework Rohit

View more [...]

Continue Reading

Sun in Oracle!

On February 6, 2010 By

Things are becoming more clear about the takeover of Sun by Oracle (Don’t worry the Sun will still shine). The world’s most popular programming language is surely going to live and evolve but, Sun cloud is no more a story but  a history!

Detailed story

A very good post on the acquisition [...]

Continue Reading

If you have some version of MyEclipse (Enterprise Workbench 6.6.0) which has no option to run a build file with ANT and you are confused on how to run the build in the eclipse, please follow the following steps:

Go to the project Select build_XXX.xml Go to “Run As” icon and click “Open External Tools [...]

Continue Reading

Java Tiger (Java 5) is a history now after one more release from the sun, now we have Java 6. Sun has finally announced the availability of Java Standard Edition 6‘ final release.

The new release has an improved JIT, with better runtime analysis. This has been well [...]

Continue Reading

As I was going through some articles on the web regarding the “Spring framework”, following is what I thought can be a digest for what is Spring framework and its benefits.

Spring is an open source framework created to address the complexity of enterprise application development. One of the chief advantages of the Spring framework [...]

Continue Reading