Showing posts with label Eclipse. Show all posts
Showing posts with label Eclipse. Show all posts

Friday 23 December 2016


Choose Best Java IDE


Choose Best Java IDE:
-Every Java developer desires a programming editor or IDE that may assist with the grungier elements of writing Java and victimization category libraries and frameworks. Deciding that editor or IDE can best suit you depends on many things, together with the character of the comes below development, your role within the organization, the method employed by the event team, and your level and skills as a software engineer. extra issues are whether or not the team has standardized on tools, and your personal preferences.
-IDE can parse source code because it is written, giving it a syntactic understanding of the code. this enables advanced options like code generators, auto-completion, refactoring, and debuggers. Here are the best-of-breed Java IDES.
1. Eclipse: Open Source (Free)

-Eclipse could be a free IDE that has taken the Java industry by storm. Built on a plugin design, Eclipse is very protrusile and customizable. Third-party vendors have embraced Eclipse and square measure more and more providing Eclipse integration. Eclipse is constructed on its own SWT user interface library. Eclipse excels at refactoring, J2EE support, and plugin support. the sole current weakness of Eclipse is its lack of a Swing or SWT user interface designer.

-The eclipse platform provides tool developers with final flexibility and management over their technology.

-Advantage:

-IDE appearance wonderful, across all systems, and it's quite responsive...great interface overall!

-ability to format to your line wrapping dimension.

-easy to share code between projects

-refactoring support ascends from heaven

-pasting code formats code automatically!

-editor tabs may be affected around with drag-and-drop.

-amazing management over the info of java ASCII text file, which may be saved as a profile.

-very tiny project-specific footprint on directory tree (.project, .classpath).

-package read has terribly nice filtering skills, for what to show/not show (can currently filter closed packages, select operating set).

-Disadvantage: 

-doesn't come with native servlet/J2EE aware plugins (you have to configure a plugin, such as lomboz, webtools or myeclipse).

-no "soft" line wrapping (only exhausting wrapping by provision the format command).

-cannot produce new buffer while not making coupled file.

2. Netbeans: Open Source (Free)

-Netbeans could be a free IDE backed by Sun Microsystems. it's the most competition of Eclipse. Netbeans is constructed on a plugin design, and it's respectable third-party merchant support. the most advantage of Netbeans over Eclipse is Netbean's glorious graphical user interface designer. It includes syntax light and language support for Java, JSP, XML/XHTML, visual design tools, code generators, ant and CVS support.
-Advantage:

-creating custom tag libraries was terribly simple, step by step method easy (once I knew wherever to look).

-code formatting/reindent task (located in context menu), particularly nice for XML/XHTML.

-very nice code completion engine, never appears too aggressive, terribly thorough in what it includes, esp jsp.

-can specify default request parameters once testing a page.
the whole Tomcat integration module is superb!.

-HTTP monitor integration terribly nice, again, a part of integration with servlet engine, A++.

-can move around tabs, i like this (tabs additionally do not wrap to next line, big plus).

-very acceptable IDE layout.

-validate JSP is extremely useful and quite informative...tells you specifically what's missing.

-anti-aliased text in editor.

-can right-click file and "Save as template..." that is very nice for JSP content pages

-very nice database browser, manipulator, simple to setup.
method/field navigator as a get box could be a nice plan on main UI, do not take up area.

-very responsive and fast UI.
-Disadvantage:

-no refactoring or refactoring templates (try/catch, rename field, etc...).

-wierd problems with "mounting" core libraries, causes errors and features to not work properly, like code completion...the whole "mounting" issue is extremely strange.

-new file wizards too minimial.

-limited management over data format of java ASCII text file (though the defaults will not kill you and it will reformat nicely).

-Very troublesome (for newbies impossible) to feature a daily ol' jar file to a project. each mechanism appears to figure against you.
3. IntelliJ IDEA : Proprietary

-IntelliJ plan could be a industrial IDE with a loyal following that swear by it. it's glorious J2EE and interface support. it's protractile via plugins. Its standout feature is that the outstanding refactoring support.

