Re: Begining of Java Servlet Inteface

2001-05-14 Thread Christopher Browne
> On 14 May 2001 11:32:23 -0400, Chris Shenton wrote: > > [EMAIL PROTECTED] writes: > > > > > > > I would suggest the thought that "multiuser" be considered completely > > > synonymous with "using SQL DBMS." The database provides an interface > > > that supports many concurrent connections; tha

Re: Begining of Java Servlet Inteface

2001-05-14 Thread Rodrigo Moya
On 14 May 2001 11:32:23 -0400, Chris Shenton wrote: > [EMAIL PROTECTED] writes: > > > > I would suggest the thought that "multiuser" be considered completely > > synonymous with "using SQL DBMS." The database provides an interface > > that supports many concurrent connections; that supports mul

Re: Begining of Java Servlet Inteface

2001-05-14 Thread Chris Shenton
Christopher Molnar <[EMAIL PROTECTED]> writes: > Can you give me a quick example of a user scenario where this may > happen? As I am trying to work through this and write some java beans > for transactions I am not comming across anyplace where transactions are > really an issue. I may be missing

Re: Begining of Java Servlet Inteface

2001-05-14 Thread Christopher Molnar
Chris Shenton wrote: > > [EMAIL PROTECTED] writes: > > > I would suggest the thought that "multiuser" be considered completely > > synonymous with "using SQL DBMS." The database provides an interface > > that supports many concurrent connections; that supports multiple > > users without needing

Re: Begining of Java Servlet Inteface

2001-05-14 Thread cbbrowne
On 14 May 2001 11:32:23 EDT, the world broke into rejoicing as Chris Shenton <[EMAIL PROTECTED]> said: > [EMAIL PROTECTED] writes: > > I would suggest the thought that "multiuser" be considered completely > > synonymous with "using SQL DBMS." The database provides an interface > > that supports

Re: Begining of Java Servlet Inteface

2001-05-14 Thread Chris Shenton
[EMAIL PROTECTED] writes: > I would suggest the thought that "multiuser" be considered completely > synonymous with "using SQL DBMS." The database provides an interface > that supports many concurrent connections; that supports multiple > users without needing to think very much about it. Need

Re: Begining of Java Servlet Inteface

2001-05-12 Thread cbbrowne
On Sat, 12 May 2001 16:39:06 EDT, the world broke into rejoicing as Christopher Molnar <[EMAIL PROTECTED]> said: > I know everyone is busy with getting ready for the 1.6 release, but I > have put together the very rough beginnings (About 2 development hours) > of a Java Servlet interface to the g

Re: Begining of Java Servlet Inteface

2001-05-12 Thread Christopher Molnar
Dave Peticolas wrote: > > There are a fair number sample data files in the CVS tree under > doc/examples and src/test/test-files. Found them. Much thanks! Now it looks better. -Chris ___ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnumat

Re: Begining of Java Servlet Inteface

2001-05-12 Thread Dave Peticolas
Christopher Molnar writes: > Hello, > > I know everyone is busy with getting ready for the 1.6 release, but I > have put together the very rough beginnings (About 2 development hours) > of a Java Servlet interface to the gnucahs/Postgresql databases. I will > share source code after the 1.6 relea

Begining of Java Servlet Inteface

2001-05-12 Thread Christopher Molnar
Hello, I know everyone is busy with getting ready for the 1.6 release, but I have put together the very rough beginnings (About 2 development hours) of a Java Servlet interface to the gnucahs/Postgresql databases. I will share source code after the 1.6 release when cvs is un-frozen again. If an