RE: [U2] UniObjects .NET - Security Best Practices, Connection Pooling in UD

2007-07-11 Thread Symeon Breen
http://www.bitfactorysoftware.com/ [/ad] Rgds Symeon. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Gravagno Sent: 10 July 2007 23:12 To: u2-users@listserver.u2ug.org Subject: RE: [U2] UniObjects .NET - Security Best Practices, Connection Pooling in

RE: [U2] UniObjects .NET - Security Best Practices, Connection Pooling in UD

2007-07-10 Thread Hona, David S
ort and personnel. Regards, David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Boydell, Stuart Sent: Wednesday, July 11, 2007 11:00 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] UniObjects .NET - Security Best Practices, Connection Pooling i

RE: [U2] UniObjects .NET - Security Best Practices, Connection Pooling in UD

2007-07-10 Thread Boydell, Stuart
Robert, You can use any version of UniObjects /U2 using Windows Enterprise Services pooling service. This will already be installed and ready to use on any Windows 2000 server and later. You don't necessarily need to upgrade or pay for the U2 version. http://www.google.com/search?q=enterprise+serv

RE: [U2] UniObjects .NET - Security Best Practices, Connection Pooling in UD

2007-07-10 Thread Tony Gravagno
This can be a lengthy topic... Following the MVC design pattern, when building any web app it's best to funnel all data access through a single Data Access Layer (DAL). This is in preference to having MV-related code in every page and class throughout a web application. This makes maintenance ea

RE: [U2] UniObjects .NET - Security Best Practices, Connection Pooling in UD

2007-07-10 Thread Nick Cipollina
You could use a service on another server inside your firewall that does all of the universe access. Then your web app would only be able to communicate with that service. Thanks, Nick Cipollina -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Kub