SlideShare a Scribd company logo
1 of 2
Download to read offline
design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it

               JBuilder
DATASHEET
            build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it
                                             ®
            run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it
            design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it
               The Fastest Way to Develop Enterprise Java Applications                               ™
            build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it
            run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it


          JBuilder® 2008 continues to drive innovation and increase Java developer
          productivity by providing an enterprise-class, Eclipse-based integrated                                                                       Related Products
          development environment (IDE) with support for the leading commercial and open                                                                RapidSQL®
source Java EE 5 application servers. JBuilder 2008 provides you with the analysis and                                                                  A rich SQL IDE that
profiling tools you need to enhance code quality and improve application performance.                                                                   simplifies SQL development
In addition, JBuilder 2008 offers UML modeling, team development and collaboration, and a                                                               for application developers.
wide variety of visual designers to improve productivity, making it one of the most complete                                                            Embarcadero®
and powerful Java IDEs available.                                                                                                                       All-Access™
                                                                                                                                                        Instant access to the
• Improve code quality and performance                                                                                                                  languages, tools, and
• Increase individual and team                                                                                                                          technologies to design,
  productivity                                                                                                                                          build, and run your
• Capture developer intent and increase                                                                                                                 software applications
  code reuse                                                                                                                                            and database systems.
• Improve comprehension of new or
  existing code                                                                                                                                         Product Editions
                                                                                                                                                        Turbo
IMPROVE CODE QUALITY AND                                                                                                                                Available as a free, certified
PERFORMANCE                                                                                                                                             Eclipse bundle, JBuilder
                                                                                                                                                        Turbo provides the basic
JBuilder 2008 supports both static and                                                                                                                  features and functions
dynamic analysis of the code being created                                                                                                              needed to create and
or maintained. Advanced code metrics                                                                                                                    deploy Java applications to
allow developers to easily determine                                                                                                                    today’s leading commercial
the quality and complexity of the code                                                                                                                  and open source
structure, helping them pinpoint potential                                                                                                              application servers.
problem areas quickly. Using code audits,
developers can make certain that the code                                               Exposing a web service in a Web                                 Professional
adheres to company standards, guidelines, and specifications. When it comes to          services designer along with Kiviat
                                                                                        graph showing code metrics
                                                                                                                                                        Adds expanded support
optimizing code for peak performance, JBuilder 2008 is ready to help by providing                                                                       for Java EE 5 and Web
an integrated set of tools to profile running code and analyze the results, including precise drill-down                                                services, as well as code
information about performance bottlenecks in Java EE applications.                                                                                      profiling and performance
                                                                                                                                                        tuning tools, sophisticated
INCREASE INDIVIDUAL AND TEAM PRODUCTIVITY                                                                                                               Swing design capabilities,
                                                                                                                                                        and basic UML modeling
JBuilder 2008 provides code, project, and team management capabilities through TeamInsight™.                                                            features.
Your developers have a unified, real-time view of project responsibilities for bugs, change requests, code
notes, tasks, and requirements. The entire team shares a project Web portal with live data and team                                                     Enterprise
productivity statistics for enhanced project communication. JBuilder includes ProjectAssist™ which supports                                             Provides a complete,
simple, single-point installation and configuration of a complete developer tool stack which saves you                                                  full-featured Java IDE
time-consuming, error-prone manual steps. Developers can also leverage advanced capabilities such as UML                                                with code profiling and
modeling, code audits and metrics, memory and CPU profiling, thread debugging, and visual Web Services                                                  performance tuning,
and EJB designers, which collectively provide a more complete, full-featured Java IDE.                                                                  code audits and metrics,
                                                                                                                                                        UML modeling and code
                                                                                                                                                        archeology, and support
CAPTURE DEVELOPER INTENT AND INCREASE CODE REUSE                                                                                                        for team development and
                                                                                                                                                        collaboration.
