Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
this is exactly how it was done in my previous company. i was just beginning to learn java at the time, so it was really a hell trying to catch up. anyway, the structure is something like this : (not really sure coz i can't really remember, and i didn't really catch up at this part too... :p too busy learning servlets and jsp at that time.)
i.e. if we were supposed to access data from table [customer]
during execution :
so there'll be a properties file or rather, an LDAP server that matches the list of database tables with the correct factory. or something like that.. this is from what i barely remembered during my 3-month internship there. massive learning at that time.. didn't get to catch up on this concept. caught up on jsp and servlets though :p anyway, they got some kind of horizontal framework that they later extend into vertical framework for the community portal products that they make. marketing stuff :p
Replies:
|
Sponsored Links
|