To understand how to do proper application server development, you need to understand how the two basic containers of an application server work, namely the Web container and the EJB container. This ...
As noted in Part 1 in this series, embedded Web Applications use the same HTTP communications mechanism as your bank account or the latest game on your smartphone. And why not? The HTTP protocol is ...
In a non-Web environment, an application server performs the business logic (the data processing), although some amount of business logic may be handled by the user's machine. In a private or public ...
When Java developers start talking about application servers, Tomcat is often thrown into the mix. After all, it’s one of the most popular options for lightweight development scenarios, and in many ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Web clients should never hit an application server directly. Instead, all web-based requests ...
Every Raspberry Pi owner knows the diminutive device can do nearly anything tech-wise. From replacing your slow PC to improving your hangout space with mood lighting and more, a Raspberry Pi is a wise ...
Back in April 1999, I wrote “The State of Java Middleware, Part 2: Enterprise JavaBeans.” By that time, the benefits of using an application server in the middle tier of a multitier application were ...