Main > Free Download Search >

Free netbeans software for windows

netbeans

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 58
NetBeans IDE 6.8

NetBeans IDE 6.8


NetBeans IDE is known as a well-supported tool for integrated development environment available for Windows, Mac, Linux, and Solaris. more>> <<less
Download (47.1MB)
Added: 2009-12-14 License: GPL Price: FREE
downloads
 
Other version of NetBeans IDE
NetBeans IDE 6.7 FinalNetBeans.org - A open-source Integrated Development Environment for software developers. NetBeans IDE
Price: FREE
License:GPL
Download (46.1MB)
3438 downloads
Added: 2009-07-01
NetBeans IDE 6.5BetaSun Microsystems - Fully-featured Java IDE written completely in Java, with many modules available. NetBeans IDE. The NetBeans
License:Freeware
Download (30.19MB)
3577 downloads
Added: 2008-08-14
NetBeans IDE 6.0.1Sun Microsystems - IDE is a
License:Freeware
Download (193MB)
3732 downloads
Added: 2008-08-19
NetBeans IDE 5.5.1NetBeans.org - NetBeans free, open-source Integrated Development Environment for software developers. NetBeans IDE. NetBeans
License:Freeware
Download (53.7MB)
2652 downloads
Added: 2007-06-19
NetBeans IDE 5.5NetBeans/Sun Microsystems - Develop Java applications within the integrated development environment. NetBeans IDE. NetBeans IDE 5.5 offers you a leading free
License:Freeware
Download (54.7MB)
3073 downloads
Added: 2007-01-15
NetBeans Profiler 5.5.1

NetBeans Profiler 5.5.1


NetBeans Profiler, with its tight integration into the NetBeans IDE work flow helps you build reliable and scalable applications more>>
NetBeans Profiler, with its tight integration into the NetBeans IDE work flow helps you build reliable and scalable applications With its tight integration into the NetBeans IDE work flow, NetBeans Profiler was designed to enable you to build scalable and reliable software.
Select from several of the most common tasks, such as standard CPU or memory profiling, or simple monitoring. The options are preset to default values by experts. Only the application-specific options are exposed to you. If you need to tune the tools nuts and bolts, switch to custom profiling for full flexibility.
The Profiler can be set up to report only on the methods in which you are interested. Profile the entire application, or a subset, under a realistic workload. Using dynamic bytecode instrumentation and additional algorithms, the NetBeans Profiler obtains runtime information on applications that are too large or complex for other profilers.
Main features:
- Low overhead profiling: you can profile just a subset of the application code - the rest of the code is not instrumented and thus runs at full speed. The profiled subset and the kind of profiling (CPU, memory, etc.) can be changed at any moment during run time.
- CPU Performance profiling: you can profile the entire application, or select a subset of its code to profile based on one or more root methods that you are free to choose. For example, you can set the doGet() method of your servlet as a root, and thus profile only the code of this method and other methods that it calls. The rest of the Java code, including most of the code of your Web/Application server, will run at full speed. Selective profiling based on chosen root methods appears to be a surprisingly good way to reduce the performance overhead and obtain accurate results for heavily multithreaded applications under realistic workload.
- Memory profiling: you can profile only object creation events, which imposes smaller overhead and allows you to detect problems with excessive object allocations. If this is not enough, you can turn on object liveness profiling, that records both object creation and reclamation events. It allows you to see the number, age, allocation paths, and other characteristics of objects currently in memory. It also can help you to detect memory leaks.
- Memory leak debugging: memory leaks are not uncommon with large Java applications. With most of the existing tools, it may take hours to make sure there is really a memory leak, and then to identify leaking objects. Our technology can pinpoint leaking objects for you immediately, based on the special pattern of allocations and reclamations (or lack thereof) that such objects typically demonstrate. You can then check where these objects were allocated, which in many cases is sufficient for identifying the root cause of the leak.
- Task-based profiling: profiling is a complex activity, which may require quite a bit of tuning, and thus learning the tools nuts and bolts. However, our task-based approach makes climbing the learning curve much easier, by first offering you several of the most common tasks, such as standard CPU or memory profiling, or simple monitoring. In these tasks, most of the options are preset to the most common values, and only the most important options are exposed to you. Once you learn more, you can switch to custom profiling, where you can get a full advantage of the flexibility of the advanced NetBeans Profiler technology.
- Threads profiling: you can observe threads & their activity during application execution. The threads profiling offers two views of the threads: "Threads timeline", showing threads activity side-by-side, and "Thread details" showing detailed information about one or more selected threads, including a list of all state changes in the threads life
- Processing collected data offline: you can save snapshots of collected results and process them offline.
System requirements:
- You must have NetBeans IDE installed first. Download it here
<<less
Download (9.99MB)
Added: 2007-06-20 License: Freeware Price:
898 downloads
 
