Developer's Daily DevDirectory
  main | apple | java | perl | unix | dev directory | web log
 
 
 
devdaily.com directory : Java : Articles and Tutorials : Servlets


Links
  • Developing Java Servlets - In the first of a four-part series, William Crawford shows how to create your first Java servlet.
  • An introduction to Java Page Compilation - Java "Page Compilation" makes it possible to generate dynamic HTML pages from hybrid HTML/Java source files using the PageCompileServlet. This makes it easier than ever before to bring dynamic Java servlet technology to your HTML pages.
  • Configuring & Using Apache Tomcat 4 - Summary of installing and configuring Apache Tomcat 4 for use as a standalone Web server (for development) that supports servlets 2.3 and JSP 1.2.
  • Databases and Multimedia - Practical servlet programming with databases and multimedia. Discusses JDBC, synchronization, and image processing with servlets. Free source code.
  • Dynamic web pages in Java - A thorough introductory article on developing servlets covers the service() methods, HttpServlet, analyzing and executing the request, and creating a response.
  • Fundamentals of Java Servlets - Fundamentals of Java Servlets shows you how to enhance web server functionality with safe, efficient, portable and powerful servlets.
  • Getting Servlets talking to the web server - Examines the HttpServlet class, focusing on ways to get information from the web server, and send it back to the user. How to read and write "cookies." Builds a simple Web message posting servlet. Free source code.
  • Inside the Java web server (Sun) - This Sun Microsystems whitepaper provides an overview of Java Web Server 1.0, Java Servlets, and the JavaServer Architecture.
  • Introducing page compilation - Sun's Page Compilation tutorial. Page Compilation enables you to embed Java code in static HTML pages, and compile those pages into Java servlets to create a dynamic web site.
  • Introduction to Database Programming with Servlets - Steps through the building of a generic JDBC Servlet that queries a database and specifies the results in an HTML table. An HTML form lets you specify the JDBC driver, database, the SQL query, and what the output will look like.
  • Introduction to Servlets - This Sun/JavaSoft document introduces the basics about servlets: (a) What servlets are; (b) What makes them attractive to use; (c) What advantages gain by using the Servlet API.
Related Categories