Yesterday I attended the Oracle Developer Day. This hands on workshop covered Service Oriented Architecture (SOA) and how you would implement SOA solutions using Oracle tools. The morning sessions talked about SOA and how it fits into the application architecture. The architectural concepts presented here also apply to .NET solutions. It was refreshing to see that whether you use .NET or Java the same good architecture can be applied to either platform.

We spend the rest of the day hands on implementing a multi-tier application using JDeveloper. JDeveloper has a similar look as Visual Studio.NET but some of the features were not as intuitive. The tool that impressed me the most was Toplink. This tool integrates with JDeveloper and allows the developer to map an object structure to a relational model.

Toplink is ideal for building the persistent layer of a solution and the developer does not have to write code. You define a class structure of getters and setters, map the properties to the appropriate fields in the database, and viola...Toplink generates a persistent layer that will retrieve data from your database.

JDeveloper provides a lot of assistance for implementing end-to-end solutions built on top of SOA. But as easy as it was, I could not help wondering how often the tools are used for real world development of enterprise solutions. The lab sample was a simple application but can more complex solutions be implemented without needing to write a lot of code? I will need more time to explore the set of tools Oracle to see.

posted by Kirby Turner | 11-Aug-2004 7:43 AM | comments (2)


Let us know if you hit any snags while trying out Oracle JDeveloper 10g. We hang out in the JDeveloper discussion forum on our OTN web site at http://www.oracle.com/technology/discussionforums/jdev.html

posted by Steve Muench | August 12 06:22 PM


You also might want to checkout the ADF Toy Store Demo for a more full-featured example to sink your teeth into.
http://www.oracle.com/technology/products/jdev/collateral/papers/10g/adftoystore.html

posted by Steve Muench | August 12 06:23 PM

Add Your Comment

Comment:
(No HTML)

Name:
E-mail/Web site:
Your e-mail/web site will not be published on this site. It is optional and will only be used by me should I need to contact you directly.
 
By checking this option, this site will remember your name and e-mail/web site on future visits. Uncheck this option to have the site not remember who you are on future visits.
 
Enter the code shown above:
Copyright © 1999-2008 Kirby Turner.
Site software written by White Peak Software Inc, a provider of custom software and software development coaching.