Re: Embedding Postgres in Java Application
От | Charlie Kelly |
---|---|
Тема | Re: Embedding Postgres in Java Application |
Дата | |
Msg-id | 41EAE2EE.1050205@CharlieKelly.com обсуждение исходный текст |
Ответ на | Re: Embedding Postgres in Java Application (Jasper Potts <jasper@jasperpotts.com>) |
Список | pgsql-jdbc |
You might also consider Derby (formerly Cloudscape), which IBM contributed via open source. I've found Hibernate an excellent tool for development. It has great support for postgresql and hypersonic; it is developing support for derby. Hibernate is an object - relational mapping tool. You write database calls in java using "object oriented" calls without worrying about the underlying database. Charlie Jasper Potts wrote: > John R Pierce wrote: > >> >> I'd suggest your windows installer install postgres as a system >> service by cloning the operation of the standard windows installer >> for pgsql, and you use localhost for your database connections. If >> you're using a java installer that doesn't understand windows >> services, maybe you could put it in a MSI (Microsoft Installer) >> wrapper that invokes both Postgres's MSI based installation and your >> java installer. >> > I think thats probably the way to go, at least for the Win 2000/XP > users. Any idea if Postgres 8 will work with Win 98/Me? My guess is > not from what I have seen, talk about NTFS dependencies on the general > mailing list. So will probably go for Hypersonic for those guys, as > its simple and copes well if you don't push the database too large. > > Is the src for the Postgres installer available? to use as a starting > point. > > Thanks > > Jasper > > ---------------------------(end of broadcast)--------------------------- > TIP 4: Don't 'kill -9' the postmaster > >
В списке pgsql-jdbc по дате отправления: