暂无分享,去创建一个
HTTP Server is a computer programs that serves webpage content to clients. A webpage is a document or resource of information that is suitable for the World Wide Web and can be accessed through a web browser and displayed on a computer screen. This information is usually in HTML format, and may provide navigation to other webpage's via hypertext links. WebPages may be retrieved from a local computer or from a remote HTTP Server. WebPages are requested and served from HTTP Servers using Hypertext Transfer Protocol (HTTP). WebPages may consist of files of static or dynamic text stored within the HTTP Server's file system. Client-side scripting can make WebPages more responsive to user input once in the client browser. This paper encompasses the creation of HTTP server program using java language, which is basically supporting for HTML and JavaScript.
[1] Conrad Hughes,et al. Java Network Programming , 1997 .
[2] Deidre Hayes. Sams Teach Yourself HTML in 10 Minutes , 2006 .
[3] David Halliday,et al. FIFTH EDITION , 2004 .
[4] Herbert Schildt. Java 2: The Complete Reference, Fifth Edition , 2002 .