Application Factories introduce an application-driven development model. The structure, evolution, and
logic behind the development of the application are checked into version control along with the source
code for the application itself. Integrated tools enable developers to make notes about the code, as well as
create bread crumb trails to project- and file-specific developer knowledge thereby enabling capture of the
developers’ intent as part of the project. Metadata, which is also maintained as part of the project, can be
opened by any subsequent developer to understand the context and purpose of code snippets, methods,
and classes which are part of the application.

IMPROVE COMPREHENSION OF NEW OR EXISTING CODE

JBuilder 2008 provides Java UML 2.0 modeling capabilities, including support for all standard
modeling diagrams such as sequence diagrams, use-case diagrams, activity diagrams, class diagrams,
component diagrams, deployment diagrams, state machine diagrams, composite structure diagrams,
communication diagrams, and Web services diagrams. And JBuilder allows both HTML format and
template-driven document generation. The LiveSource technology simultaneously synchronizes changes
made to the UML models in the code, and vice versa which saves developers redundant work.
Features                                      Description
JBuilder
Performance Analysis Tools                    Includes memory (resource consumption), CPU (time consumption) profiling to give developers an easy-to-use set of tools
                                              that help them understand performance issues in minutes, and down to the exact lines of code that are causing them
Thread Debugger                               Provides a real-time display of the progress of all threads running within the Java Virtual Machine (JVM), the ability to monitor
                                              wait-states and locks, and even predict potential deadlock conditions in the code
Request Analyzer                              Profiles the performance behavior of Java EE application code across common Java EE components such as JDBC, RMI,
                                              JSP, JNDI, Enterprise JavaBeans (EJBs), JMS, and Web service protocol containers
Code Audits and Metrics                       Includes over 90 software metrics and 200 code audits so developers can ascertain the overall quality of the object
                                              design and find complexity and cohesion between objects, test coverage, and many others to help pinpoint maintenance
                                              and performance issues
TeamInsight™                                  Facilitates improved collaboration amongst distributed team members with a unified real-time view of project responsibilities
                                              for bugs, change requests, code notes, tasks and requirements. Allows geographically dispersed teams to work simultaneously
                                              on the same code with collaboration features for local and remote design, edit and debug in real time.
ProjectAssist™                                Provides simple, single point installation and configuration of a complete developer tool stack for bug tracking, source code
                                              management, project planning/tracking, requirements management, and continuous integration builds
Swing Designer                                Contains a comprehensive set of user interface construction tools designed to enable developers to rapidly create
                                              Java Swing applications; provides full bi-directional code generation, with the visual design and the source always in
                                              100% synchronization
UML Modeling                                  Fosters better communication between developers, developer teams, and management while it supports 1.4 and 2.0 UML
                                              specifications and includes LiveSource®, which gives the ability to keep code and diagrams in-synch at all times
EJB and JPA Modelers                          Enables developers to create a visual model as they develop EJB applications and enables the creation of a Java modeling
                                              project with JPA support.
Web Services Designer                         A visual, two-way designer for creating Axis based Web Service-enabled applications
Application Factories                         Includes an application-driven development paradigm, where the structure, evolution, and logic behind the development of the
                                              application are captured and maintained as part of the development project within JBuilder




System Requirements

• 1 GB RAM minimum (1.5 GB RAM recommended) for JBuilder 2008 Enterprise
• 512 MB RAM minimum (768 MB RAM recommended) for JBuilder 2008
  Professional
• 700 MB to 1.2 GB hard disk space minimum (depending on edition)
• Intel Pentium 4/2.4 MHz or higher (or compatible) for JBuilder 2008 Enterprise
• DVD-ROM drive (to install product from DVD)
• High-resolution monitor (1024x768)
• Microsoft Windows XP SP2, Microsoft Windows Vista, Mac OS X (10.4),
  Red Hat Enterprise Linux 4
• Windows XP or Windows 2003 Server required for ProjectAssist installation
  and administration




                                                                         Download a Free Trial at www.embarcadero.com
