Steve Muench published his ADF version of the Toystore Demo: see http://otn.oracle.com/products/jdev/collateral/papers/10g/adftoystore.html. I have not yet tried it out but it should be a comprehensive example of using ADF for building a fairly complete application. For tips and background also see his weblog.
A Generic MVC Model in Java
Thu Jul 8 , 2004
An interesting article about reducing the amount of code needed to implement a certain objectmodel, using JDK1.5’s generics. “Model-View-Controller (MVC) is a widely used design pattern, especially popular in graphical user interface (GUI) programming. JDK 1.5 introduces parameterized types, or generics. Combining the two allows for a generic implementation of […]

3 thoughts on “ADF Toystore Demo”
Comments are closed.