Other version of NetBeans Profiler
NetBeans Profiler 5.5With its tight integration into the NetBeans IDE work flow, the Profiler helps you build reliable and scalable applications
License:Freeware
Download (8.14MB)
986 downloads
Added: 2007-03-02
NetBeans Platform 5.5

NetBeans Platform 5.5


Developing applications on top of the NetBeans Platform means you are developing on top of the NetBeans IDEs core more>>
Save yourself a lot of time and energy in rich-client application development? reuse features from the IDEs core by basing your application on the free NetBeans Platform.
Developing applications on top of the NetBeans Platform means you are developing on top of the NetBeans IDEs core. The NetBeans Platform is a generic desktop application, and most desktop applications have common requirements - menus, document management, settings and so forth.
NetBeans Platform was designed to let you develop your own applications on the NetBeans IDEs engine.
Instead of writing the same code over and over again, write modules to implement what you need, bundle them up with the NetBeans Platform, and you have a beautiful, branded, cross-platform application.
NetBeans-based applications are write-once, run-anywhere. You get prebuilt components for free and you solve common problems by reusing, mixing and matching them. Use the platform and the modules you develop as the basis for multiple applications that share common logic. The NetBeans Platform is a solid foundation and set of standards for clear design.
Main features:
- User interface management: Windows, menus, toolbars and other presentation components are provided by the Platform. Developers write actions and components that the system will manage - saving time, and producing cleaner, more bug-free code.
- Data and presentation management: The NetBeans Platform contains a rich toolset for presentating data to the user and manipulating that data.
- Setting management: Saving and restoring settings - even complex business objects - is safe, simple, transparent and often automatic
- Graphical Editing: Creating drag and drop, graphical views of data is a snap with the graph library
- The Editor: Available as an extension to the Platform, applications built on NetBeans can use the NetBeans Editor, a powerful and extensible toolset for building custom editors.
- The Wizard framework: A toolset for easily building extensible, user-friendly Wizards to guide users through more complex tasks.
- Storage management: An abstraction of file-based data access. "Files" in the NetBeans paradigm may be local files, or exist remotely, for example, on an FTP server, CVS repository, in an XML file or in a database. Where this data is stored is completely transparent to other modules that work with this data.
- A huge selection of additional components: such as versioning support, specialized editors, specialized UI components, remote data access via FTP and other transports, and convenient ways to work with a variety of Java and internet technologies are available as plugins any application can use.
- Internet-based update delivery: NetBeans-based applications can use Java Web Start technology to deliver custom sets of modules based on a users role, for complex applications. And a Web Start enabled application is always up-to-date and combines the advantages of centralized management and deployment with the advantages of a rich client user experience. For non-WebStart applications, an optional component is the AutoUpdate module, which downloads updates or new functionality via the web.
<<less
Download (4.55MB)
Added: 2007-03-02 License: Freeware Price:
631 downloads
NetBeans Mobility Pack 5

NetBeans Mobility Pack 5


