自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

陈文斌的专栏

学习笔记:防止时间长了,学过的东西又忘记

  • 博客(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

原创 Singleton Pattern

This is one of the most commonly used patterns.

2010-11-28 22:55:00 349

原创 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

原创 The Hypertext Transfer Protocol(HTTP)

Simplistic description of HTTP.

2010-11-22 08:31:00 594

原创 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关注的人

提示
确定要删除当前文章?
取消 删除