- Derby Quick Guide
A general guide to using the Apache Derby Database.
- Java and Immutability Part I
An introduction to the concept of immutability.
- Java and Immutability Part II
Covers how to implement an immutable class.
- Java 8 Lambda I: Lambda Expression Basics
Covers the basics of using lambda expressions.
- Java 8 Lambda II: Improving Code with Lambda Expressions
Shows how lambda expressions can be used to solve common querying use cases.
- Java 8 Lambda III: Gangnam Style Lambda Functions
Learn how to write Java 8 lambda expressions for the
Function
interface. - Java 8 Lambda IV: Collections and Lambda Expressions
An introduction to lambda expression enhancements to collections.
- JavaFX: BorderPane Layout
An example BorderPane layout using JavaFX 2.
- JavaFX: List View Basics
An example
ListView
using JavaFX 2. - JavaFX: TextViewer FileChooser and Menu
An example of a simple menu and a file chooser for opening text files.
- Java Logger Example
An example of using the Java logging API.
- Java Persistence API
Links to JPA sites and such.
- JavaFX: Create Windows Native Installer and EXE with NetBeans 7.2
A write up of how to use the natives installer on Windows.
- Serialize and Deserialize a Java Object
An example of serializing and deserializing an object.