Maybe someone could put an example of this on the U2ug website, or Brian
could include it in his training materials if he has not already so that
people have an idea how to accomplish this ;-).

> -----Original Message-----
> From: [email protected] [mailto:owner-u2-
> [email protected]] On Behalf Of Symeon Breen
> Sent: Tuesday, 14 April 2009 9:30 a.m.
> To: [email protected]
> Subject: RE: [U2] universe sockets
> 
> > We want to explore other connection options that are not tied to
> > uniobjects so that if we decide to switch from universe to say
> database
> > "x" we can do so easier.
> 
> 
> My only comment on this is don't go writing socket code just for this
-
> just
> write a wrapper round the uniobjects code - so your code does not open
> a
> uniobjects connection and do read/write/select/run programs, it uses a
> class
> that you have written that in turn does this - pass a param to the
> class
> called DB and set it to "uv" - then when you want to switch to some
> other DB
> add the connectivity code to your class and away you go - basically
you
> are
> building a DAL (Data access layer) upon which your BLL (business logic
> layer) works - the bll does not care what the DB is or how it
> communicates
> that is the job of your DAL.
> 
> Rgds
> Symeon.
> -------
> u2-users mailing list
> [email protected]
> To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to