Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...At last there is indeed a website/forum that deals with professional and serious matters. Keep up with the good work!!"

Geography

Where in the world do Tek-Tips members come from?
alexattek (Programmer)
8 Sep 06 3:48
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



   
stoolpigeon (Programmer)
8 Sep 06 16:21
you can do a lot with postgres - and i'm not trying to be unhelpful - but have you considered HSQLDB?

http://www.hsqldb.org/

stoolpigeon (Programmer)
8 Sep 06 16:25
oh - and if you are really set on postgres- this might be helpful:

http://www.macosxguru.net/article.php?story=20041119135924825
alexattek (Programmer)
9 Sep 06 5:11
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

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close