Hi,
I have a simple stand-alone application that talks to a mysql database. I
started to develop classes that represent objects stored in the database
when I stumbled onto glassfish. I clicked on the "Entity Classes from
Database" in Net Beans and found it does what Visual Basic and Visual C++
does for database object creation. The only problem is I don't need the
extra overhead of the web server for my app.
Can glassfish be used without a web server, and if so, could someone please
point me to an example?
If it cannot be, is there something out there that can make developing
database objects easier?
thanks