|
|
Introduction to Servlets
Java » Tips and Tutorials » JSP and Servlets » Introduction to Servlets
A D V E R T I S E M E N T
Want free Oracle Magazine? Apply here now!
Servlets and JSP - FreeServlets are Java technology's answer to CGI programming; JSP is a technology that lets users mix regular, static HTML with dynamically-generated HTML. This tutorial discusses the basics of Java Servlets and JSP, as well as the advantages of using each of these technologies. Servlets trail - FreeThe Servlets trail teaches you about servlets, the bodies of code that run inside servers, and extend their functionality. Topics include: Overview of Servlets, Client Interaction, The Life Cycle of a Servlet, Saving Client State, Servlet Communication, Utilities for Running Servlets, and Running Servlets. Examining Java Servlets in detailThis article examines Java Servlets in detail and discusses HttpServlet, ServletConfig and ServletContext classes and issues like Servlet preloading and initialization parameters. The JSP Files (part 1): Purple Pigs In A FruitbasketThis is an introductory tutorial on Java Server Pages by devshed. It explains the history and basics of JSP documents, and also illustrates variables, includes and the String object. Writing Your First JSPA brief introduction to writing your own first Java Server Pages (JSP). Covers several different editions of "Hello, World!" example. This article is the first excerpt of a full series from the book, Web Development with JavaServer Pages.
An Introduction to Java ServletsThis article describes the overall servlet architecture and what you need to develop your application with servlets. Also presented are several code examples to show you how to use the Servlet API, and compare it with CGI and proprietary server APIs where appropriate.
Replacing Your CGIs with Java ServletsServlet's portability makes them a powerful alternative to CGIs. This tutorial describes what Servlets are, What you need to run servelts, How to run them, and includes some basic code that can be used in place of a CGI program. Servlet EssentialsThe author notes "This document explains the concepts of Java Servlets and provides a step-by-step tutorial for writing HTTP Servlets with complete source code for the example Servlets. The tutorial and the other chapters cover all facets of Servlet programming from a simple "Hello World" Servlet to advanced Servlet features like session tracking and Cookies. There are also appendices on compiling and running Servlets. The reader is assumed to have some basic knowledge of HTML and Java programming." Java Servlets: An Alternative To CGI ScriptsThis article describes advantages and disadvantages of Servlets vs CGI, How a Servlet works, and Where a Servlet can be used for.
Java Servlets for JavaScriptersWritten primarily for those currently developing on the server in JavaScript, this article explains the basics of working with Java on the server through Sun's Java Servlet API. It includes a brief overview of servlets and their role in server-side software development, and Comparison of JavaScript applications with servlets in a number of crucial areas of program design. Java ServletsIn this 5-page tutorial, you'll learn how to write, compile, and serve a simple servlet. Also, includes other servlet-related resources. Using Java Server Pages (JSP)This is a short introductory article on JavaServer Pages. It talks about the features of JSP, a simple example, and includes some useful JSP related-links. Professional JSP - FreeThis is a sample chapter from the book 'Professional JSP' by Wrox Press. Inarguably the best book to master Java Server Pages. What are JavaServer Pages?The usefulness of static HTML has run its course and web sites whose sole content is comprised of static HTML pages are now often dismissed as "brochureware." The real world is dynamic and web pages that want to reflect this must be capable of accommodating this dynamism. It is possible, however, to deliver dynamic data content to otherwise static HTML pages by leveraging the power of Java and JavaServer Pages (JSP). This introductory tutorial explains The Definition of a JavaServer Page along with a simple form-based article listing application. JSP Applications - FreeA JSP application collects pages, scripts and Java Beans into a self-contained web application. Applications are just generalized virtual hosts, only based on the URL instead of the host name. This tutorial discusses how a JSP application works, Working with JavaBeans, and Sessions. Developing Java Servlets - FreeIn this first part of a series on developing Java servlets, this tutorial shows how to create a basic servlet. It includes information about downloading the Java Servlet Development Kit from Sun. Introduction to Java Server Pages - FreeThis is a sample chapter from 'Professional Java Server Programming'. It covers JSP, servlets, Java Beans and database connectivity using JDBC. Java Serves the Web: An Intro to JavaServer Pages - FreeIn this article, CNET Builder.com provides brief tutorials to get you started in JSP programming and help you build a sample JSP-enabled site. Main topics include: Get Your Machines Ready for JSP, JSP Syntax Basics, JSP With JavaBeans, JSP Implicit Objects, and Create a JSP Site. JSP Tutorial: Introduction - FreeThis is an introductory tutorial on JSP. It discusses: What is JSP?, What software do I need to run JSP pages?, JSP compared to ASP, JSP compared to Perl, JSP compared to Servlets, and What does a JSP Page Look Like? Introducing JavaServer Pages - FreeThis introductory article covers Things you need to run JSP, JSP Architecture, Using JavaBeans with JSP, Simple JSP examples, and more.
|
A D V E R T I S E M E N T
|
Subscribe to SourceCodesWorld - Techies Talk |
| |
|