NetBeans Mobility Pack functions as a tool to improve the NetBeans IDE. more>> <<less
Download (22.5MB)
Added: 2006-03-14 License: Freeware Price:
162 downloads
SDE for NetBeans (CE) 4.3

SDE for NetBeans (CE) 4.3


UML CASE tool/diagrams, round-trip Java more>> SDE for NetBeans is a UML CASE tool totally integrated with NetBeans. It supports full software development lifecycle - analysis, design, implementation, testing and maintenance. It combines the power of UML modeling facilities and NetBeans. It helps you build quality applications faster, better and cheaper. You can draw UML diagrams in NetBeans, generate Java code, reverse engineering Java code to class diagrams and generate documentation in PDF/HTML.<<less
Download (form)
Added: 2008-11-02 License: Freeware Price:
374 downloads
 
Other version of SDE for NetBeans
SDE for NetBeans (CE) 1.0SDE for NetBeans is a UML CASE tool totally integrated with NetBeans. You can draw UML diagrams in NetBeans, generate Java code, reverse engineering
Price: $0
License:Freeware
Download (70007K)
2104 downloads
Added: 2004-02-05
SDE for NetBeans(CE)for Windows 4.2

SDE for NetBeans(CE)for Windows 4.2


UML modelling Plug-in for NetBeans: UML diagrams, textual analysis. more>> SDE for NetBeans is a UML CASE tool/plug-in tightly integrated with NetBeans. This UML modeling software supports full software lifecycle - analysis, design, implementation, testing and deployment. This UML CASE tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in NetBeans, reverse engineer Java code to class diagrams, generate Java code and generate documentation.
SDE-NB Features:
+Support UML version 2.1
+Business Workflow diagram
+Mind Mapping Diagram (New Feature)
+Requirement Modeling (Enhanced)
+Callout and Freehand shape (New Feature)
+Nicknamer - create translated copies of model (New Feature)
+Model Transitor (New Feature)
+User Interface Designer
+Data flow diagram
+Use Case Details Editor - An all-in-one environment for specifying a general model specification and use case descriptions
+EJB Diagram - Visualize EJB systems
+EJB Code Generation
+ORM support - generate Java objects from database
+Database generation - ERD to database tables
+Database reverse - existing DBMS to ERD (Enhanced)
+Reverse engineering - code to model, code to diagram
+Reverse engineering Java, C++, XML Schema, XML, .NET exe/dll, CORBA IDL, XML Schema and Python
+Code Generation - model to code, diagram to code
+Java Round-trip engineering
+Automatic synchronization between source code and diagrams
+Automatic diagram layout
+Modeling collaboratively with VP Teamwork Server, CVS, Subversion and Perforce (New Feature)
+Shape editor
+Support Stored Procedure and Database Trigger (Enhanced)
+Export diagrams to JPG, PNG, SVG, EMF, PDF
+PDF/HTML/MS Word Report generator
+Multilingual support
+More...
Other UML Modeling Tools / UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for Oracle JDeveloper
+SDE for Borland JBuilder
+SDE for IntelliJ IDEA
+SDE for Sun ONE
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...
<<less
Download (131MB)
Added: 2008-04-22 License: Freeware Price: Free
551 downloads
NetBeans C/C++ Development Pack 5.5.1 Beta 1

NetBeans C/C++ Development Pack 5.5.1 Beta 1