Corporate Headquarters | Embarcadero Technologies | 100 California Street, 12th Floor | San Francisco, CA 94111 | www.embarcadero.com | sales@embarcadero.com
     © 2009 Embarcadero Technologies, Inc. Embarcadero, the Embarcadero Technologies logos, and all other Embarcadero Technologies product or service names are trademarks or registered trademarks of Embarcadero Technologies, Inc.
                                                                            All other trademarks are property of their respective owners. JB/DS/2009/01/20

More Related Content

More from Embarcadero Technologies

Python for Delphi Developers - Part 1 Introduction
Python for Delphi Developers - Part 1 IntroductionPython for Delphi Developers - Part 1 Introduction
Python for Delphi Developers - Part 1 IntroductionEmbarcadero Technologies
 
RAD Industrial Automation, Labs, and Instrumentation
RAD Industrial Automation, Labs, and InstrumentationRAD Industrial Automation, Labs, and Instrumentation
RAD Industrial Automation, Labs, and InstrumentationEmbarcadero Technologies
 
Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase
Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBaseEmbeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase
Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBaseEmbarcadero Technologies
 
Rad Server Industry Template - Connected Nurses Station - Setup Document
Rad Server Industry Template - Connected Nurses Station - Setup DocumentRad Server Industry Template - Connected Nurses Station - Setup Document
Rad Server Industry Template - Connected Nurses Station - Setup DocumentEmbarcadero Technologies
 
Move Desktop Apps to the Cloud - RollApp & Embarcadero webinar
Move Desktop Apps to the Cloud - RollApp & Embarcadero webinarMove Desktop Apps to the Cloud - RollApp & Embarcadero webinar
Move Desktop Apps to the Cloud - RollApp & Embarcadero webinarEmbarcadero Technologies
 
Getting Started Building Mobile Applications for iOS and Android
Getting Started Building Mobile Applications for iOS and AndroidGetting Started Building Mobile Applications for iOS and Android
Getting Started Building Mobile Applications for iOS and AndroidEmbarcadero Technologies
 
ER/Studio 2016: Build a Business-Driven Data Architecture
ER/Studio 2016: Build a Business-Driven Data ArchitectureER/Studio 2016: Build a Business-Driven Data Architecture
ER/Studio 2016: Build a Business-Driven Data ArchitectureEmbarcadero Technologies
 
Troubleshooting Plan Changes with Query Store in SQL Server 2016
Troubleshooting Plan Changes with Query Store in SQL Server 2016Troubleshooting Plan Changes with Query Store in SQL Server 2016
Troubleshooting Plan Changes with Query Store in SQL Server 2016Embarcadero Technologies
 
Agile, Automated, Aware: How to Model for Success
Agile, Automated, Aware: How to Model for SuccessAgile, Automated, Aware: How to Model for Success
Agile, Automated, Aware: How to Model for SuccessEmbarcadero Technologies
 
What's New in DBArtisan and Rapid SQL 2016
What's New in DBArtisan and Rapid SQL 2016What's New in DBArtisan and Rapid SQL 2016
What's New in DBArtisan and Rapid SQL 2016Embarcadero Technologies
 
Is This Really a SAN Problem? Understanding the Performance of Your IO Subsy...
Is This Really a SAN Problem? Understanding the Performance of  Your IO Subsy...Is This Really a SAN Problem? Understanding the Performance of  Your IO Subsy...
Is This Really a SAN Problem? Understanding the Performance of Your IO Subsy...Embarcadero Technologies
 
RAD Studio, Delphi and C++Builder 10 Feature Matrix
RAD Studio, Delphi and C++Builder 10 Feature MatrixRAD Studio, Delphi and C++Builder 10 Feature Matrix
RAD Studio, Delphi and C++Builder 10 Feature MatrixEmbarcadero Technologies
 
7 Dangerous Myths DBAs Believe about Data Modeling
7 Dangerous Myths DBAs Believe about Data Modeling7 Dangerous Myths DBAs Believe about Data Modeling
7 Dangerous Myths DBAs Believe about Data ModelingEmbarcadero Technologies
 
The Key to Big Data Modeling: Collaboration
The Key to Big Data Modeling: CollaborationThe Key to Big Data Modeling: Collaboration
The Key to Big Data Modeling: CollaborationEmbarcadero Technologies
 
