Re: [Hsqldb-developers] General Architecture Informations

2005-09-13 Thread Jérôme Paschoud
ssage - From: "Jérôme Paschoud" <[EMAIL PROTECTED]> To: Sent: 12 September 2005 16:49 Subject: Re: [Hsqldb-developers] General Architecture Informations What's new: -org.hsqldb.lib.java.JavaSystem is cleaned up from any "file related code" but their is not much l

Re: [Hsqldb-developers] General Architecture Informations

2005-09-13 Thread Jérôme Paschoud
needed for object serialization. Fred - Original Message - From: "Jérôme Paschoud" <[EMAIL PROTECTED]> To: Sent: 12 September 2005 16:49 Subject: Re: [Hsqldb-developers] General Architecture Informations What's new: -org.hsqldb.lib.java.JavaSystem is cleaned up f

Re: [Hsqldb-developers] General Architecture Informations

2005-09-12 Thread fredt
Paschoud" <[EMAIL PROTECTED]> > To: > Sent: 12 September 2005 08:15 > Subject: Re: [Hsqldb-developers] General Architecture Informations > > > I just replaced the Properties class from the HsqlProperties classes by > the Hashtable as you proposed. > > For the class L

Re: [Hsqldb-developers] General Architecture Informations

2005-09-12 Thread Jérôme Paschoud
lt;[EMAIL PROTECTED]> To: Sent: 09 September 2005 13:28 Subject: Re: [Hsqldb-developers] General Architecture Informations Ok now I'm at the next step and most of my problem are coming from the fact that I cannot have and HsqlProperties because their is no properties at all in the J2

Re: [Hsqldb-developers] General Architecture Informations

2005-09-12 Thread fredt
d" <[EMAIL PROTECTED]> To: Sent: 12 September 2005 08:15 Subject: Re: [Hsqldb-developers] General Architecture Informations I just replaced the Properties class from the HsqlProperties classes by the Hashtable as you proposed. For the class Locale if you want to get the Lo

Re: [Hsqldb-developers] General Architecture Informations

2005-09-12 Thread Jérôme Paschoud
09 September 2005 13:28 Subject: Re: [Hsqldb-developers] General Architecture Informations Ok now I'm at the next step and most of my problem are coming from the fact that I cannot have and HsqlProperties because their is no properties at all in the J2ME API. I'm also having proble

Re: [Hsqldb-developers] General Architecture Informations

2005-09-09 Thread fredt
05 13:28 Subject: Re: [Hsqldb-developers] General Architecture Informations Ok now I'm at the next step and most of my problem are coming from the fact that I cannot have and HsqlProperties because their is no properties at all in the J2ME API. I'm also having problem with the class jav

Re: [Hsqldb-developers] General Architecture Informations

2005-09-09 Thread Jérôme Paschoud
ar. Fred - Original Message - From: "Jérôme Paschoud" <[EMAIL PROTECTED]> To: Sent: 08 September 2005 16:07 Subject: Re: [Hsqldb-developers] General Architecture Informations How could I determine where, in the code, are located the methods that are doing optional class loa

Re: [Hsqldb-developers] General Architecture Informations

2005-09-08 Thread fredt
8 September 2005 16:07 Subject: Re: [Hsqldb-developers] General Architecture Informations How could I determine where, in the code, are located the methods that are doing optional class loading. For information the BigInteger & BigDecimal can be taken for the first one at: http://www.bouncycas

Re: [Hsqldb-developers] General Architecture Informations

2005-09-08 Thread Jérôme Paschoud
How could I determine where, in the code, are located the methods that are doing optional class loading. For information the BigInteger & BigDecimal can be taken for the first one at: http://www.bouncycastle.org/ and for the second one: http://www2.hursley.ibm.com/decimalj/. The rest of the

Re: [Hsqldb-developers] General Architecture Informations

2005-09-07 Thread fredt
functionality, but there shouldn't be any major problems to port to J2ME. Fred - Original Message - From: "Jérôme Paschoud" <[EMAIL PROTECTED]> To: Sent: 07 September 2005 14:53 Subject: [Hsqldb-developers] General Architecture Informations I'm s

[Hsqldb-developers] General Architecture Informations

2005-09-07 Thread Jérôme Paschoud
I'm seeking informations on the architecture of HSQLDB, I've already found some (thanks to fredt) in the power point presentation called "Architecture HypersonicSQL". I'm mostly interested in finding what classes are usefull for a minimal, standalone, in memory table implementation. I think