Develop C/C++ applications for a variety of platforms including Microsoft Windows, Linux, and Solaris Operating Systems more>>
Develop C/C++ applications for a variety of platforms including Microsoft Windows, Linux, and Solaris Operating Systems - with the NetBeans IDE.
The C/C++ pack adds project types for C and C++ NetBeans Projects and includes appropriate C/C++ templates. NetBeans supports C/C++ applications with dynamic and static libraries, and projects with existing code.
NetBeans C/C++ Development Pack is Netbeans suite of tools which was designed to let you develop C/C++ software.
The language-aware editor indents, completes, and syntax-highlights your C/C++ code. It includes integration with the GDB Debugger and a Class Browser to navigate class hierarchies and view functions and symbols.
Main features:
C/C++ Project Support
- Supporting file types specific to C/C++ developers such as makefiles, header, shell and source files.
- Makefile-based projects
- Templates structure typical projects and allow developers to focus on their business logic
Language-Aware Editor
- Code completion
- Code folding
- Goto declaration
- Syntax highlighting
- Indentation
Class Browser
- Navigate class hierarchies
- View functions and symbols
- Fast source-code parser doesnt require compilation
Makefile Support
- Import existing makefiles to create new projects
- Makefile wizard
- Specify compiler, pre-processor definitions, compile-time options, etc.
- Makefiles are created automatically for most project types.
- Define and manage targets/configurations
Debugger
- Supports GDB 6.1 and newer
- Integration with the NetBeans editor
- Step, Pause, and Continue during debugging
- Multi session support
- Familiar NetBeans Debugger Model
Qualified Platforms
- Developed in pure Java, the pack works on a wide variety of NetBeans supported platforms.
- The pack has been qualified on the following platforms:
- Microsoft Windows XP
- Linux
- Solaris 10 Operating System
<<less
Download (8.12MB)
Added: 2007-03-02 License: Freeware Price:
975 downloads
 
Other version of NetBeans C/C++ Development Pack
License:Freeware
Download (8.63MB)
887 downloads
Added: 2007-06-20
SDE for NetBeans (CE) for Windows 5.0 sp1

SDE for NetBeans (CE) for Windows 5.0 sp1


SDE for NetBeans is a UML tool tightly integrated with NetBeans. SDE-NB supports all types of UML diagrams, code engineering,... New features include Mind Mapping Diagram, Callout and Freehand shape, Nicknamer,Perforce Integration,etc. more>>
SDE for NetBeans is a UML CASE tool/plug-in tightly integrated with NetBeans. This UML modeling software supports full software lifecycle - analysis, design, implementation, testing and deployment. This UML CASE tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in NetBeans, reverse engineer Java code to class diagrams, generate Java code and generate documentation.
SDE-NB Features:
+Support UML 2.1
+Business Process diagram
+Mind Mapping
+Requirement Modeling with automatic generate requirement ID (Enhanced)
+Event-driven Process Chain
+Organization Chart
+Navigate between operation and sequence diagram (New)
+Better annotation for sequence diagram (New)
+Callout and Freehand shape
+Nicknamer - create translated copies of model
+Model Transitor
+User Interface Designer
+DFD
+Use Case Details Editor - An all-in-one environment for specifying a general model specification and use case descriptions
+EJB diagram and code generation
+ORM support - generate Java objects from database
+Database generation and reverse engineering
+Reverse engineering - code to model, code to diagram
+Reverse engineering Java, C++, XML, .NET exe/dll, CORBA IDL and Python
+Code Generation - model to code, diagram to code
+Java Round-trip engineering
+Automatic synchronization between source code and diagrams
+Automatic diagram layout
+Modeling collaboratively with VP Teamwork Server, CVS, Subversion and Perforce
+Shape editor
+Support Stored Procedure and Trigger
+Export diagrams to JPG, PNG, SVG, EMF, PDF
+PDF/HTML/MS Word Report generator
+Multilingual support
+Access code for Floating License (New)
+More...
Other UML Modeling Tools / UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for Oracle JDeveloper
+SDE for Borland JBuilder
+SDE for IntelliJ IDEA
+SDE for Sun ONE
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...
<<less
Download (138.98MB)
Added: 2009-07-17 License: Freeware Price: $0
18 downloads
 
Other version of SDE for NetBeans (CE) for Windows
SDE for NetBeans (CE) for Windows 4.1UML modelling Plug-in for NetBeans
License:freeware
Download (132.6MB)
411 downloads
Added: 2008-09-07
SDE for NetBeans (CE) for Windows 4.1 Community

