Posts Tagged ‘Eclipse’

Best Eclipse tutorials from IBM

October 23rd, 2007

I am managing this list for my quick Eclipse reference. Those people who are interested in Eclipse or want to know about it, this list will be helpful for them.


Top 10 Eclipse Shortcuts

September 27th, 2007

Most of Java developers are using eclipse and its been quite trivial to know and remember all the shortcuts during the development time. And of course we don’t need all of them. I have been collecting some shortcuts based on the user frequent experiences and the way they develop software. Following TOP 10 Eclipse Shortcuts helps everyone in their happy day coding.

  1. Ctrl + Shift + O : Organize imports
  2. Ctrl + Shift + T : Open Type
  3. Ctrl + Shift + F4 : Close all Opened Editors
  4. Ctrl + O : Open declarations
  5. Ctrl + E : Open Editor
  6. Ctrl + / : Line Comment
  7. Alt + Shift + R : Rename
  8. Alt + Shift + L : extract to Local Variable
  9. Alt + Shift + M : extract to Method
  10. F3 : Open Declaration

Faces Console: A utility for JSF configurations

April 8th, 2007

Faces Console is a free utility get integrated in many IDEs as plugin and provide JSF (faces-config.xml) configuration facility in a GUI. if you are using NetBeans5.0 or Eclipse3.x you must try it.

http://www.jamesholmes.com/JavaServerFaces/console/

faces-console