"Is the BC4J persistence layer replaced by TopLink in JDeveloper 9.0.5?"
No, we actually opted for a different strategy that we think will make the broadest number of developers happy, without changing what already works well in the BC4J core. The work we've done for 9.0.5 will make it easier to include TopLink-based business services as part of an end-to-end application, something that's not possible in JDeveloper 9.0.3 or 9.0.4.
The focus of our Oracle ADF work for JDeveloper 9.0.5 has been on refactoring our existing frameworks to be more flexible and pluggable. There were two driving reasons for this:
- In existing JDev releases we have Swing clients, JSP clients, and UIX clients all using different data binding "plumbing" and different design time experiences (even while they were all talking to the same underlying BC4J application module component).
- We've had a number of customers ask us if it was possible to couple our data binding and controller technologies with existing business services they've implemented (using a number of different solutions for persistence, including TopLink, but not exclusive to that).
What we've done for JDeveloper 9.0.5 is:
- Unified the data binding infrustructure so all client types can operate in a consistent way and share a consistent design time experience, independent of the backend business services that provide the data they are binding to
- Opened up the choices for implementing your business services "back end".
Making these changes allows customers to choose what technologies they prefer for implementing their backend business services. We believe this choice will allow an even wider audience of Java developers to take advantage of Oracle's J2EE framework because it will now be possible to mix and match framework added-value features with existing decisions and/or technology preferences their companies/teams might have already formulated.
The typical customer who loves TopLink is one that has already invented (or in any event prefers to write) their own in-house solution for implementing an overall application infrastructure and who basically is looking for help for just the persistence aspect. TopLink gives them an advanced persistence architecture for their in-house application infrastructure. The Oracle TopLink mapping workbench team has worked hard to integrate their functionality into the JDeveloper environment for the 9.0.5 release, so customers building apps with Oracle ADF and TopLink can do so with a single tool.
On the other hand, the typical BC4J developer is looking to avoid having to design, implement, debug, test, and maintain their own J2EE application infrastructure. They want to make maximal use of all application-building features that we can supply them with. This is the category that now more than 1500 internal Oracle Applications developers in the E-Business Suite division fall into. The fact that in the many years that Oracle Applications has been using BC4J we haven't built up a long list of additional O/R mapping functionality that their applications require, tells me that the BC4J persistence layer has hit the 80/20 (or 90/10) sweet spot for business application developers who want to exploit the power of SQL pretty well.
In 9.0.5, we can now accommodate many permutations of technology choices with a single tool and a common data-binding and design time environment for the user interface layer. The development environment even can tailor itself around the technology choices that you prefer. We think that's pretty cool.
Net net, customers will have improved productivity, with choice. We will keep doing our best to make sure that we continually improve our more declarative building blocks like ADF Business Components, without forcing people to use them if they want to plug in alternative solutions into their end-to-end application.
5:47:21 PM
|