Re: OT? Database bridge for postgresql

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: OT? Database bridge for postgresql
Дата
Msg-id 20041011172008.GA22076@phlogiston.dyndns.org
обсуждение исходный текст
Ответ на OT? Database bridge for postgresql  ("David Gagnon" <dgagnon74@hotmail.com>)
Список pgsql-jdbc
On Tue, Oct 05, 2004 at 10:29:36AM -0400, David Gagnon wrote:
> Hi all,
>
>  I'm working on a online catalog right now.  I'm using postgresql/java for
> the web site and the ERP in the company is a VB/MSSQL application.  Is
> there a framework out there that allow database sychronization. I'm looking
> for an opensource/java framework.

It's not built for it, but I've sometimes thought you might be able
to modify erserver for these purposes.  There's _plenty_ wrong with
the released erserver, and Real Soon Now I intend to tar up the CVS
HEAD and release it as the final iteration, on the grounds that
everything it currently does is done better by Slony-I.  But I think
for any sort of synchronisation using Java, it might at least get you
started.  Please be warned that, while Andrew Rawnsley did a lot of
work to clean up the code, it's still a dog's breakfast.  There are
totally pointless, over-engineered abstractions all over the place.
This is not the fault of erserver _per se_, but of the programmer who
implemented it in Java.

A

--
Andrew Sullivan  | ajs@crankycanuck.ca
The fact that technology doesn't work is no bar to success in the marketplace.
        --Philip Greenspun

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: A solution to the SSL customizing problem
Следующее
От: "Barry Lind"
Дата:
Сообщение: Re: datatype conversion thoughts