News

When creating cloud-native Java applications, the software architect should be looking for ways to break down a traditionally built application into smaller, loosely coupled, potentially independent ...
No software application can boast 100% security, but IT teams should always be looking for hidden threats that put their secure Java software stack in danger.
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.
Request handling is the bread and butter of Java web application development. In order to respond to requests from the network, a Java web application must first determine what code will respond ...
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 lot of Java applications today can be extended viz. adding new features to the application by writing "plug-ins" in Java. Lee Chuk-Munn shows how.
Creating new data structures The Collections Framework already provides generic implementations of the most popular data structures, which is enough for most applications.