Categories
Tags → How To Write Java

Connecting to a MySQL Database using Connector/J JDBC Driver.

A tutorial on how to connect to a MySQL Database using Connector/J JDBC Driver. Explains what are database URLs? Why and how to specify JDBC driver names? Then moves on to write a simple Java program to connect to a MySQL database server. Explains al...
DETAILS

Thin-Client Framework

Thin Client Framework is an architectural pattern that defines how to write Java client applications. It separates coding concerns and responsibilities. Its high degree of modularity provides for maximum re-use. It is compatible with multiple data an...
DETAILS

Take control of your JSP pages with custom tags

This article shows you how to customize JSP tags to get even more out of JSP technology. Its detailed techniques explain how you can add more complex logic to your JSPs, take firmer control of data display, and share data among tags. All without h...
DETAILS
©2003-2008 jCay.com