I have a Java Applet which displays 2D table data from a Derby database. I am also using Netbeans. I want this application on a webpage. I have uploaded the html document and all the .class files into the proper directory on the server. What remains is accessing the database.
I would like to use Embedded Derby so that my application contains the database (is my understanding of that fact correct?). Then I should be able to upload the html and jar/class files to the server and my application will be deployed. However I am confused on the following:
- How do I create/setup the database to live on the webpage?
- What would my connection string be?
- Is there a better way to do this altogether in NetBeans?
All help is greatly appreciated. Let me know if I can make my question clearer.