Dive into Oracle ADF

Send me a mail
 Dive into Oracle ADF   Click to see the XML version of this web page.   (Updated: 2/3/2008; 9:11:33 PM.)
Tips and tricks from Steve Muench on Oracle ADF Framework and JDeveloper IDE

Search blog with Google:
 

Search BC4J JavaDoc:
 

December 2003
Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      
Nov   Jan

Get Firefox!

Wednesday, December 17, 2003

Over on the JDeveloper Home Page on OTN, they're having a developer quick poll.

If you like the persistence layer that you're using, cast a vote so you can be counted!


8:31:58 PM    



I've been answering a lot of questions about application module pooling lately. I put down some thoughts on our application module pooling functionality and some of the key configuration parameters that govern its runtime behavior in this new technical article on application module pooling.

Send me a mail if there are still aspects about it that are confusing to you.


5:44:56 PM    


We found a little bug in our recently released JAX-RPC Extension for JDeveloper 10g Preview whereby you'll get a NullPointerException if you try to publish services whose implementation and service endpoint interface lack a package name. While in JDK 1.3 it was still possible to have classes and interfaces in unnamed packages, with JDK 1.4 it is greatly discouraged (if not a compiler warning, I forget), so sticking to web service implementation classes and their companion service endpoint interfaces which live in some package is only following best practice anyway.
2:58:15 PM    


© Copyright 2008 Steve Muench.