Do you know that there is an OpenSource licensing of the QT GUI programming under C++ ? And it works with Linux, Windows and Mac.
Matthias Niess escribi�:
On Sat, 08 Jan 2005 09:21:44 +0000, J. Antas <[EMAIL PROTECTED]> wrote:
Matthias Niess wrote:
I'm looking for a DBMS stored in a file (instead of running as a server) which has support (a driver) for the Java JDBC API.
Try this for a comparison of characteristics to see which one fits best to your intents: http://www.garret.ru/~knizhnik/compare.html
[...]
Did that help?
Yes, greatly! Thanks alot!
I feel that I should issue the standard warning:
"Java is proprietary software. As such the more you use it the more you will be locked in by the company which owns it."
I know that. Nonetheless I have my very specific reason to use Java. Usually I would use C++. Even for programs that have to run in many different environments. In my case the GUI frontend has to run perfectly on Macs, Windows and (which is the hard part) a Unix remote console (textbased). With Java I have the possibility to write the Swing code only once and use all those nice Swing replacements (charva for ncurses and SwingWT for SWT). I compile my stuff to native machinecode with gcj wherever it makes sense so that no more proprietary software is involved.
If that company (Sun at present) gets sold or if they sell Java, or if they simply change the distribution channels you will need to pay dearly for it or be hanging of nothing.
There are enough alternatives to compile and run Java-code without Sun's help. Another good reason to use it is that in my experience it greatly reduced development and maintenance costs.
thx again, for your always useful and interesting input.
regards Matthias Niess
-- Daniel Ignat PHP Programmer and SysAdmin
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Care2002-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/care2002-developers