Understanding Hardware: The Right Fights for the DBA to Pick with the Server ...
Understanding Hardware: The Right Fights for the DBA to Pick with the Server ...Understanding Hardware: The Right Fights for the DBA to Pick with the Server ...
Understanding Hardware: The Right Fights for the DBA to Pick with the Server ...Embarcadero Technologies
 

More from Embarcadero Technologies (20)

Python for Delphi Developers - Part 2
Python for Delphi Developers - Part 2Python for Delphi Developers - Part 2
Python for Delphi Developers - Part 2
 
Python for Delphi Developers - Part 1 Introduction
Python for Delphi Developers - Part 1 IntroductionPython for Delphi Developers - Part 1 Introduction
Python for Delphi Developers - Part 1 Introduction
 
RAD Industrial Automation, Labs, and Instrumentation
RAD Industrial Automation, Labs, and InstrumentationRAD Industrial Automation, Labs, and Instrumentation
RAD Industrial Automation, Labs, and Instrumentation
 
Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase
Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBaseEmbeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase
Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase
 
Rad Server Industry Template - Connected Nurses Station - Setup Document
Rad Server Industry Template - Connected Nurses Station - Setup DocumentRad Server Industry Template - Connected Nurses Station - Setup Document
Rad Server Industry Template - Connected Nurses Station - Setup Document
 
TMS Google Mapping Components
TMS Google Mapping ComponentsTMS Google Mapping Components
TMS Google Mapping Components
 
Move Desktop Apps to the Cloud - RollApp & Embarcadero webinar
Move Desktop Apps to the Cloud - RollApp & Embarcadero webinarMove Desktop Apps to the Cloud - RollApp & Embarcadero webinar
Move Desktop Apps to the Cloud - RollApp & Embarcadero webinar
 
Useful C++ Features You Should be Using
Useful C++ Features You Should be UsingUseful C++ Features You Should be Using
Useful C++ Features You Should be Using
 
Getting Started Building Mobile Applications for iOS and Android
Getting Started Building Mobile Applications for iOS and AndroidGetting Started Building Mobile Applications for iOS and Android
Getting Started Building Mobile Applications for iOS and Android
 
Embarcadero RAD server Launch Webinar
Embarcadero RAD server Launch WebinarEmbarcadero RAD server Launch Webinar
Embarcadero RAD server Launch Webinar
 
ER/Studio 2016: Build a Business-Driven Data Architecture
ER/Studio 2016: Build a Business-Driven Data ArchitectureER/Studio 2016: Build a Business-Driven Data Architecture
ER/Studio 2016: Build a Business-Driven Data Architecture
 
Troubleshooting Plan Changes with Query Store in SQL Server 2016
Troubleshooting Plan Changes with Query Store in SQL Server 2016Troubleshooting Plan Changes with Query Store in SQL Server 2016
Troubleshooting Plan Changes with Query Store in SQL Server 2016
 
Great Scott! Dealing with New Datatypes
Great Scott! Dealing with New DatatypesGreat Scott! Dealing with New Datatypes
Great Scott! Dealing with New Datatypes
 
Agile, Automated, Aware: How to Model for Success
Agile, Automated, Aware: How to Model for SuccessAgile, Automated, Aware: How to Model for Success
Agile, Automated, Aware: How to Model for Success
 
What's New in DBArtisan and Rapid SQL 2016
What's New in DBArtisan and Rapid SQL 2016What's New in DBArtisan and Rapid SQL 2016
What's New in DBArtisan and Rapid SQL 2016
 
Is This Really a SAN Problem? Understanding the Performance of Your IO Subsy...
Is This Really a SAN Problem? Understanding the Performance of  Your IO Subsy...Is This Really a SAN Problem? Understanding the Performance of  Your IO Subsy...
Is This Really a SAN Problem? Understanding the Performance of Your IO Subsy...
 
