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 ...
Community driven content discussing all aspects of software development from DevOps to design patterns. The portal server isn’t dead, despite the ongoing consensus within the Java community that the ...
We take you on an interesting journey of deploying an application on the new PaaS environment, Cloud Foundry. Part 1 will introduce Cloud Foundry and setting up the Micro Cloud Foundry. In Part 2 and ...
This tutorial is an introduction to socket programming in Java, starting with a simple client-server example demonstrating the basic features of Java I/O. You’ll be introduced to both the original ...
The Jakarta Persistence API (JPA) is a Java specification that bridges the gap between relational databases and object-oriented programming. This two-part tutorial introduces JPA and explains how Java ...