SDE for NetBeans (CE) for Windows 4.1 Community


UML CASE tool for NetBeans - UML diagrams, reverse engineering, more... more>> SDE for NetBeans is a UML CASE tool totally integrated with NetBeans. It supports full software development lifecycle - analysis, design, implementation, testing and maintenance. It combines the power of UML modeling facilities and NetBeans. It helps you build quality applications faster, better and cheaper. You can draw UML diagrams in NetBeans, generate Java code, reverse engineering Java code to class diagrams and generate documentation in PDF/HTML.
More:
+Latest UML notation (use case diagram, sequence diagram, collaboration diagram, class diagram, state diagram, activity diagram, component diagram, deployment diagram and object diagram)
+Use case modeling (use case description, flow of events, scheduling and etc.)
+Textual analysis for finding candidate classes, use cases, actors, flow of event and etc.
+Business workflow diagram
+CRC card for finding objects
+Reverse engineering - code to model, code to diagram
+Code Generator - generate code, model to code, diagram to code
+Incremental round-trip engineering
+Automatic synchronization between source code and diagrams
+Template support (e.g. for generating XML, Javascript and SQL)
+Model validation
+Automatic diagram layout (e.g. rearrange classes in class diagrams automatically)
+Import Rational Rose project
+Import XMI/export XMI
+Export diagrams to image in PNG, JPG, SVG formats
+OLE support - draw UML diagrams in Microsoft Word, PowerPoint and Excel directly
+Generate report and documentation in HTML and PDF formats
+Version control
+Multilingual support
+Printing facilities
Other SDEs:
-SDE for Microsoft Visual Studio .Net
-SDE for Eclipse
-SDE for WebSphere Studio Application Developer (WSAD)
-SDE for JBuilder
-SDE for IntelliJ IDEA
-SDE for NetBeans
-SDE for Sun ONE
<<less
Download (127.22MB)
Added: 2007-12-26 License: Freeware Price: Free
667 downloads
SDE for NetBeans (CE) for Windows 1.1 Community

SDE for NetBeans (CE) for Windows 1.1 Community


UML modelling Plug-in for NetBeans: UML diagrams, textual analysis, CRC,... more>> SDE for NetBeans is a UML CASE tool/plug-in tightly integrated with NetBeans. This UML CASE tool supports full software development lifecycle - analysis, design, implementation, testing and deployment. This UML tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in NetBeans, generate Java code, reverse engineer Java code to class diagrams and generate documentation.
SDE Features:
+the latest UML support (class diagram, object diagram, package diagram, use case diagram, sequence diagram, collaboration diagram, statechart/state diagram, activity diagram, component diagram, deployment diagram)
+Use case modeling (use case description, scheduling...)
+Textual analysis for identifying candidate classes, use cases, actors, flow of events...
+Business Workflow diagram
+CRC Card diagram
+Incremental round-trip engineering
+Automatic synchronization between source code and diagrams
+Reverse engineering - code to model, code to diagram (Java to UML models, Java to UML diagram)
+Instant Reverse for XML, XML Schema, CORBA IDL, Dot NET dll/exe, Java, C++
+Code Generation - generate code, model to code, diagram to code (UML to code, UML model to Java)
+Automatic diagram layout - rearrange classes and connectors in UML diagrams in different styles
+Import Rational Rose
+Import/export XMI
+Export diagrams to SVG, PNG, JPG
+Microsoft Visio Integration - draw UML diagrams with MS Visio shapes
+Report generator for generating UML documentation to HTML or PDF
+Version control
+Template and plug-in
+Multilingual support
+More...
Other UML Modeling Tools / UML Plug-ins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for NetBeans
+SDE for IBM WebSphere (WSAD)
+SDE for Borland JBuilder
+SDE for IntelliJ IDEA
+SDE for Oracle JDeveloper
+SDE for Eclipse
+SDE for Sun ONE
Windows Platform:
+SDE for Microsoft Visual Studio .NET
+More SDE...
<<less
Download (68.37MB)
Added: 2004-05-08 License: Freeware Price: Free
1996 downloads
SDE for NetBeans (CE) for Java Platform 1.1 Community