RAD Studio, Delphi and C++Builder 10 Feature Matrix
RAD Studio, Delphi and C++Builder 10 Feature MatrixRAD Studio, Delphi and C++Builder 10 Feature Matrix
RAD Studio, Delphi and C++Builder 10 Feature Matrix
 
7 Dangerous Myths DBAs Believe about Data Modeling
7 Dangerous Myths DBAs Believe about Data Modeling7 Dangerous Myths DBAs Believe about Data Modeling
7 Dangerous Myths DBAs Believe about Data Modeling
 
The Key to Big Data Modeling: Collaboration
The Key to Big Data Modeling: CollaborationThe Key to Big Data Modeling: Collaboration
The Key to Big Data Modeling: Collaboration
 
Understanding Hardware: The Right Fights for the DBA to Pick with the Server ...
Understanding Hardware: The Right Fights for the DBA to Pick with the Server ...Understanding Hardware: The Right Fights for the DBA to Pick with the Server ...
Understanding Hardware: The Right Fights for the DBA to Pick with the Server ...
 

Recently uploaded

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 

Recently uploaded (20)

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 

Build Enterprise Java Applications Faster | JBuilder Datasheet

  • 1. design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it JBuilder DATASHEET build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ® run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it The Fastest Way to Develop Enterprise Java Applications ™ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it ∙ design it ∙ build it ∙ run it JBuilder® 2008 continues to drive innovation and increase Java developer productivity by providing an enterprise-class, Eclipse-based integrated Related Products development environment (IDE) with support for the leading commercial and open RapidSQL® source Java EE 5 application servers. JBuilder 2008 provides you with the analysis and A rich SQL IDE that profiling tools you need to enhance code quality and improve application performance. simplifies SQL development In addition, JBuilder 2008 offers UML modeling, team development and collaboration, and a for application developers. wide variety of visual designers to improve productivity, making it one of the most complete Embarcadero® and powerful Java IDEs available. All-Access™ Instant access to the • Improve code quality and performance languages, tools, and • Increase individual and team technologies to design, productivity build, and run your • Capture developer intent and increase software applications code reuse and database systems. • Improve comprehension of new or existing code Product Editions Turbo IMPROVE CODE QUALITY AND Available as a free, certified PERFORMANCE Eclipse bundle, JBuilder Turbo provides the basic JBuilder 2008 supports both static and features and functions dynamic analysis of the code being created needed to create and or maintained. Advanced code metrics deploy Java applications to allow developers to easily determine today’s leading commercial the quality and complexity of the code and open source structure, helping them pinpoint potential application servers. problem areas quickly. Using code audits, developers can make certain that the code Exposing a web service in a Web Professional adheres to company standards, guidelines, and specifications. When it comes to services designer along with Kiviat graph showing code metrics Adds expanded support optimizing code for peak performance, JBuilder 2008 is ready to help by providing for Java EE 5 and Web an integrated set of tools to profile running code and analyze the results, including precise drill-down services, as well as code information about performance bottlenecks in Java EE applications. profiling and performance tuning tools, sophisticated INCREASE INDIVIDUAL AND TEAM PRODUCTIVITY Swing design capabilities, and basic UML modeling JBuilder 2008 provides code, project, and team management capabilities through TeamInsight™. features. Your developers have a unified, real-time view of project responsibilities for bugs, change requests, code notes, tasks, and requirements. The entire team shares a project Web portal with live data and team Enterprise productivity statistics for enhanced project communication. JBuilder includes ProjectAssist™ which supports Provides a complete, simple, single-point installation and configuration of a complete developer tool stack which saves you full-featured Java IDE time-consuming, error-prone manual steps. Developers can also leverage advanced capabilities such as UML with code profiling and modeling, code audits and metrics, memory and CPU profiling, thread debugging, and visual Web Services performance tuning, and EJB designers, which collectively provide a more complete, full-featured Java IDE. code audits and metrics, UML modeling and code archeology, and support CAPTURE DEVELOPER INTENT AND INCREASE CODE REUSE for team development and collaboration. Application Factories introduce an application-driven development model. The structure, evolution, and logic behind the development of the application are checked into version control along with the source code for the application itself. Integrated tools enable developers to make notes about the code, as well as create bread crumb trails to project- and file-specific developer knowledge thereby enabling capture of the developers’ intent as part of the project. Metadata, which is also maintained as part of the project, can be opened by any subsequent developer to understand the context and purpose of code snippets, methods, and classes which are part of the application. IMPROVE COMPREHENSION OF NEW OR EXISTING CODE JBuilder 2008 provides Java UML 2.0 modeling capabilities, including support for all standard modeling diagrams such as sequence diagrams, use-case diagrams, activity diagrams, class diagrams, component diagrams, deployment diagrams, state machine diagrams, composite structure diagrams, communication diagrams, and Web services diagrams. And JBuilder allows both HTML format and template-driven document generation. The LiveSource technology simultaneously synchronizes changes made to the UML models in the code, and vice versa which saves developers redundant work.
  • 2. Features Description JBuilder Performance Analysis Tools Includes memory (resource consumption), CPU (time consumption) profiling to give developers an easy-to-use set of tools that help them understand performance issues in minutes, and down to the exact lines of code that are causing them Thread Debugger Provides a real-time display of the progress of all threads running within the Java Virtual Machine (JVM), the ability to monitor wait-states and locks, and even predict potential deadlock conditions in the code Request Analyzer Profiles the performance behavior of Java EE application code across common Java EE components such as JDBC, RMI, JSP, JNDI, Enterprise JavaBeans (EJBs), JMS, and Web service protocol containers Code Audits and Metrics Includes over 90 software metrics and 200 code audits so developers can ascertain the overall quality of the object design and find complexity and cohesion between objects, test coverage, and many others to help pinpoint maintenance and performance issues TeamInsight™ Facilitates improved collaboration amongst distributed team members with a unified real-time view of project responsibilities for bugs, change requests, code notes, tasks and requirements. Allows geographically dispersed teams to work simultaneously on the same code with collaboration features for local and remote design, edit and debug in real time. ProjectAssist™ Provides simple, single point installation and configuration of a complete developer tool stack for bug tracking, source code management, project planning/tracking, requirements management, and continuous integration builds Swing Designer Contains a comprehensive set of user interface construction tools designed to enable developers to rapidly create Java Swing applications; provides full bi-directional code generation, with the visual design and the source always in 100% synchronization UML Modeling Fosters better communication between developers, developer teams, and management while it supports 1.4 and 2.0 UML specifications and includes LiveSource®, which gives the ability to keep code and diagrams in-synch at all times EJB and JPA Modelers Enables developers to create a visual model as they develop EJB applications and enables the creation of a Java modeling project with JPA support. Web Services Designer A visual, two-way designer for creating Axis based Web Service-enabled applications Application Factories Includes an application-driven development paradigm, where the structure, evolution, and logic behind the development of the application are captured and maintained as part of the development project within JBuilder System Requirements • 1 GB RAM minimum (1.5 GB RAM recommended) for JBuilder 2008 Enterprise • 512 MB RAM minimum (768 MB RAM recommended) for JBuilder 2008 Professional • 700 MB to 1.2 GB hard disk space minimum (depending on edition) • Intel Pentium 4/2.4 MHz or higher (or compatible) for JBuilder 2008 Enterprise • DVD-ROM drive (to install product from DVD) • High-resolution monitor (1024x768) • Microsoft Windows XP SP2, Microsoft Windows Vista, Mac OS X (10.4), Red Hat Enterprise Linux 4 • Windows XP or Windows 2003 Server required for ProjectAssist installation and administration Download a Free Trial at www.embarcadero.com Corporate Headquarters | Embarcadero Technologies | 100 California Street, 12th Floor | San Francisco, CA 94111 | www.embarcadero.com | sales@embarcadero.com © 2009 Embarcadero Technologies, Inc. Embarcadero, the Embarcadero Technologies logos, and all other Embarcadero Technologies product or service names are trademarks or registered trademarks of Embarcadero Technologies, Inc. All other trademarks are property of their respective owners. JB/DS/2009/01/20