Categories
Tags → How To Program Java

Your First Java Program

This first Java training lesson describes how to create, compile and run your first program using notepad and the windows command prompt. This focuses more on teaching you how to get it to work than on the function of the code, which will be explaine...
DETAILS

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

Managing e-zines with JavaMail and XSLT, Part 2

This article demonstrates how to automate e-mail publishing chores with Java and XML. This concrete application of XML and XSLT describes an e-mail newsletter (e-zine) publishing application that outputs both HTML and plain text e-mail messages. Five...
DETAILS
©2003-2008 jCay.com