Commercial applications with Java
Commercial applications with Java |
Focus on Swing -
JavaWorld - July
1998
Focus on Swing -
JavaWorld - July
1998 |
Programming Java threads in the
real world, Part
7 - JavaWorld -
April 1999
Programming Java threads in the
real world, Part
7 - JavaWorld -
April 1999 |
Use JNDI to
share objects between different virtual machines - JavaWorld July
1999
Use JNDI to
share objects between different virtual machines - JavaWorld July
1999 |
Problems with
Swing's new XMLOutputStream class - JavaWorld August
1999
Problems with
Swing's new XMLOutputStream class - JavaWorld August
1999 |
Tip 80: Resize
applets within browser frames - JavaWorld
Tip 80: Resize
applets within browser frames - JavaWorld |
Java Tip 81: Jazz up the standard Java fonts - JavaWorld
Java Tip 81: Jazz up the standard Java fonts - JavaWorld |
JSP templates - JavaWorld September 2000
JSP templates - JavaWorld September 2000 |
Device programming with MIDP, Part
1 - JavaWorld
January
2001
Device programming with MIDP, Part
1 - JavaWorld
January
2001 |
Think small: Java on Compaq's iPAQ
Think small: Java on Compaq's iPAQ |
Evolve your apps with the Phased
Process pattern
Evolve your apps with the Phased
Process pattern |
JCalendar Library provides a ComboBox (JCalendarComboBox) for selecting a Date and a simple Panel (JCalendarPanel) for s
It is coded with 2 rules:
* No hard coded Fonts or Colors, use the current Look and Feel
* No hard coded locale behaviour, use the default or a given Locale (Start of Week, Name of Days/Months)
|
Ganymede
A log4j plugin to Eclipse that works similar to chainsaw (SocketServer). Includes color, filtering, detailed information, and saves settings. |
Simple classes for JDBC
Simple classes for JDBC |
JSyntaxColor 1.2.7
JSyntaxColor 1.2.7
JSyntaxColor is a library for coloring in real time user text input.
|
JSP Tutorial
Adding dynamic content via expressionsAs we saw in the previous section, any HTML file can be turned into a JSP file by changing its extension to .jsp. Of course, what makes JSP useful is the ability to embed Java. Put the following text in a file wit |
Updates to the Survey of J2ME Today
Give a consolidated big picture survey of J2ME terminology and technical origins. |
Accessing Database from servlets through JDBC!
Accessing Database from servlets through JDBC!
Accessing Access Database From Servlet
T his article shows you how to access database from servlets. Here I am assuming that you are using win95/98/2000 and running Java Web Server. For the sake of |
JSP date example
JSP date example
JSP Date Example
Till now you learned about the JSP syntax, now I will show you how to create a simple dynamic JSP page that prints the current date and time. So the following code accomplish this:
<%@page contentType="text/html" |
Reading Request Information
Reading Request Information
Reading Request Information
When an HTTP client such as web browser sends a request to a wen server, along with the request it also sends some HTTP variables like Remote address, Remote host, Content type etc. In some |
|
|