Comments
litl_phil wrote: While it's nice that Google and Acer share the vision of cloud-based computing, it's also worth noting that we at litl already have a webbook on the market (available at litl.com) that runs our own cloud-based OS. Unlike Chrome, litlOS is focused on creating a new and better web experience for the home, so we don't have the usual browser interface, we have our own innovative UI. In conjunction with easel mode (litl's inverted-V position) and our growing cohort of litl channels (special apps t...
Cloud Expo on Google News


2008 West
DIAMOND SPONSOR:
Data Direct
SOA, WOA and Cloud Computing: The New Frontier for Data Services
PLATINUM SPONSORS:
Red Hat
The Opening of Virtualization
GOLD SPONSORS:
Appsense
User Environment Management – The Third Layer of the Desktop
Cordys
Cloud Computing for Business Agility
EMC
CMIS: A Multi-Vendor Proposal for a Service-Based Content Management Interoperability Standard
Freedom OSS
Practical SOA” Max Yankelevich
Intel
Architecting an Enterprise Service Router (ESR) – A Cost-Effective Way to Scale SOA Across the Enterprise
Sensedia
Return on Assests: Bringing Visibility to your SOA Strategy
Symantec
Managing Hybrid Endpoint Environments
VMWare
Game-Changing Technology for Enterprise Clouds and Applications
Click For 2008 West
Event Webcasts

2008 West
PLATINUM SPONSORS:
Appcelerator
Get ‘Rich’ Quick: Rapid Prototyping for RIA with ZERO Server Code
Keynote Systems
Designing for and Managing Performance in the New Frontier of Rich Internet Applications
GOLD SPONSORS:
ICEsoft
How Can AJAX Improve Homeland Security?
Isomorphic
Beyond Widgets: What a RIA Platform Should Offer
Oracle
REAs: Rich Enterprise Applications
Click For 2008 Event Webcasts
SYS-CON.TV
Top Links You Must Click On


REA Is Where RIA Becomes the Norm
JDeveloper 11g is a complete end-to-end development platform

ADF Overview - Oracle Practicing What It Preaches
As a Java veteran you know Java EE is littered with the bodies of dead frameworks leaving a best-of-breed group and a selection of new but less well-tested siblings. As a sign of strength Oracle ADF has survived the test of time. Oracle ADF through its end-to-end development support provides a complete MVC Java EE framework that includes ORM solutions for working with the database, UI technologies for creating Web and desktop interfaces, and controller technologies for providing sophisticated interactions with the user, all based around Java EE industry standards. If you've used JDeveloper before you'll recognize one of ADF's earlier incarnations, BC4J. However you'd be wrong in equating the two since ADF is a complete end-to-end framework while the earlier BC4J only dealt with the database.

Thanks to the fact Oracle has adopted ADF for its own applications development, its innovations and extensions have accelerated beyond what we, Oracle's customers, requested. Normally it's we developers who drive demand for innovation in vendor products, yet since Oracle is eating its own dog food, we enjoy a range of new features raised by Oracle's huge internal development teams. This is quite evident in the provisioning of the ADF Faces Rich Client JSF UI components, data visualisation objects, task flow facilities, and greatly improved ADF Business Components, giving us a free ride in adopting JDeveloper 11g and ADF.

ADF Binding Layer - Your Hands Aren't Tied to Just One ORM
What's your preference in picking the ORM technology in a Java EE MVC solution? A POJO solution such as JPA/EJB3 that lets you focus on putting business rules in the mid-tier, or a heavyweight SQL-optimised set of components that use the optimized database to manipulate data and call stored procedures? Whatever your answer, half the world begs to differ, such is the normal infighting between Java EE framework users.

Oracle has carefully hedged its bets. Oracle ADF, by including the ADF binding layer API, supports more than one ORM in the same project. If your project team is comprised of Java purists, ADF will happily work with EJB/JPA or EclipseLink. If your team has a data-centric development background, Oracle has created ADF Business Components, especially useful to Oracle Forms programmers. Have it your way as they say.

The ADF binding layer adds a massive advantage to ADF projects because for Web programmers it abstracts away having to be concerned about how to call each and every ORM technology, and instead creates a standardized API that the ORM plugs into, and a standardized API that the Web technologies make use of. Gone is the challenge of having to understand multiple technical solutions and how to explicitly use and call them. And the ADF binding layer takes this further by letting you draw data not only from ORMs, but POJOs, files, even Web Services.

ADF Business Components - Declare Your Love for Groovy Programming
ADF Business Components (ADF BC) has come a long way since its inception in 1999 as Business Components for Java (BC4J). From the beginning ADF BC as a sophisticated ORM has modelled database transactions through Application Modules, queries through View Objects, and DML statements through Entity Objects. Ultimately ADF BC is a carefully orchestrated RDBMS-centric approach. JDeveloper 11g has built on the success of ADF BC to deliver further benefits to you as the developer.

Oracle has recognized writing code can make you your own worst enemy. Every line of code you write is a potential bug, and over the life of several projects you'll code the same thing again and again. Code reuse reduces this problem, but why not remove the code altogether? ADF BC in JDeveloper 11g uses declarative programming, providing you hundreds of well-tested properties to use and set that in turn provide a huge array of features that database-centric Java EE systems need.

For example, take data validation. A project team could code hundreds of individual data validation rules into a Java mid-tier such as mandatory field requirements, values between ranges, selections in a list of values, and so on. Then include an exception framework, some sort of error-message bundles; the code requirements go on and on fraught with programmer mistakes. Yet in ADF BC a declarative validator encompasses all of these. Select your validation rule type, the field you want to validate, an optional condition when to fire the rule, and finally the error message. Beyond that the tool does the rest - without a single line of Java. And if you're really hooked on Java, JDeveloper lets you use Java validation methods if you want, a Java by exception framework.

Maybe you want more? Modern scripting languages provide a terse language capability without the hang-ups of Java. Is there a happy medium between writing relatively verbose Java and using a lightweight declarative programming model? There is now. JDeveloper 11g introduces support for Goovy expressions, the ability to define many of the properties around the simpler-than-Java Groovy syntax. Default values, query bind variables, error-message parameters and validators all make use of the new expression support.

About Chris Muir
Chris Muir, an Oracle ACE Director, senior developer and trainer, and frequent blogger at http://one-size-doesnt-fit-all.blogspot.com, has been hacking away as an Oracle consultant with Australia's SAGE Computing Services for too many years. Taking a pragmatic approach to all things Oracle, Chris has more recently earned battle scars with JDeveloper, Apex, OID and web services, and has some very old war-wounds from a dark and dim past with Forms, Reports and even Designer 100% generation. He is a frequent presenter and contributor to the local Australian Oracle User Group scene, as well as a contributor to international user group magazines such as the IOUG and UKOUG.

In order to post a comment you need to be registered and logged in.

Register | Sign-in

Reader Feedback: Page 1 of 1

Hi Steve

In answer to your query on "taken the Oracle world by storm", it's based on the statistic that SQL Developer was the most downloaded software from OTN in March this year (Source: Twitter @krisrice). Other empirical evidence includes that the OOW08 SQL Developer sessions were standing room only (closely followed by the Exadata sessions I hear ;-).

Subjectively I can say *all* of my clients in the last year have SQL Developer installs/users in one form or another, and in some cases have active programs to assess SQL Developer as a replacement for similar IDEs. If I read it correctly the big enticement for them seems to be "free" though for myself other reasons apply.

Regards your comment "....[SQL Developer users] most of them don't rely on it exclusively for their development work." I can't comment on PL/SQL coders as a collective as I neither have the evidence to back any opinion up and to be truthful rarely meet just "PL/SQL developers" these days - most developers I meet are multi skilled beyond just the database. This could be a difference between your customers and my customers down here in Australia, many sites are *very* small so developers need to be jack-of-all-trades. However from my own point of view if we just consider development work I do with the database I agree with your comment. For PL/SQL I use a combination of SQL Developer, SQL*Plus, text editors (UltraEdit or Notepad++ mostly), occasionally Quest's Toad, occasionally other tools like OEM or Apex.

It'd be my pleasure to catch up with you in August, I'd be happy to take you on a tour of some of the sites if you have time.

Thanks & regards,

CM.

Chris, very interesting post. One thing that caught my eye was this statement:

"SQL Developer has taken the Oracle world by storm as a free and comprehensive Oracle development IDE with support for browsing database objects, running SQL statements and SQL scripts, and editing and debugging PL/SQL statements."

Can you tell me what data you have seen to support the "taken the Oracle world by storm" comment?

I do lots of trainings and presentations to PL/SQL developers and I still find that a very small number of them seem to be using SQL Developer, and most of them don't rely on it exclusively for their development work. My audiences may, however and understandably, be skewed towards Toad users (I work for Quest Software), but still....

Warm regards AND....I will be in Perth in August doing presentations for Quest. Perhaps we can meet up!

SF


Your Feedback
chriscmuir wrote: Hi Steve In answer to your query on "taken the Oracle world by storm", it's based on the statistic that SQL Developer was the most downloaded software from OTN in March this year (Source: Twitter @krisrice). Other empirical evidence includes that the OOW08 SQL Developer sessions were standing room only (closely followed by the Exadata sessions I hear ;-). Subjectively I can say *all* of my clients in the last year have SQL Developer installs/users in one form or another, and in some cases have active programs to assess SQL Developer as a replacement for similar IDEs. If I read it correctly the big enticement for them seems to be "free" though for myself other reasons apply. Regards your comment "....[SQL Developer users] most of them don't rely on it exclusively for their development work." I can't comment on PL/SQL coders as a collective as I neither have the evidence to bac...
stevenfeuerstein wrote: Chris, very interesting post. One thing that caught my eye was this statement: "SQL Developer has taken the Oracle world by storm as a free and comprehensive Oracle development IDE with support for browsing database objects, running SQL statements and SQL scripts, and editing and debugging PL/SQL statements." Can you tell me what data you have seen to support the "taken the Oracle world by storm" comment? I do lots of trainings and presentations to PL/SQL developers and I still find that a very small number of them seem to be using SQL Developer, and most of them don't rely on it exclusively for their development work. My audiences may, however and understandably, be skewed towards Toad users (I work for Quest Software), but still.... Warm regards AND....I will be in Perth in August doing presentations for Quest. Perhaps we can meet up! SF
Enterprise Open Source Magazine Latest Stories . . .
Oracle seems to have divided the open source ranks over the MySQL delay it’s having closing its acquisition of Sun. Eben Moglin, the GPL’s most ardent defender and delineator, the lawyer who has worked hand in glove for years with the Free Software Foundation’s founder Richard Stallman...
Cloud computing is a game changer. The cloud is disrupting traditional software and hardware business models by disrupting how IT service gets delivered. Entrepreneurial opportunities abound as this classic disruptive technology begins to proliferate, so it is no surprise that SYS-CON'...
The irony is that Oracle has advanced MySQL, lost money in the process, and helped its competitors - all at the same time. When Oracle buys Sun and controls MySQL the gift (other than to Microsoft SQL Server) keeps on giving as the existential threat to RDBs is managed by Redwood Shore...
WSO2, the open source SOA company, today announced the launch of the WSO2 Cloud Platform. Available today, the new WSO2 Cloud Platform features a family of WSO2 Cloud Virtual Machines; WSO2 Cloud Connectors for enabling fast, secure cloud services; and the multi-tenant WSO2 Governance-...
Now, the open source Mozilla Thunderbird client software can be used with Open-Xchange collaboration software. The "Community OXtender for Thunderbird" software connector gives users full access to appointments and contacts stored in the Open-Xchange Server and enables them to use Thun...
Morph Labs, a leading provider of enterprise cloud computing technology, today announced an introductory trial of the Morph CloudServer, an open, standards-based server IT organizations can use to rapidly model and evaluate their cloud implementations. A miniature "Cloud Environment in...
Subscribe to the World's Most Powerful Newsletters
Subscribe to Our Rss Feeds & Get Your SYS-CON News Live!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021


SYS-CON Featured Whitepapers
ADS BY GOOGLE