tailieunhanh - Web Programming with Java - HyperText Markup Language Basics

Client's Functions Handle the user interface. Translate the user's request into the desired protocol. Send the request to the server. Wait for the server's response. Translate the response into "human-readable" results. Present the results to the user. Listen for a client's query. Process that query. Return the results back to the client. | Web Programming with Java HyperText Markup Language Basics Huynh Huu Viet University of Information Technology Department of Information Systems Email viethh@ Outline WWW Client server Model HTML Basics File Management and Tips Sample Exercise 2008 Department of Information Systems - University of Information Technology 2 Java Client Server Model WWW Client server Model Client s Functions Server s Functions Client server Interaction 2008 Department of Information Systems - University of Information Technology