On Line Documentation for Oracle 10gAS 10.1.2 – including ADF Documentation

Lucas Jellema
0 0
Read Time:42 Second

For the on-line documentation for release 10.1.2 of the Oracle Application Server, see http://download-uk.oracle.com/docs/cd/B14099_10/web.htm.

It contains besides others links to documentation on the ADF (Application Development Framework), such as Development Guidelines Manual and the Case Manual – a tutorial based on the ToyStore demo application – next to the JavaDoc.

Also in this documentation library: MapViewer, OC4J, XDK (XML Developer’s Kit), MOD_PLSQL (!) and Web Toolkit reference.

At http://download-uk.oracle.com/docs/cd/B14099_10/bi.htm you also find the Business Intelligence documentation on Discoverer, Oracle Reports and Oracle Personalization (a tool that I thought had been discontinued).

The integration section http://download-uk.oracle.com/docs/cd/B14099_10/integrate.htm provides documentation on InterConnect, BPEL, Oracle Workflow and the Oracle Application Server Adapters.

About Post Author

Lucas Jellema

Lucas Jellema, active in IT (and with Oracle) since 1994. Oracle ACE Director and Oracle Developer Champion. Solution architect and developer on diverse areas including SQL, JavaScript, Kubernetes & Docker, Machine Learning, Java, SOA and microservices, events in various shapes and forms and many other things. Author of the Oracle Press book Oracle SOA Suite 12c Handbook. Frequent presenter on user groups and community events and conferences such as JavaOne, Oracle Code, CodeOne, NLJUG JFall and Oracle OpenWorld.
Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %
Next Post

JUnit testing with EasyMock

Mockobjects are the classic solution to the even more classic problem of how to test code in isolation, when that code needs other objects to perform its tasks. The problem is we want to test classes individually, without introducing too many other objects that may make our tests too complex.
In this article I hope to wet your appetite for this technique. First I will illustrate the problem with a simple example. Then I will demonstrate a solution, using EasyMock to create mockobjects with minimal coding effort.

%d bloggers like this: