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 ...
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 ...
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 ...
Every single millisecond matters when a visitor first arrives on your website, since even the smallest delay can influence ...
This guide is designed to explain what a Web App or Web Application is and what they are used for. A web application, often referred to as a web app, is an application that is accessed via a web ...
In my new day job at Alpha Software, one of my responsibilities is to explore ways to expand the reach of the company’s products. One of the first projects to fall into my lap was load testing a ...
Web access control technology from OpenNetwork Technologies Inc. gives Web-based users the opportunity to click once to access a bevy of corporate applications while enabling administrators to discard ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Client-side JavaScript frameworks are all the rage, but they aren’t always the right answer if ...