Between 1996 and 2002 a few publications appeared on the JAVA gazette. These are small introductions about dedicated Java-related topics, still available here for reference.
| Publication | Year | Description |
|---|---|---|
| Typed Collections | 2002 | More reliable applications when using collections, due to the lack of "Generics" |
| Reflection in Java | 2001 | Java's reflection API revealed |
| Websites and Java | 2000 | Servlets and JSPs explained (Java Server Faces and Spring MVC did not exist yet...) |
| Component strategies | 2000 | Get to understand the concepts of EJB and Jini (this was before Spring even existed) |
| Java compared to C++ | 1996 | Why Java is so much cleaner |
| Java Intro | 1996 | Java explained + a sample applet (this is the first-ever web page of the JAVA gazette!) |