InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

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

Posted by James Kao on May 17, 2007

Sections
Development
Topics
Java ,
Artifacts & Tools ,
Rich Internet Apps
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.
What about the flaws of JDevil? by Loreno Oliveira Posted
Has Oracle Changed? by B K Posted
There never was a restriction by Duncan Mills Posted
Vendor Lock In by serge boulay Posted
Re: Vendor Lock In by Duncan Mills Posted
Re: Vendor Lock In by serge boulay Posted
Re: Vendor Lock In by Ted Farrell Posted
Re: Vendor Lock In by serge boulay Posted
  1. Back to top

    What about the flaws of JDevil?

    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?

    by B K

    Is this still tied to Oracle DB and Oracle Application Server

  3. Back to top

    Vendor Lock In

    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

    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

    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

    by serge boulay

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

  7. Back to top

    Re: Vendor Lock In

    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

    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?

Educational Content

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.