- 博客(9)
- 收藏
- 关注
原创 Accessing Standard and Dynamic MBeans via the RMI Connector
The purpose of this examples is to demostrate the implementation of a standard MBean and a dynamic MBean. It also shows how to perform operations on them, both locally, and remotely through an RMI connection between a server and a remote client.A standard
2010-12-02 23:13:00 360
原创 Internationalization of Error Message
for both system administrators and servlet programmers. For example, Tomcat logs error messages in order for system administrators to easily pinpoint any abnormality that happened. For Servlet programmers, Tomcat sends a particular error message inside eve
2010-11-28 16:50:00 372
原创 A simple Connector
In this topic's application, the connector parses HTTP request headers and enables a servlet to obtain headers, cookies, parameter name/value, etc. You will also perfect the getWriter method in the Request class in "A Simple Servlet Container" so that it w
2010-11-27 22:40:00 407
原创 Facade Pattern
Facades are all around us in the real world. Operating System are one such example - you don't see all the inner working of your computer, but the OS provides a simplified interface to use the machine. Buildings also have a facade - the exterior of the bui
2010-11-27 20:49:00 371
原创 A Simple Servlet Container
This chapter explains how you can develop your own servlet container by presenting two applications. The first application has been designed to be as simple as possible to make it easy for you to understand how a servlet container works. It then evolves in
2010-11-23 09:28:00 590
原创 A Simple Web Server
The web server application consists of only three classes and is not fully functional. nevertheless, it serves as a good learning tool.
2010-11-22 08:59:00 589
原创 How A Servlet container Works
A servlet container is a complex system. However, basically there are three things that a servlet container does to service a request for a servlet:
2010-11-21 22:35:00 415
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人