Posted in J2EE, Spring on February 28, 2008 | No Comments »
Spring is an Inversion of Control container through its bean factory concept.IoC helps in loose coupling of the code .Spring is most closely identified with a flavor of Inversion of Control known as Dependency Injection(DI).
Read Full Post »
Posted in JAVA on February 28, 2008 | No Comments »
Check here about the Synchronization. When it to be used ? Under Collections Framework How the list to be synchronized ?
Read Full Post »
Posted in JAVA on February 28, 2008 | No Comments »
Could not find the main class. Program will exit.”
Problem : I just installed the latest available Eclipse version (3.2 milestone 5) and couldn’t run my ANT builds anymore. The error I got in the alert box was “Could not find the main class. Program will exit”.
Read Full Post »