InfoQ

News

Oracle JDeveloper 11g Preview and over 80 AJAX-enabled Open Source JSF Components Released

Posted by James Kao on May 17, 2007 04:00 PM

Community
Java
Topics
Rich Internet Apps,
Artifacts & Tools
Tags
Oracle,
JSF
Oracle has released a technology preview version of its JDeveloper 11g IDE along with over 80 freely-available AJAX-enabled JSF components, bolstering its visual development capabilities with improved support for rich-client interfaces, live database connectivity, data binding, and more. The JDeveloper 11g preview is available for free download and the JSF components are open source, released through the Apache MyFaces Project.

Duncan Mills, Director of Product Management for Fusion, gave InfoQ a live demonstration and described some of the goals Oracle had for this release. In the same example that was shown at JavaOne, Duncan demonstrated a completely visual mechanism for adding AJAX drag-and-drop interactivity to an existing application, including some very interesting data typing functionality (called data flavors in JDeveloper) that allows interactions of drag components and drop targets to be validated and handled both declaratively and automatically. The key point of the new UI-oriented features is to enable "AJAX without AJAX" and let developers create modern web interactivity while staying within Java and JSF. While JDeveloper 11g adds a JavaScript editor and debugger, the tool has been designed to encapsulate inside of supplied components, 90% of the JavaScript and HTML that conventionally would be written by an AJAX developer.

JDeveloper 11g also adds a variety of new features to its data visualization components including graph interactivity (e.g. zooming) and Flash rendering. However, Duncan noted that the Flash rendering present was limited to data visualization and was not an attempt to be an alternate display technology like Flex or JavaFX. Rather, the intent is to use Flash where Flash is appropriate in an HTML, JavaScript, and JSF context.

While the JDeveloper tooling is designed to simplify the development process with graphical interactivity, the underlying JSF components are available on a standalone open-source basis from a sub-project of Apache MyFaces called the Rich Client Framework that was founded on the basis of these donated components.

Oracle has also released its Oracle Development Kit for Spring, an add-on to JDeveloper that provides a series of wizards to assist in the development of Spring applications. There is also editor support for Spring 1.x and 2.x definitions with code insight, completion, and validation, and a transaction manager to tie the lightweight model within Spring to the transactional capabilities of Oracle's application server.

8 comments

Reply

What about the flaws of JDevil? by Loreno Oliveira Posted May 18, 2007 8:45 AM
Has Oracle Changed? by B K Posted May 18, 2007 2:28 PM
There never was a restriction by Duncan Mills Posted May 21, 2007 3:10 PM
Vendor Lock In by serge boulay Posted May 18, 2007 4:10 PM
Re: Vendor Lock In by Duncan Mills Posted May 21, 2007 3:14 PM
Re: Vendor Lock In by serge boulay Posted May 29, 2007 11:28 PM
Re: Vendor Lock In by Ted Farrell Posted May 30, 2007 9:10 PM
Re: Vendor Lock In by serge boulay Posted May 31, 2007 1:12 PM
  1. Back to top

    What about the flaws of JDevil?

    May 18, 2007 8:45 AM by Loreno Oliveira

    Hi, I´m part of a 84 people team and we are currently using JDev 10.1.3.2 to support our process. All these new features seem to be interesting, but our feeling is that Oracle could invest more on stabilize current functionalities of JDev instead of putting more features into an IDE that already does hundreds of things, but does bad most of them. Among all the problems of JDev, here we extremely serious problems with JDev´s UML modelers and CVS integration.

  2. Back to top

    Has Oracle Changed?

    May 18, 2007 2:28 PM by B K

    Is this still tied to Oracle DB and Oracle Application Server

  3. Back to top

    Vendor Lock In

    May 18, 2007 4:10 PM by serge boulay

    The largest problem I see is that you’re tied to Jdev once you go down the ADF faces road. Maybe I am mistaken, but all the features to do databinding to controls are only in Jdev and not in other IDEs. It seems that the tooling is built for ex Oracle Forms developers or as some of the marketing lingo goes “people who don’t have to know java” (Controls are reusable). Although Jdeveloper 11 does provide some fancy xml editors over these databinding xml files, you become extremely depend on the IDE. I think JBoss Seam got it right, ability to use the framework with or without tooling.

  4. Back to top

    There never was a restriction

    May 21, 2007 3:10 PM by Duncan Mills

    What makes you say that JDeveloper has ever been tied to only the Oracle Application server and database? This is not the case.

  5. Back to top

    Re: Vendor Lock In

    May 21, 2007 3:14 PM by Duncan Mills

    ADF provides a productivity layer, but of course it's only an optional thing. The IDE and the New Faces components don't force you to use ADF, you could build in Seam if you're happier doing that (and have the time to spare)

  6. Back to top

    Re: Vendor Lock In

    May 29, 2007 11:28 PM by serge boulay

    this blog from oracle, what I was referring to is #3 http://blogs.oracle.com/duffblog/2007/05/29#a437

  7. Back to top

    Re: Vendor Lock In

    May 30, 2007 9:10 PM by Ted Farrell

    Serge, That blog does not state anything about lock-in to JDeveloper, and is not referring to the Trinidad or ADF Faces components. It is talking about the ADFm layer, which is implementing JSR 227. I agree with Brian that we could reduce the number of .xml files in certain cases when Generics were used and the back-end service was Java, but this has nothing to do with you using the ADF Faces components. We have customers using them who do not use JDeveloper at all.

  8. Back to top

    Re: Vendor Lock In

    May 31, 2007 1:12 PM by serge boulay

    Ted your right about the ADF faces components. You can use them in any other IDE. What I should have said was that it would be very nice to see an approach that uses less XML in the data-binding department. As a person who uses and recommends Oracle products often, this is one area that I would be happy to see change. Will the Web beans JSR have an impact this area?

Exclusive Content

Agile Project Management: Lessons Learned at Google

In this presentation filmed during QCon 2007, Jeff Sutherland, the creator of Scrum, talks about his visit at Google to do an analysis of Google's first implementation of Scrum.

AtomServer – The Power of Publishing for Data Distribution

In this article, Bryon Jacob and Chris Berry introduce AtomServer, their implementation of a full-fledged Atom Store based on Apache Abdera, which is now available as open source.

An Introduction to Virtualization

It is easy to think that virtualization applies only to servers. In reality the recent resurgence of the concept is also being applied to networking, storage, and application infrastructure.

REST Anti-Patterns

In this article, Stefan Tilkov explains some of the most common anti-patterns found in applications that claim to follow a "RESTful" design and suggests ways to avoid them.

Choosing between Routing and Orchestration in an ESB

In this article, Adrien Louis and Marc Dutoo discuss the differences and relative merits of using orchestration vs. routing in a typical ESB setup, and discuss various implementation options.

Enterprise Batch Processing with Spring

Wayne Lund discusses batch processing, Spring Batch objectives and features, scenarios for usage, Spring Batch architecture, scaling, example code, failures and retrying, and the future roadmap.

User Story Estimation Techniques

Developer Jay Fields draws on his experiences as a ThoughtWorks consultant to describe effective user story estimation techniques.

Security (CAS and OpenID) with Ruby

In this talk from QCon SF 2007, Justin Gehtland explains two open solutions to distributed identity and their Rails integration components: OpenID (using ruby-openid) and CAS (using rubycas-client).