News

Creating tray icons in Java Written by Lee Chuk-Munn, Contributor June 29, 2006 at 7:35 p.m. PT A tray icon is a long-lived application that sits on your computer desktop's system tray.
Creating new data structures The Collections Framework already provides generic implementations of the most popular data structures, which is enough for most applications.
JNBridge has added a free developer tutorial kit that uses the Play Web app framework as a centerpiece for building Java-based apps that connect to a .NET back end. "We wanted to show that you can use ...
A makefile is a DSL used to specify rules and dependencies for building an application. If you’ve written any of these, you’ve already taken your first steps to creating domain-specific languages.
The EasyMock example in “Creating DSLs in Java, Part 2,” Listing 5, illustrates this. Internal vs external DSLs Internal DSLs ride on a host language, so an internal DSL’s syntax is both ...