Every week I write about various aspects of Web applications but I have never actually discussed what a Web application is. The place to start is what differentiates a Web application from a regular ...
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 ...
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 ...
Forbes contributors publish independent expert analyses and insights. I track enterprise software application development & data management. Software builds applications. Some of those applications ...
For decades, web architecture has followed a familiar and frankly exhausting pattern. A dominant approach emerges, gains near-universal adoption, reveals its cracks under real-world scale, and is ...
Explaining the ongoing evolution from client-server to cloud-native, source of much confusion and misdirection when comparing SaaS offerings There are many definitions of software as a service (SaaS).
In previous months, we have been taking a look at some of the original client/server Web tools. First we saw what was available in the public domain, and then, last month, we saw Sybase/Powersoft’s ...
Multiprocessing, multithreading and evented I/O: the trade-offs in Web servers. A Web server needs to support concurrency. The server should service clients in a timely, fair manner to ensure that no ...