Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

postgresql included in software package

Status
Not open for further replies.

alexattek

Programmer
Aug 9, 2005
4
DE
Hello everybody,

i plan a platform independent software package to visualize some data (written in java). as backend i would like to use a postgresql database via JDBC.
i would like to incorporate the postgresql database in my package in such a way, that i have a 'standalone' solution, as many end users don't like to have to install an postgresql server first.
the standalone program should be installable locally (without root access), each userinstance of the program would use its own, internal postgresql database server which would get started with the program.
please don't blame me, I come from linux's modular approach. but my hunch is, that most end users prefer installing 200 Mb extra using one click instead of working through an installation manual.

what do you think? is this possible? how to start? is there some good documentation related to this?

thanks a lot

alex



 
this timing test is really interesting. in the menatime i switched to java/derby instead of sql as it can easily be embedded. i'm a bit astonished, that derby and hsqldp perform much better than mysql.
i will chekc hsqldb against derby.
thank you for the hint.

alex
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top