SDE for NetBeans (CE) for Java Platform 1.1 Community


UML Plug-in for NetBeans: UML model and code synchronization, ... more>> SDE for NetBeans is a UML CASE tool/plug-in tightly integrated with NetBeans. This UML CASE tool supports full software development lifecycle - analysis, design, implementation, testing and deployment. This UML tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in NetBeans, generate Java code, reverse engineer Java code to class diagrams and generate documentation.
SDE Features:
+the latest UML support (class diagram, object diagram, package diagram, use case diagram, sequence diagram, collaboration diagram, statechart/state diagram, activity diagram, component diagram, deployment diagram)
+Use case modeling (use case description, scheduling...)
+Textual analysis for identifying candidate classes, use cases, actors, flow of events...
+Business Workflow diagram
+CRC Card diagram
+Incremental round-trip engineering
+Automatic synchronization between source code and diagrams
+Reverse engineering - code to model, code to diagram (Java to UML models, Java to UML diagram)
+Instant Reverse for XML, XML Schema, CORBA IDL, Dot NET dll/exe, Java, C++
+Code Generation - generate code, model to code, diagram to code (UML to code, UML model to Java)
+Automatic diagram layout - rearrange classes and connectors in UML diagrams in different styles
+Import Rational Rose
+Import/export XMI
+Export diagrams to SVG, PNG, JPG
+Microsoft Visio Integration - draw UML diagrams with MS Visio shapes
+Report generator for generating UML documentation to HTML or PDF
+Version control
+Template and plug-in
+Multilingual support
+More...
Other UML Modeling Tools / UML Plug-ins:
Java Platform (Mac OS X/Windows/Linux):
+SDE for NetBeans
+SDE for IBM WebSphere (WSAD)
+SDE for Borland JBuilder
+SDE for IntelliJ IDEA
+SDE for Oracle JDeveloper
+SDE for Eclipse
+SDE for Sun ONE
Windows Platform:
+SDE for Microsoft Visual Studio .NET
+More SDE...
<<less
Download (113MB)
Added: 2006-12-07 License: Freeware Price: Free
1057 downloads
SDE for NetBeans (CE) for Windows 1.2 Community Edition

SDE for NetBeans (CE) for Windows 1.2 Community Edition


UML CASE tool for NetBeans - UML diagrams, reverse engineering, more... more>>
SDE for NetBeans is a UML CASE tool totally integrated with NetBeans. It supports full software development lifecycle - analysis, design, implementation, testing and maintenance. It combines the power of UML modeling facilities and NetBeans. It helps you build quality applications faster, better and cheaper. You can draw UML diagrams in NetBeans, generate Java code, reverse engineering Java code to class diagrams and generate documentation in PDF/HTML.
More:
+Latest UML notation (use case diagram, sequence diagram, collaboration diagram, class diagram, state diagram, activity diagram, component diagram, deployment diagram and object diagram)
+Use case modeling (use case description, flow of events, scheduling and etc.)
+Textual analysis for finding candidate classes, use cases, actors, flow of event and etc.
+Business workflow diagram
+CRC card for finding objects
+Reverse engineering - code to model, code to diagram
+Code Generator - generate code, model to code, diagram to code
+Incremental round-trip engineering
+Automatic synchronization between source code and diagrams
+Template support (e.g. for generating XML, Javascript and SQL)
+Model validation
+Automatic diagram layout (e.g. rearrange classes in class diagrams automatically)
+Import Rational Rose project
+Import XMI/export XMI
+Export diagrams to image in PNG, JPG, SVG formats
+OLE support - draw UML diagrams in Microsoft Word, PowerPoint and Excel directly
+Generate report and documentation in HTML and PDF formats
+Version control
+Multilingual support
+Printing facilities
Other SDEs:
-SDE for Microsoft Visual Studio .Net
-SDE for Eclipse
-SDE for WebSphere Studio Application Developer (WSAD)
-SDE for JBuilder
-SDE for IntelliJ IDEA
-SDE for NetBeans
-SDE for Sun ONE
<<less
Download (32.8MB)
Added: 2004-07-13 License: Freeware Price:
1928 downloads
SDE for IntelliJ IDEA (CE) for Windows 5.0 sp1

