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:17:13 PM.)
Tips and tricks from Steve Muench on Oracle ADF Framework and JDeveloper IDE

Search blog with Google:
 

Search BC4J JavaDoc:
 

June 2005
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    
May   Jul

Get Firefox!

Wednesday, June 01, 2005

After reading Pete Finnigan's comment about my custom JDBC URL provider sample code, I've updated the example code to make it more clear that it's not really my intention that you'd hard-code the username/password in the class. I've just provided the ingredients that you can run with to build a more interesting (and secure) alternative. The comment in the source now reads:

   * NOTE: You could modify this example to read this connection
   * ----  information from some alternative location such as a properties
   *       file in the classpath, a custom repository, or something else.
   *      
   *       The security of your deployment obviously improves if you are
   *       working with encrypted password information when you implement
   *       your solution based on this example. The more interesting
   *       alternative source and eventual decrypting of the stored password
   *       are left as exercises for the reader.

8:15:52 PM    



© Copyright 2008 Steve Muench.