TUTORIALS   |   BUTTERFLY COMPONENTS   |   ABOUT   |   RSS      A Voice in the Buzz on Software
TUTORIAL CATEGORIES
Software as Career (5)
 
API Design (12)
Dependency Injection (11)
OOP / OOD (2)
 
Java Collections (17)
Java Concurrency (21)
Java Date and Time (9)
Java Exception Handling (12)
Java Generics (10)
Java IO (54)
Java Multithreaded Servers (4)
Java Networking (9)
Java Persistence (4)
Java Reflection (12)
Java Unit Testing (2)
Java Web Apps (2)
Java XML (17)
 
Web Services (6)
 
Flex Tetris Tutorial (8)
Flex Custom Components Tutorial (5)
 
SVG - Scalable Vector Graphics (24)
NEWS
Web Services Tutorial Started
I promised to write some tutorials about web services this year. So, I have started with the first 6 texts in a top down overview. More texts will be added soon.

Java Date Time - TimeZone text added
The Java Date and Time tutorial has been expanded with a text explaining the java.util.TimeZone class, and how it can be used to do time zone arithmetics with the java.util.Calendar class.

Personal Networking
As a Java developer and freelancer I often rely on my personal network for information, jobs, contracts, contacts, references to books, and for plain fun. However, my network often surprises me. So, I felt inspired to write this little text containing my experiences with personal networking.

Java Date and Time Tutorial
The Java date and time utility classes are spread out over several different packages, and can thus be a little confusing, and hard to find. In this tutorial I provide an overview of most of the classes, and what purpose they are intended for.

Java Collections Tutorial
I have released a new 17 text tutorial on the Java Collections API, covering the core classes and interfaces like Iterable, Collection, List, Set, Map, sorting etc.