SDE for IntelliJ IDEA (CE) for Windows 5.0 sp1


SDE for IntelliJ IDEA is a UML tool tightly integrated with IntelliJ IDEA. SDE-IJ supports all types of UML diagrams, code engineering,... New features include Mind Mapping Diagram, Callout and Freehand shape, Nicknamer,Perforce Integration,etc. more>>
SDE for IntelliJ IDEA is a UML CASE tool/plug-in tightly integrated with IntelliJ IDEA. This UML modeling software supports full software lifecycle - analysis, design, implementation, testing and deployment. This UML CASE tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in IntelliJ IDEA, reverse engineer Java code to class diagrams, generate Java code and generate documentation.
SDE Features:
+Support UML 2.1
+Business Process diagram
+Mind Mapping
+Requirement Modeling with automatic generate requirement ID (Enhanced)
+Event-driven Process Chain
+Organization Chart
+Navigate between operation and sequence diagram (New)
+Better annotation for sequence diagram (New)
+Callout and Freehand shape
+Nicknamer - create translated copies of model
+Model Transitor
+User Interface Designer
+DFD
+Use Case Details Editor - An all-in-one environment for specifying a general model specification and use case descriptions
+EJB diagram and code generation
+ORM support - generate Java objects from database
+Database generation and reverse engineering
+Reverse engineering - code to model, code to diagram
+Reverse engineering Java, C++, XML, .NET exe/dll, CORBA IDL and Python
+Code Generation - model to code, diagram to code
+Java Round-trip engineering
+Automatic synchronization between source code and diagrams
+Automatic diagram layout and reroute connector
+Modeling collaboratively with VP Teamwork Server, CVS, Subversion and Perforce
+Support Stored Procedure and Trigger
+Export diagrams to JPG, PNG, SVG, EMF, PDF
+PDF/HTML/MS Word Report generator
+Access code for Floating License (New)
+More...
Other UML Modeling Tools / UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for Oracle JDeveloper
+SDE for Borland JBuilder
+SDE for NetBeans
+SDE for Sun ONE
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...
<<less
Download (138.98MB)
Added: 2009-07-17 License: Freeware Price: $0
14 downloads
 
Other version of SDE for IntelliJ IDEA (CE) for Windows
SDE for IntelliJ IDEA (CE) for Windows 4.2Eclipse +SDE for Oracle JDeveloper +SDE for Borland JBuilder +SDE for NetBeans +SDE for Sun ONE +SDE for WebLogic Workshop Windows Platform: +SDE for Microsoft Visual Studio +More SDE
License:Freeware
Download (138MB)
475 downloads
Added: 2008-07-07
License:freeware
Download (132.6MB)
411 downloads
Added: 2008-09-07
MediaInfo 0.7.7.6

MediaInfo 0.7.7.6


Supplies technical and tag information about a video or audio file more>> Supplies technical and tag information about a video or audio file

