Thursday, July 26, 2007

Introduction to Eclipse

Every thing must be predecided to start working with Eclipse.
At least you must have the complete structure of the one project i.e.
which class extends other and which implements interface in a workspace.
Workspace is the Metadata directory.The directory get created when you create the workspace.
The intresting thing in eclipse is that the name of the interface that must be reverse of the site name.
for example, if the site name is abc.com then the interface name is com.abc..
shift+clt,space is one of the amazing thing that I noticed it is used as the shortcut Key for dynamic envirnment.
Suppose we type Str and press shift+clt,space it will show you the all the class names that are starts with Str and we have to choose any one of it as per requirment.
Mangesh S.S.Waghaye ,Nagpur

No comments: