Hmm...that would be too much work I think. Ayway, could you point me some useful link for postgresql middleware?
Thanks. On Tue, Mar 9, 2010 at 1:13 PM, John R Pierce <pie...@hogranch.com> wrote: > dipti shah wrote: > >> What is middleware? >> > > An application server that does all the business logic. your user software > calls the application server to do things, and it in turn accesses the > database. User written software is not alloweed to directly connecct to > the databases at all. Classic example of a middleware platform Apache > Tomcat > > >