In the interest of doing things right, and having been exposed to the issues of keeping the tiers separated:
> 1. UI to enter a connection, > 2. see a list of databases This app will support many back ends, so how/where should these be implemented? My thoughts: for each back end that dabo supports, subclass the dabo back end class and add a .getDB() method. This seems like the right thing to do, but given the trouble I am having with it in my app, I am wondering if there isn't a better way. Carl K _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
