SDE for NetBeans Community Edition 4.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News SDE for NetBeans Community Edition 4.2 (Default branch)
# 1  
Old 02-15-2008
SDE for NetBeans Community Edition 4.2 (Default branch)

Image SDE for NetBeans is a UML modeling environment tightly integrated with NetBeans. It lets you draw all types of UML diagrams (use case diagram, class diagram, sequence diagram, activity diagram, etc.) in NetBeans, reverse source code (Java, C++, XML, XML Schema, CORBA IDL, etc.) to UML models, and generate Java source from UML diagrams. It features a Rational Rose importer, an XMI importer, HTML/PDF documentation generators, and plug-in and template support. License: Free for non-commercial use Changes:
This release has a number of new features which include creation of translated copies of a model through the use of Nicknamer, support for defining Requirement types and displaying in Tabular view, increased effects for publisher published Web content, more robust annotation support via Callout and Freehand shape, and the ability to copy, move, and reorder class and entity members through drag and drop. In addition, Model Transitor was introduced for establishing transition and support traceability between models.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Infrastructure Monitoring

GroundWork Monitor Community Edition 5.3.0 (GA) (Default branch)

http://c.fsdn.com/fm/screenshots/63584_thumb.jpgGroundWork Monitor Community Edition can give you insight into your computing infrastructure, allowing you to see the current and historical states of all your computers: servers, desktops, and laptops, all of your network devices, all of your... (0 Replies)
Discussion started by: Linux Bot
0 Replies
Login or Register to Ask a Question
NETBEANS(1)							 Java IDE and More						       NETBEANS(1)

NAME
NetBeans - Java IDE SYNOPSIS
netbeans [ options ] [ files ] PARAMETERS
options Command-line options. files Files to be opened in NetBeans IDE. DESCRIPTION
NetBeans is a cross-platform IDE written in Java. It supports development in Java, and support for other languages can be added. The whole IDE is built around a core framework with APIs, and features are implemented in the form of plugin modules. This clean, modular architec- ture makes NetBeans a good platform for building development tools and custom IDEs. OPTIONS
General options: --help List available command line options --jdkhome <path> Path to JDK home used to run IDE -J<jvm_option> Pass <jvm_option> to JVM --cp:p <classpath> Prepend <classpath> to classpath --cp:a <classpath> Append <classpath> to classpath Core options: --laf <LaF classname> Use given LookAndFeel class instead of the default --fontsize <size> Set the base font size of the user interface, in points --locale <language[:country[:variant]]> Use specified locale --userdir <path> Use specified directory to store user settings Module reload options: --reload /path/to/module.jar Installs or reinstalls a module JAR file. OpenFile module options: --open FILE Open FILE. --open FILE:LINE Open FILE at line LINE (starting from 1). AUTHOR
NetBeans was written by the NetBeans Community <http://www.netbeans.org/>. This manual page was written by Marek Slama <mslama@netbeans.org>, for the Debian project (but may be used by others). January 18, 2008 NETBEANS(1)