The boom in application servers in recent years raises the question of whether an entire new tier of computing infrastructure has been created. Application servers separate systems functions from ...
It's a myth that technology develops in a linear way, moving full speed ahead without looking back. Much like food or fashion trends, technology goes through cycles every 15 to 20 years, often looping ...
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 ...
Retrieving and accepting data via a dynamic Web page can be a challenge—the current technologies aren’t exactly intuitive. At the very least, the experienced Web developer will find dynamic script ...
Chances are good that the average reader thinks a Java application server basically provides an implementation of the servlet specification, probably an implementation of JavaServer Pages, and perhaps ...
Once you have decided to invest in a Java application server, you must determine which one is best for your particular needs. An application server has a wide range of uses, from simple site ...
A Web server exclusively handles HTTP requests, whereas an application server serves business logic to application programs through any number of protocols. Let’s examine each in more detail. A Web ...
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 ...
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 ...