Webapplication and applet communication with database
Hello to the forum... this is my first post!:D:
I have created a web application which stores some statistical data in the database.Now i need to create an applet to represent these.The problem is that the applet runs on client machine and i want to avoid providing the applet the rights to communicate with the database.Is there is a way to pass an Object to the applet with all the neccessary information?Which is the best way to make the applet communicate with the database.......:(grin): ?
//A final thought was to create a servlet which sends the ResultSet with URLConnection ....