Eclipse is my favorite Java IDE (Integrated Development Environment). One of the best functionality offered by Eclipse, is the possibility of adding (free) third-party plug-ins, which makes Eclipse flexible, and customizable to satisfy your requirements. Here is a list of plug-ins I installed in Eclipse:
Subclipse
Integrate SVN in Eclipse with this tool. This tool makes it effortless to keep your project files in sync with your SVN repository.
http://subclipse.tigris.org/
PHPEclipse
If you PHP for development, then this tool is useful. It provides stuff like: syntax high-lighting, code-completion, and integrated manual.
http://www.phpeclipse.com
JSEclipse
If you use JavaScript, you can use this tool to make the coding experience better. It provides similar functionality like PHPEclipse, but for JavaScript instead of PHP.
http://www.interaktonline.com/products/eclipse/jseclipse/overview/
Checkstyle
This plug-in forces you to write Java code that adheres to a coding standard. Checkstyle also checks class design problems, duplicate code, and bugs.
http://checkstyle.sourceforge.net
Findbugs
This tool, well, finds bugs in your Java code. It uses static analysis on Java bytecode to detect bug patterns.
http://findbugs.sourceforge.net
UMLet
This is definitely my favorite tool to draw UML diagrams. Very easy to use, and it's free!
http://www.umlet.com
Showing posts with label uml. Show all posts
Showing posts with label uml. Show all posts
Friday, November 26, 2010
Monday, March 29, 2010
UMLet
After searching for the best (free) UML tool. I've finally found it! It's called UMLet and can be downloaded here.
UMLet can be downloaded as an Eclipse plugin or standalone application. I currently use it as a plugin within Eclipse. There are no limitations in use, in contrary to other so called "community" editions of payed tools.
It features the following:
- snap to grid of elements
- export formats: PNG, GIF, JPEG, SVG, EPS, PDF, and BMP.
- customizable diagrams
- drag-and-drop interface
UMLet supports a variety of UML diagram types: class diagrams, use case diagrams, sequence diagrams, state diagrams, deployment diagrams, activity diagrams, and custom diagrams.
For screenshots, click here.
UMLet can be downloaded as an Eclipse plugin or standalone application. I currently use it as a plugin within Eclipse. There are no limitations in use, in contrary to other so called "community" editions of payed tools.
It features the following:
- snap to grid of elements
- export formats: PNG, GIF, JPEG, SVG, EPS, PDF, and BMP.
- customizable diagrams
- drag-and-drop interface
UMLet supports a variety of UML diagram types: class diagrams, use case diagrams, sequence diagrams, state diagrams, deployment diagrams, activity diagrams, and custom diagrams.
For screenshots, click here.
Subscribe to:
Posts (Atom)