-It provides a strong combination of increased development tools, including: refactoring, J2EE support, Ant, JUnit, and CVS integration. prepackaged with Associate in Nursing intelligent Java editor, writing help and advanced code automation tools, plan permits Java programmers to spice up their productivity whereas reducing routine time overwhelming tasks.

Friday 27 May 2016

Eclipse

This tutorial is regarding Eclipse keyboard shortcuts, this list is by no suggests that complete and that i can counsel you guys to share eclipse shortcuts listed apart from here to create this additional helpful. Eclipse is that the most used Java development IDE and knowing Eclipse shortcuts not solely improve your productivity however additionally causes you to additional economical. you'll have longer for belongings you prefer to do. victimization keyboard shortcuts additionally helps to impress colleagues and shows that you just have an honest hold on tools you used for Java Development. If you're a Java developer, World Health Organization use Eclipse as its main IDE for all secret writing, development, and debugging purpose, then I additionally counsel you to require a glance at The Java Developer's Guide to Eclipse, 2 Edition, one among the simplest book to find out a way to use Eclipse from Java programmer's perspective.

Top Eclipse Keyboard Shortcuts for Java Programmer

Useful Eclipse Keyboard Shortcuts for Java Programmers:

1)      Ctrl + Shift + T for finding class even from jar

2)      Ctrl + Shift for finding any resource (file) including config xml files

3)      Ctrl + 1 for quick fix


4)      Ctrl + Shift + o for organize imports

Eclipse Shortcut for Quick Navigation

In this section, we will see some eclipse keyboard shortcut which helps to quickly navigate within the file and between file while reading and writing code in Eclipse.

7) Ctrl + o for quick outline going quickly to method

9) Alt + right and Alt + left for going back and forth while editing.

12) Alt + Shift + W for show in package explorer

13) Ctrl + Shift + Up and down for navigating from member to member (variables and methods)

15) Ctrl + k and Ctrl + Shift +K for find next/previous

24) Go to a type declaration: F3, This Eclipse shortcut is very useful to see function definition very quickly.

Eclipse Shortcut for Editing Code

These Eclipse shortcuts are very helpful for editing code in Eclipse.
5) Ctrl + / for commenting, uncommenting lines and blocks,

6) Ctrl + Shift + / for commenting, uncommenting lines with block comment,

8) Selecting class and pressing F4 to see its Type hierarchy

10) Ctrl + F4 or Ctrl + w for closing current file

11) Ctrl+Shirt+W for closing all files.

14) Ctrl + l go to line

16) Select text and press Ctrl + Shift + F for formatting.

17) Ctrl + F for find, find/replace

18) Ctrl + D to delete a line

19) Ctrl + Q for going to last edited place

Miscellaneous Eclipse Shortcuts

These are different Eclipse keyboard shortcuts which doesn’t fit on any category but quite helpful and make life very easy while working in Eclipse.

20) Ctrl + T for toggling between supertype and subtype

21) Go to other open editors: Ctrl + E.

22) Move to one problem (i.e.: error, warning) to the next (or previous) in a file: Ctrl +. For next, and Ctrl +, for the previous problem

23) Hop back and forth through the files you have visited: Alt +  and Alt + , respectively.

25) CTRL+Shift+G, which searches the workspace for references to the selected method or variable

26) Ctrl+Shift+L to view listing for all Eclipse keyboard shortcuts.

27) Alt + Shift + j to add Javadoc at any place in java source file.

28) CTRL+SHIFT+P to find closing brace. Place the cursor at the opening brace and use this.

29) Alt+Shift+X, Q to run Ant build file using keyboard shortcuts in Eclipse.

30) Ctrl + Shift +F for Autoformatting.


Here is the nice image to remember these useful Eclipse shortcuts for Java programmers:

Top Eclipse Keyboard Shortcuts for Java Programmer

Wednesday 1 July 2015

Set Video as Desktop Wallpaper

Set Video as  desktop wallpaper :
Set any  video on your desktop wallpaper then try that step, that possible using vlc player... 

Digital Marketing

Subscribe to RSS Feed Follow me on Twitter!