Tomcat with embedded java database and taglibs

2003-09-25 Thread Peter Tornberg
Hello, I'm currently looking into what solution to use for a web application I'm about to create. What I want is: - Taglib support. core, sql, and maybe things outside the standard-taglib - Pure Java database to run embedded in the application for easy deployment. Does anyone have any

Re: java database

2001-05-11 Thread Alex Fernández
I used hypersonicSQL about three months ago, and it was so slow. The idea was probably good, a light-weight DB in pure Java, but the implementation took ages just to perform a select. I don't think it was a configuration issue, because I just measured the example given. Un saludo, Alex.

Re: java database

2001-05-11 Thread Frans Verhoef
Why not use an Object database like Objectstore. I used it quite some time ago (maybe 4 years ago), and it worked quite well. I think the website is http://www.odi.com Though I don't know whether it still exists... Frans On 11 May 2001, at 11:01, Alex Fernández wrote: I used hypersonicSQL

RE: java database

2001-05-11 Thread Tony
Title: RE: java database Try InstantDB http://www.enhydra.org Tony -Original Message- From: Frans Verhoef [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 4:07 PM To: [EMAIL PROTECTED] Subject: Re: java database Why not use an Object database like Objectstore. I used

java database

2001-05-10 Thread Kevin Fonner
Do any good 100% pure java databases exist? Open Source java databases?

Re: java database

2001-05-10 Thread Steve Ruby
Kevin Fonner wrote: Do any good 100% pure java databases exist? Open Source java databases? never used it but I believe it is being packaged with the current turbine TDKS, says it is beta, don't know a thing about its goodness

Re: java database

2001-05-10 Thread Steve Ruby
Kevin Fonner wrote: Do any good 100% pure java databases exist? Open Source java databases? sorry forgot the url for hypersonicSQL http://sourceforge.net/projects/hsql/

Re: java database

2001-05-10 Thread Noel E. Lecaros
InstantDB. For more info, look at www.enhydra.org. Kevin Fonner wrote: Do any good 100% pure java databases exist? Open Source java databases?

Re: java database

2001-05-10 Thread Tim O'Neil
At 05:09 AM 5/11/2001 +0800, Noel E. Lecaros wrote: InstantDB. For more info, look at www.enhydra.org. InstDB is pretty cool, I played around with it before the developer joined up with enhydra. If I remember correctly its one (large, but not too large) jar, you just drop it in your classpath

Re: java database

2001-05-10 Thread Kevin Fonner
on if or when it is going to become open source? - Original Message - From: Tim O'Neil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 10, 2001 5:38 PM Subject: Re: java database At 05:09 AM 5/11/2001 +0800, Noel E. Lecaros wrote: InstantDB. For more info, look

Re: java database

2001-05-10 Thread Alin Simionoiu
Borland has a Open Source Java Database. I don't remeber his name, but you can check on they'r web site... as - Original Message - From: Kevin Fonner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 10, 2001 4:06 PM Subject: Re: java database Everyone thanks for the tips