A 2006 Duke’s Choice Award winner at JavaOne 2006, Tapestry provides a website development framework that builds upon the standard Java Servlet API.
Hooking Up To A Database Using Servlets
In the first part of this article, I did not present any installation procedures and I felt that I left you in the cold. Therefore, I will do it here. Please keep in mind that the program presented here in not very difficult and if you cannot connect to the database, it is probably because of your setup.
Servlets, MySQL and JDBC Drivers
With the “write once, compile once, run anywhere” power that the JDBC offers you, Java’s database connectivity allows you to worry about the translation of relational data into objects instead of worrying about how you are getting the data.