MediaInfo will supply technical and tag information about an audio or video file on your computer.
What information can I get from MediaInfo?
- General: title, author, director, album, track number, date, duration...
- Video: codec, aspect, fps, bitrate...
- Audio: codec, sample rate, channels, language, bitrate...
- Text: language of subtitle
- Chapters: count of chapters, list of chapters
What format (container) does MediaInfo support?
- Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4, DVD (VOB)...
- (Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...)
- Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF...
- Subtitles: SRT, SSA, ASS, SAMI...
What can I do with it?
- Read many video and audio file formats
- Multiple means to view information (text, sheet, tree, HTML...)
- You can customize theses views
- Exporting possibilities: text, CSV, HTML...
- Graphical Interface, or Command Line, or DLL
- Integration with MS-Windows shell (dragn drop, and Context menu)
- Internationnalisation: any language diplay on any version of your Operating System
- Localization capacities (but volonteers needed)
Main features:
- Read many video and audio file formats
- Multiple means to view information (text, sheet, tree, HTML...)
- You can customize theses views
- Exporting possibilities : text, CSV, HTML...
- Graphical Interface, or Command Line
- Integration with MS-Windows shell
- Localization capacities (but need volonteers)

Enhancements:
- Albanian translation added
- #1995653, AVI: Delay of interleaves (example: "64 ms (1.53 video frames)")
- #1995574, AVI: Report if the audio frames are split across or aligned on
- MPEG-Video (raw): handling of "not started at the beginning" time_code
- MPEG-PS: Trying to prevent errors with time code reset in the stream
- AVC: Trying to detect raw AVC streams without SPS/PPS
- [2013746] AAC in MPEG-TS: complete parsing of ADTS stream for more info about AAC
- AAC in MPEG-TS: complete parsing of IOD based stream for more info about AAC
- MPEG-TS: better detection of PCR time code
- AAC: specifying the muxing mode (ADIF, ADTS or LATM)
- MediaInfo DLL: NetBeans java binding example

<<less
Download (1.5MB)
Added: 2008-10-03 License: GPL Price: FREE
868 downloads
SDE for Sun ONE (CE) for Windows 4.1

SDE for Sun ONE (CE) for Windows 4.1


UML modelling Plug-in for Sun ONE more>> SDE for Sun ONE is a UML CASE tool/plug-in tightly integrated with Sun ONE. This UML modeling software supports full software lifecycle - analysis, design, implementation, testing and deployment. This UML CASE tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in Sun ONE, reverse engineer Java code to class diagrams, generate Java code and generate documentation. SDE-SO Features: +Support UML version 2.1 +Business Workflow diagram +User Interface Designer (New Feature) +Provide project based branch and tag with VP Teamwork Server, SVN, CVS (New Feature) +Data flow diagram +Use Case Details Editor - An all-in-one environment for specifying a general model specification and use case descriptions +EJB Diagram - Visualize EJB systems +EJB Code Generation +ORM support - generate Java objects from database +Database generation - ERD to database tables +Database reverse - existing DBMS to ERD +Reverse engineering - code to model, code to diagram +Reverse engineering Java, C++, XML Schema, XML, .NET exe/dll, CORBA IDL (Enhanced to support XML Schema and Python) +Code Generation - model to code, diagram to code (Enhanced to support XML Schema and Ruby) +Java Round-trip engineering +Automatic synchronization between source code and diagrams +Automatic diagram layout +Modeling collaboratively with CVS and Subversion +Shape editor +Import Rational Rose project +Import XMI/export XMI +Export diagrams to JPG, PNG, SVG, EMF, PDF +Visio Integration - draw UML diagrams with MS Visio stencils +PDF/HTML/MS Word Report generator +Multilingual support +More... Other UML Modeling Tools / UML Plugins: Java Platform (Windows/Linux/Mac OS X): +SDE for Eclipse +SDE for Oracle JDeveloper +SDE for Borland JBuilder +SDE for IntelliJ IDEA +SDE for NetBeans +SDE for WebLogic Workshop Windows Platform: +SDE for Microsoft Visual Studio +More SDE....<<less
Download (132.6MB)
Added: 2008-09-07 License: freeware Price:
411 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4