Good bye MyEclipse. Welcome STS -Spring source Tool Suite
I had been using myEclipse for couple of years and was happy with features and convenience they provided especially the hot deploy feature. The license fees is $30 per year which wasn’t bad. Recently I...
View ArticleEclipse shortcut keys
Have difficulty in remembering shortcut for eclipse keys ? Here is a nice wallpaper to remind you of shortcuts. Eclipse shortcuts Eclipse shortcuts
View ArticleHow to add SVN plugin for STS ?
Spring source comes with default plugin for CVS. They had SVN plugin but it was removed in release 2.3.1 for following reason We removed the Collabnet SVN from the Extension install for non-Windows...
View ArticleEclipse Shortcut Keys – How to add comment on implementing classes
If you are looking to add comments to your implementing classes in Eclipse, here is the cool technique Let us say you have class UserDAO and has method getUser() public interface UserDAO{ public User...
View ArticleEclipse Short Cut Keys- The most useful ones
I am summarizing the most useful Eclipse shortcut keys which are really helpful in day to day work Ctrl + Space : Content Assist syso + Ctrl + space = writes out System.out.Println for you (I love this...
View ArticleHow to create a java project with Maven in Eclipse
There are two way to get started with java project in Maven 1. Use command line tool 2. Use Eclipse or STS. In this port we will demonstrate how to create a maven project in Eclipse or STS (Spring...
View Article