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 ...
An introduction to programming concepts and practices for creating applications which use the web as the delivery platform. Students will learn technologies including HTML, Javascript, AJAX, client ...
What is a client-server environment? Numerous applications run in a client-server architecture. This means that client computers (computers forming part of the network) contact a server that provides ...
The Google Web Toolkit (GWT) is an open source toolkit that allows you to create AJAX-based Web applications that are completely written in Java. This article summarizes experiences gained when ...
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 ...
With so many security efforts concentrated on networks themselves, it seems as though Web applications have been all but forgotten. Perhaps it’s because applications used to be stand-alone programs ...