In this final article in the Creating DSLs in Java series, Venkat Subramaniam lets you see for yourself why JVM-compatible languages such as Scala, Groovy, and JRuby are better suited to creating ...
Software developers in the Java space have a long history of creating composite software applications, packaging those applications within archive files and then deploying those archives to a ...
Qt Jambi is a new and noteworthy alternative to Swing and Java 2D for developing rich, cross-platform desktop-application interfaces. In this article JavaWorld contributor Jeff Hanson introduces the ...
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 tray icon is a long-lived application that sits on your computer desktop's system tray. Figure 1 shows some examples of tray icons in the authors system tray. Figure 1 Examples of tray icons in a ...
Writing a Java application (see Android) that consumes a JSON API usually involves mapping the JSON objects to Java classes for use in the software. This is a tedious and repetitive task to say the ...