Oracle's Commitment to the Eclipse Community

Total Page:16

File Type:pdf, Size:1020Kb

Oracle's Commitment to the Eclipse Community Oracle’s Commitment to the Eclipse Community An Oracle White Paper March 2007 INTRODUCTION Eclipse has gained strong market adoption for core Java development and is adding support for other languages as well. It enjoys great popularity, in part because it’s free, but also due to its extensibility via plug-ins and the strong ecosystem around it. The advent of emerging trends and technologies like Web 2.0 and SOA amplified the need for an integrated and comprehensive Java IDE that provides pre- packaged and tested support for all major Java EE 5 and Web services standards. Oracle’s tools vision is “productivity with choice”. This means making application development for the Oracle platform as easy as possible regardless of what toolset developers employ be it Oracle JDeveloper or Eclipse. Oracle’s JDeveloper provides a great out-of-the box user experience and dramatically increases productivity for building Java Enterprise Edition (Java EE) and SOA based applications. For various reasons, some Oracle customers elect to use Eclipse for Java development. We believe those users should get similar productivity that other Oracle users are already enjoying with JDeveloper. That’s why Oracle chose to join the Eclipse Foundation as a Strategic Developer and Board Member, and contribute world class talent to lead a variety of Eclipse projects and address its customers' needs. EVOLVING REQUIREMENTS Three major enterprise computing trends are coming together to form a new platform for application development. These trends are Java EE 5, Service Oriented Architecture (SOA), and Web 2.0. Today, end users expect highly interactive user interfaces with real-time updates and desktop-like capabilities. Oracle believes the solution here is bringing together the power of the JavaServer Faces component model and the interactivity of Ajax Java EE 5, Service Oriented (Asynchronous JavaScript and XML). Application developers simply wire together Architecture (SOA), and Web 2.0 are reusable standards-based UI components while transparently getting the key trends that will form the basis for interactivity and the great user experience that Ajax clients offer. the next application platform. Developers are also looking for ways to build modular and sophisticated business logic that leverages their enterprise data. Java EE 5 addresses these needs with the new EJB 3.0 standard that includes the Java Persistence API specification (JPA). Java EE 5 provides a powerful yet simple component model along with a persistence API based on proven open source and commercial object-relational mapping technologies like Oracle TopLink. As applications are exposed as services, developers need to declaratively integrate and orchestrate these services into much more flexible business processes that can be rapidly changed. Here, SOA and technologies like Web services, Enterprise Service Bus (ESB) and Business Process Execution Language (BPEL) promise to improve the productivity of application developers in building composite applications. Oracle’s Commitment to the Eclipse Community Page 2 STANDARDS JavaServer Faces is a Java-based web development framework that is part of Java EE 5 and comes with a set of APIs for representing user interface (UI) components, managing their state, event handling, input validation, defining page navigation, and other features like internationalization and accessibility. JSF also provides a flexible rendering architecture that separates the component behavior from the presentation. Oracle’s commitment to JSF and Ajax is reflected in its participation in the JSF expert group and current involvement in defining various specifications, including JSR-252. Oracle is also actively involved in helping to shape the future of Ajax by contributing to the OpenAjax Alliance. As part of its commitment to JSF, Oracle donated more than 100 JSF-based components along with a personalization framework to Apache’s MyFaces project—this donation is known as Apache Trinidad. And earlier this year at JavaOne, Oracle announced it is working with the open source community to expand its initial donation to more Ajax-enabled components. Another key standard is Enterprise JavaBeans (EJB) 3.0. Enterprise JavaBeans is the server-side component architecture for Java EE 5. EJB 3.0 enables rapid and simplified development of distributed, transactional, secure and portable applications based on Java technology. Two of the most significant improvements in the EJB 3.0 specification are the use of the program annotation facility introduced in Java 5 and the new specification for object-relational (O/R) mapping called the Java Persistence API (JPA). JPA is the standard API for the management of objects persisted in a relational database. JPA defines a way to map plain old Java objects (POJOs) to relational databases. This means you can use JPA to store the Java objects you write without having to subclass a JPA-provided class or implement any JPA interfaces. In addition to co-leading the EJB 3.0 specification, Oracle supplied TopLink Essentials as the reference implementation of the Java Persistence API (JPA) to the Java Community Process (JCP) as well as project Glassfish, Sun’s open source Java EE 5 application server. TopLink Essentials is also included in the Spring Framework 2.0 distribution. Business Process Execution Language (BPEL), which is an OASIS standard, is a Web services orchestration language that provides facilities to enable sending and receiving XML messages. BPEL provides support for a property-based message correlation mechanism, XML and WSDL typed variables, XPath to allow writing expressions and queries, structured-programming constructs including if-then- elseif-else, while, sequence (to enable executing commands in order) and flow (to enable executing commands in parallel), a scoping system to allow the encapsulation of logic with local variables, fault-handlers, compensation-handlers, and event-handlers. New features in BPEL 2.0 include new activity types (if-then- else, repeatUntil, validate, forEach, extensionActivity), completion condition in forEach activity, variable initialization, and XSLT and XPath enhancements. BPEL is perfectly suited for long-running processes, correlating requests across many in-flight business processes, or invoking Web services in parallel. It’s also a Oracle’s Commitment to the Eclipse Community Page 3 particularly convenient language to declaratively undo long-running transactions in which there has been a failure, compose larger business processes out of smaller business processes, or guarantee reliable message delivery. Oracle’s Fusion Middleware includes the industry’s leading BPEL engine. ORACLE’S PRODUCT STRATEGY Oracle believes in "productivity with choice". Although Oracle’s JDeveloper is a great development environment, which offers design time capabilities for Java EE (including JSF, EJB 3.0, and JPA) as well as SOA technologies, some Oracle customers prefer using Eclipse. Oracle wants to make sure these customers get the productivity they need to deploy to Oracle Fusion Middleware. In addition, Oracle wants to ensure Eclipse provides adequate support for its middleware products (e.g., OC4J / Oracle Application Server) and the technologies that Oracle strongly believes in and wants to help have broader developer adoption. For all these reasons, Oracle founded and leads three Eclipse projects: the JSF Tools project, Dali JPA Tools, and the BPEL project. The JavaServer Faces Tools Project is part the Eclipse Web Tools Platform project and it aims to simplify development and deployment of JavaServer Faces (JSF) applications. The first preview of this project, release 0.5, with JSF 1.1 support shipped in June of 2006 simultaneously with WTP 1.5 and the coordinated Eclipse Callisto release. Support for JSF 1.2 is planned for the upcoming release of WTP 2.0 in June of 2007. The JSF Tools Project 0.5 release already allows Eclipse Modeling Framework (EMF) is a developers to edit configuration files (faces-config.xml) and define managed beans, modeling framework and code validators, converters, and navigational rules for their web application. The project generation facility for building tools has also contributed an Eclipse Modeling Framework (EMF) model of the and other applications based on a application configuration resource file and a framework called JSF Application structured data model. Oracle’s Commitment to the Eclipse Community Page 4 Configuration Manager. The JSF specification defines JSP as the default page Expression Language (EL) is a primary language. This project has enhanced the JSP editor to support JSF tags and feature of JSP technology version 2.0. semantic validation for both Expression Language (EL) and non-EL values of An expression language makes it attributes of the JSF standard core HTML tags which improves dramatically the possible to easily access application page author’s productivity. The editor performs validation as code is typed and data stored in JavaBeans components reports errors relieving users of time-consuming deploy-execute tasks to discover from a JSP page. the errors. The JSF Tools Project also comes with capabilities for registering JSF libraries and organizes them as groups of JARs as well as functionality to register servers such as Apache Tomcat or Oracle Application Server. The first release of this project has added key features to Web Tools Project (WTP) 1.5 that simplify JSF development; the next release will include highly anticipated features such as a visual
Recommended publications
  • Enabling Application Lifecycle Development in Jdeveloper
    Enabling Application Lifecycle Development in JDeveloper Susan Duncan Oracle Corporation United Kingdom Keywords: Application Lifecycle Management,ALM, JDeveloper, Team Productivity Center, SCM, Versioning Introduction Application Lifecycle Management has been defined as “The process of delivering software as a continuously repeating cycle of inter-related steps.” It can be described as the management of the lifecycle development practices (requirements, build, test, change control, defect management etc) integrated together through application of process, reporting, traceability and collaboration. The better this integration, the better the software. However, in the past many of these practices worked in isolation - in functional silos that did not lend themselves to collaboration. But collaboration has become increasingly necessary in the software development world where teams work across organizations, time zones, cultures and business functions. Oracle Fusion Middleware encompasses a number of features to facilitate this mode of distributed working where collaboration is paramount including remote deployment and debugging, a shared resource catalog, SCM system integration, built-in testing with JUnit, functional, load and test management with Oracle Application Quality Management Suite and lifecycle management of SOA composites with ClearApp. This paper concentrates on some of the practical ALM features that are available to the application developer using JDeveloper in her day-to-day working environment Versioning One of the most obvious areas of ALM is versioning or source code management. It would be obvious to say that every development team’s process includes SCM. Generally there are two main types of versioning systems: Lock – Modify – Unlock Although a very safe and reliable system this is not necessarily best suited to a distributed development team.
    [Show full text]
  • Jalopy User's Guide V. 1.9.4
    Jalopy - User’s Guide v. 1.9.4 Jalopy - User’s Guide v. 1.9.4 Copyright © 2003-2010 TRIEMAX Software Contents Acknowledgments . vii Introduction . ix PART I Core . 1 CHAPTER 1 Installation . 3 1.1 System requirements . 3 1.2 Prerequisites . 3 1.3 Wizard Installation . 4 1.3.1 Welcome . 4 1.3.2 License Agreement . 5 1.3.3 Installation Features . 5 1.3.4 Online Help System (optional) . 8 1.3.5 Settings Import (optional) . 9 1.3.6 Configure plug-in Defaults . 10 1.3.7 Confirmation . 11 1.3.8 Installation . 12 1.3.9 Finish . 13 1.4 Silent Installation . 14 1.5 Manual Installation . 16 CHAPTER 2 Configuration . 17 2.1 Overview . 17 2.1.1 Preferences GUI . 18 2.1.2 Settings files . 29 2.2 Global . 29 2.2.1 General . 29 2.2.2 Misc . 32 2.2.3 Auto . 35 2.3 File Types . 36 2.3.1 File types . 36 2.3.2 File extensions . 37 2.4 Environment . 38 2.4.1 Custom variables . 38 2.4.2 System variables . 40 2.4.3 Local variables . 41 2.4.4 Usage . 42 2.4.5 Date/Time . 44 2.5 Exclusions . 44 2.5.1 Exclusion patterns . 45 2.6 Messages . 46 2.6.1 Categories . 47 2.6.2 Logging . 48 2.6.3 Misc . 49 2.7 Repository . 49 2.7.1 Searching the repository . 50 2.7.2 Displaying info about the repository . 50 2.7.3 Adding libraries to the repository . 50 2.7.4 Removing the repository .
    [Show full text]
  • Installation Guide for Oracle Jdeveloper 11G Release 2 (11.1.2.1.0)
    Oracle® Fusion Middleware Installation Guide for Oracle JDeveloper 11g Release 2 (11.1.2.1.0) E17074-02 September 2011 This document provides information on: ■ Section 1, "JDeveloper System Requirements" ■ Section 2, "JDeveloper Certification Information" ■ Section 3, "Installing the Oracle JDeveloper Studio Edition" ■ Section 4, "Installing the JDeveloper Java Edition" ■ Section 5, "Using JDeveloper on Windows" ■ Section 6, "Using JDeveloper on Linux and UNIX Systems" ■ Section 7, "Using JDeveloper on Mac OS X Platforms" ■ Section 8, "Migrating from a Previous Version" ■ Section 9, "Enabling JDeveloper Extensions" ■ Section 10, "Setting the User Home Directory" ■ Section 11, "Using JDeveloper in a Multiuser Environment" ■ Section 12, "Using Oracle WebLogic Server with JDeveloper" ■ Section 13, "JDeveloper Accessibility Information" ■ Section 14, "Uninstalling JDeveloper" ■ Section 15, "Oracle on the Web" ■ Section 16, "Documentation Accessibility" 1 JDeveloper System Requirements This release of Oracle JDeveloper is tested and supported on the specific versions Windows, Linux, and Mac OS X, as listed in Section 1.1, "Recommended CPU, Memory, Display, and Hard Drive Configurations". In addition, it is supported on any operating system that supports Java SE Development Kit (JDK) 6 Update 24 or later. 1.1 Recommended CPU, Memory, Display, and Hard Drive Configurations The following tables list the recommended CPU, memory, display, and hard drive requirements for the different operating systems: ■ Table 1, " Recommended CPU, Memory, Display,
    [Show full text]
  • Developers Choice
    IDE Scorecard Developers’ Choice IDE Scorecard Definitive Rankings of the Top 11 IDEs by Over 1,200 Developers June 2006 Evans Data Corp, 740 Front St, Santa Cruz, CA 95060 www.evansdata.com (800) 831 3080 IDE Scorecard I NSIDE T HIS R EPORT Overview 1 Overview Abstract and Methodology 3 Overall Usage In Spring 2006, Evans Data Corp conducted primary market research on IDEs, interviewing over 1200 developers worldwide and asking them to rate 4 Feature Rankings the top IDEs. Developers only rated the features of those IDEs that they had 5 Further Information used. They were asked to rank sixteen different features commonly found in IDEs. Each feature could be ranked as “excellent, “very good” “adequate”, “needs improvement” or “NA”. During processing, the first four rankings were assigned a numerical value according to their relative significance. The last value (“N/A”) was discarded. Values were then combined to produce a score for each element for every IDE and also for an overall total score. The top 11 IDEs ranked were: “Eclipse is well on its Adobe/Macromedia Studio 8 way to becoming one Borland Delphi of the most popular Borland JBuilder IDEs for any Eclipse language..” IBM Rational Application Developer IBM WebSphere Studio Microsoft Visual Studio .NET NetBeans Oracle JDeveloper Sun Java Studio Sybase PowerBuilder Features and capabilities rated were: Compiler/Interpreter Debugger Editor Make/Build Functions Documentation Application Modeling Tools Web Design Tools Sample Applications Profiler 1 IDE Scorecard IDE Scorecard Overview Cont’ Compiler Performance Performance of Resulting Applications Ease of Use Ability to Integrate 3rd Party Tools Availability of 3rd Party Tools Quality of Technical Support Options Size and Quality of Developer Community In addition, developers were asked to rate the IDEs based on how well suited they are for creating a particular type of application (server-centric, desktop, thin-client, rich-client, and embedded systems).
    [Show full text]
  • Oracle® Fusion Middleware 1 Oracle Jdeveloper System Requirements
    Oracle® Fusion Middleware Installation Guide for Oracle JDeveloper 11g Release 1 (11.1.1) E13666-08 January 2011 This document provides information on: ■ Section 1, "Oracle JDeveloper System Requirements" ■ Section 2, "Installing the Oracle JDeveloper Studio Edition" ■ Section 3, "Installing the Oracle JDeveloper Java Edition" ■ Section 4, "Using Oracle JDeveloper on Windows" ■ Section 5, "Using Oracle JDeveloper on Linux and UNIX Systems" ■ Section 6, "Using Oracle JDeveloper on Mac OS X Platforms" ■ Section 7, "Migrating from a Previous Version" ■ Section 8, "Enabling Oracle JDeveloper Extensions" ■ Section 9, "Installing Additional Oracle Fusion Middleware Design Time Components" ■ Section 10, "Setting the User Home Directory" ■ Section 11, "Using Oracle JDeveloper in a Multiuser Environment" ■ Section 12, "Using Oracle WebLogic Server with Oracle JDeveloper" ■ Section 13, "Oracle JDeveloper Certification Information" ■ Section 14, "Oracle JDeveloper Accessibility Information" ■ Section 15, "Uninstalling Oracle JDeveloper" ■ Section 16, "Oracle on the Web" ■ Section 17, "Documentation Accessibility" 1 Oracle JDeveloper System Requirements This release of Oracle JDeveloper is tested and supported on the specific versions Windows, Linux, and Mac OS X, as listed in Section 1.1, "Recommended CPU, Memory, Display, and Hard Drive Configurations". In addition, it is supported on any operating system that supports Sun Java SE Development Kit (JDK) 6 Update 21 or later. ORACLE CONFIDENTIAL. 1.1 Recommended CPU, Memory, Display, and Hard Drive
    [Show full text]
  • When the Automobile Driver Is Wearing Spectacles. 38 7.3
    VISVESVARAYA TECHNOLOGICAL UNIVERSITY “Jnana Sangama”, Belagavi– 590 018 A PROJECT REPORT ON “MONITORING DRIVER'S ATTENTION LEVEL” Submitted in partial fulfillment for the award of the degree of BACHELOR OF ENGINEERING IN COMPUTER SCIENCE AND ENGINEERING BY SISIR DAS K (1NH12CS118) SIDDHARTHKUMAR PATEL (1NH12CS117) Under the guidance of Ms.Pramilarani K (Senior Assistant Professor, Dept. of CSE, NHCE) DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING NEW HORIZON COLLEGE OF ENGINEERING (ISO-9001:2000 certified, Accredited by NAAC ‘A’, Permanently affiliated to VTU) Outer Ring Road, Panathur Post, Near Marathalli, Bangalore – 560103 NEW HORIZON COLLEGE OF ENGINEERING (ISO-9001:2000 certified, Accredited by NAAC ‘A’ Permanently affiliated to VTU) Outer Ring Road, Panathur Post, Near Marathalli, Bangalore-560 103 DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING CERTIFICATE Certified that the project work entitled “MONITORING DRIVER’S ATTENTION LEVEL” carried out by SISIR DAS K (1NH12CS118) and SIDDHARTHKUMAR PATEL (1NH12CS117) bonafide students of NEW HORIZON COLLEGE OF ENGINEERING in partial fulfilment for the award of Bachelor Of Engineering in Computer Science and Engineering of the Visvesvaraya Technological University, Belgavi during the year 2015-2016. It is certified that all corrections/suggestions indicated for Internal Assessment have been incorporated in the report deposited in the department library. The project report has been approved as it satisfies the academic requirements in respect of Project work prescribed for the said Degree. Name & Signature of Guide Name & Signature of HOD Signature of Principal (Ms. K Pramilarani) (Dr.Prashanth C.S.R.) (Dr.Manjunatha) External Viva Name of Examiner Signature with date 1. 2. ACKNOWLEDGEMENT The satisfaction and euphoria that accompany the successful completion of any task would be, but impossible without the mention of the people who made it possible, whose constant guidance and encouragement crowned our efforts with success.
    [Show full text]
  • Curriculum Vitae General
    Branko Kokanović Curriculum Vitae General • Location: Belgrade, Serbia • Date of birth: 19.06.1983. • Cell phone: +38169π (+38169 3.141592) • kokanovic.org • E-mail: [email protected] • GitHub: @stalker314314 Education • Faculty of Electrical Engineering, Department for Computer Science and Engineering, Belgrade University, Serbia. o Graduated on: Binding programming system Test with Moodle LMS with average grade 8.4. o (2002 – 2009) • Electro technical school "Nikola Tesla", telecommunication profile, Belgrade, Serbia. o Main subjects: Mathematics, Computer Science, Electronics, Analog and Digital Telecommunications. o Graduated on: FHSS and DSSS Spread Spectrum analysis o (1998 – 2002) Working experience • Microsoft – Principal software engineer (with a trip to lead role, worked on SQL core engine – predictable query performance and query optimization, as well as SQL Azure DB – survived implementing service from ground up) (2012 -) • RT-RK – Senior software engineer (embedded software development, kernel drivers writing, Assembler/C/C++, 300 developers) (2011 - 2012) • Mozzart Sports Betting – Software architect (Java based distributed software solution, SCRUM based development, 40 developers) (2007 - 2011), • MikroDisk – Mikro magazine give-away DVD content manager including template generator (Python/GTK, SQLite, Cheetah template engine), • Laboratory assistant at "Computer science" department, faculty of Electrical Engineering, Belgrade University (2003 – 2007), • Junior programmer at Inovacation Center, ETF. Worked on VB.NET information
    [Show full text]
  • Oracle Fusion Development Capability DG
    Oracle Fusion Development Capability Discussion Guide Last updated: 10/01/07 Oracle Introduction Sell MW as extension of DB and applications. JDeveloper 10.1.3.2 includes the following new Continuing acquisition strategy: features: Oracle‟s Profile: o Consolidate Enterprise Resource Planning (ERP), Customer o Oracle WebCenter extension provides tools and Oracle was founded in 1977, with offices in 145+ countries. Relationship Management (CRM), and Supply Chain services to embed portlets, content, components, and As of 2007, Oracle employs ˜75,000 people. Management (SCM), and Business Intelligence (BI) market web services directly into the JSF application. segments. Is the leading enterprise software company. o Drag and drop portlets: Drag portlets directly from o Build vertical industry expertise. Is No. 1 in database (DB), No. 2 in business intelligence (BI), the component palette onto a JSF page. o Fill MW gaps. and No. 3 in middleware (MW). o Inter-component communication, which allows Claims $1 billion in MW sales—more than BEA. developers to enable different types of components to Oracle Fusion Development Offerings communicate with each other. Oracle Fusion Middleware includes all Oracle software other than applications or database. Oracle MW Web site: o Runtime Customization provides the ability to The first version of JDeveloper (1998) was based on a licensing of www.oracle.com/products/middleware customize application behavior at runtime. Borland’s JBuilder product. In 2001, Oracle rewrote the code to Oracle‟s Strategic Goals: create the Java-based JDeveloper 9i. The 10g version (9.0.5) is the For more information on Oracle ADF Framework architecture, first to use Oracle Application Development Framework (ADF).
    [Show full text]
  • Jprofiler Manual
    JProfiler Manual © 2017 ej-technologies GmbH. All rights reserved. Index JProfiler help .......................................................................................................................................... 8 How to order ......................................................................................................................................... 9 A Help topics ........................................................................................................................................ 10 A.1 Profiling ...................................................................................................................................... 10 A.1.1 Profiling modes .................................................................................................................. 10 A.1.2 Remote profiling ................................................................................................................ 12 A.1.3 Behind the scenes ............................................................................................................. 16 A.2 Configuration ............................................................................................................................ 20 A.2.1 Session settings ................................................................................................................. 20 A.2.2 Method call recording ....................................................................................................... 23 A.2.3 Configuring filters .............................................................................................................
    [Show full text]
  • Towards Left Duff S Mdbg Holt Winters Gai Incl Tax Drupal Fapi Icici
    jimportneoneo_clienterrorentitynotfoundrelatedtonoeneo_j_sdn neo_j_traversalcyperneo_jclientpy_neo_neo_jneo_jphpgraphesrelsjshelltraverserwritebatchtransactioneventhandlerbatchinsertereverymangraphenedbgraphdatabaseserviceneo_j_communityjconfigurationjserverstartnodenotintransactionexceptionrest_graphdbneographytransactionfailureexceptionrelationshipentityneo_j_ogmsdnwrappingneoserverbootstrappergraphrepositoryneo_j_graphdbnodeentityembeddedgraphdatabaseneo_jtemplate neo_j_spatialcypher_neo_jneo_j_cyphercypher_querynoe_jcypherneo_jrestclientpy_neoallshortestpathscypher_querieslinkuriousneoclipseexecutionresultbatch_importerwebadmingraphdatabasetimetreegraphawarerelatedtoviacypherqueryrecorelationshiptypespringrestgraphdatabaseflockdbneomodelneo_j_rbshortpathpersistable withindistancegraphdbneo_jneo_j_webadminmiddle_ground_betweenanormcypher materialised handaling hinted finds_nothingbulbsbulbflowrexprorexster cayleygremlintitandborient_dbaurelius tinkerpoptitan_cassandratitan_graph_dbtitan_graphorientdbtitan rexter enough_ram arangotinkerpop_gremlinpyorientlinkset arangodb_graphfoxxodocumentarangodborientjssails_orientdborientgraphexectedbaasbox spark_javarddrddsunpersist asigned aql fetchplanoriento bsonobjectpyspark_rddrddmatrixfactorizationmodelresultiterablemlibpushdownlineage transforamtionspark_rddpairrddreducebykeymappartitionstakeorderedrowmatrixpair_rddblockmanagerlinearregressionwithsgddstreamsencouter fieldtypes spark_dataframejavarddgroupbykeyorg_apache_spark_rddlabeledpointdatabricksaggregatebykeyjavasparkcontextsaveastextfilejavapairdstreamcombinebykeysparkcontext_textfilejavadstreammappartitionswithindexupdatestatebykeyreducebykeyandwindowrepartitioning
    [Show full text]
  • Integrated Development Environments
    INTEGRATED DEVELOPMENT ENVIRONMENTS VENDOR PRODUCT LANGUAGES SUPPORTED DEPLOYMENT PLATFORM INCLUDES OTHER KEY FEATURES PRICE CODE-VERSIONING SYSTEM? ACTIVESTATE SOFTWARE INC. Komodo Perl, PHP, Python, Ruby, XSLT; Any PHP, Perl, Python or Ruby-based applica- Yes Fully-integrated XSLT support, including an XSLT editor, $295; $495 bundled with Vancouver, British Columbia Professional 3.5.3 customizable context-aware editor tion server; client applications supported debugger and code intelligence. Komodo installs on Linux, one year of ActivePerl www.activestate.com supports many other languages through GUI builder Mac OS X, Solaris and Windows; all four platforms are includ- Profesional or ActiveTcl (778) 786-1114 ed with each license Professional subscription service BEA SYSTEMS INC. BEA Workshop Java, SOA, J2EE and Support for debugging and deployment Yes AppXRay creates a database of all the artifacts and their hierar- San Jose, Calif. Studio 3.0 Web applications requires Apache Jakarta Tomcat, BEA chy of relationships and interdependencies; benefits include code Starts at $899 www.bea.com WebLogic Server, Caucho Resin, IBM completion that reaches multiple levels, page variable names and (408) 570-8000 WebSphere, JBoss or Mortbay Jetty their fields, real-time consistency and validation checking BORLAND SOFTWARE CORP. Jbuilder 2006 Java J2EE 1.4 and J2EE application servers, including BEA Yes Eclipse-based; JSF, Struts and Web Services designers, UML Cupertino, Calif. JDK 5.0 WebLogic, IBM WebSphere, Sybase EAServer, code visualization,
    [Show full text]
  • Tools - Struts Community Resources
    Tools - Struts Community Resources 1. Integrated Development Environments Adalon - Adalon is a next generation functional design tool that fills the gaps left by today's market leading software design products. Struts Tools in IBM WebSphere Studio - A full-featured environment for rapid Struts application development, providing specialized and graphical editors, viewers, and wizards enabling you to build and manipulate Struts artifacts including JSPs, Java classes, configuration files and mappings, even entire projects, with Struts-specific validation. MDE for Struts - Graphically develop Struts 1.1 applications using industry standard UML. From simple class diagrams, MDE for Struts generates JSPs, Java classes, struts-config.xml, validator.xml, application resource files, ant build scripts and J2EE deployment files. Take control of architecture by changing Java MetaPrograms that translate the model into code. Just write your business logic and deploy. Also available as an Eclipse plugin. 2. IDE Plugins (Eclipse) STRECL - A set of tools offering easier utilization of Struts framework, two-way editing of XML files, code generation using wizards (JDBC DAO), JSP editor and many other functions. Oct 16: JSP editor (beta version) is released. Improve Struts Configuration File Editor> - struts-config graphical view Easy Struts 0.6.4 by Emmanuel Boudrant - The aim of this project is to provide a bunch of development tools, for Eclipse v2.0 and Borland JBuilder 5-7, in order to facilitate the development of a Struts application. A GUI editor for struts-config.xml files is available in Eclipse 2.0 plugin. Struts Console by James Holmes. The Struts Console is a standalone Java Swing application for managing Struts-based applications, including plugin support for Eclipse, IBM WSAD, IntelliJ IDEA, JBuilder, NetBeans, Oracle JDeveloper and Sun One Studio (Forte).
    [Show full text]