Integrating MySQL into Java Applets

This tutorial discusses how to go about integrating MySQL into Java Applets. The process is rather straight forward, but there are some things to pay attention to. This document is an attempt to compile all available information on the Internet and combining them into one resource and to straighten out some of the contradictory (and sometimes false) information available. Also, some of the tutorials and resources on the Internet are somewhat outdated or overly complicated. Hence, this tutorial proposes a method that is known to work at least for me in my projects and is as simple as possible.

DB Access in GWT: The Missing Tutorial

This tutorial explains the principle method of adding MySQL support to dynamic GWT Web Applications using asynchronous callback with Remote Procedure Call providers. Even though there are already plenty information on this topic available on the Internet, a detailed, step-by-step explanation seems to be missing so far. The mission of this tutorial is to provide such an explanation in a more detailed fashion than the GWT Examples provide. 2. Table

Deploying MySQL Enhanced GWT Apps

This tutorial discusses how to go about deploying Web Applications made with the Google Web Toolkit [5] that are enhanced by a database connection through a MySQL Servlet. The process is rather straight forward, but there are some things to pay attention to. This document is an attempt to compile all available information on the Internet and combining them into one resource and to straighten out some of the contradictory (and sometimes false) information available. Also, some of the tutorials and resources on the Internet are somewhat outdated or overly complicated. Hence, this tutorial proposes a method that is known to work at least for me in my projects and is as simple as possible.