|
1-20 of 24 Java JSP and Servlets > Beginners Guides sites are shown.
|
|
JSP: The Short Course is intended to provide you with a basic understanding of JSP - enough to allow you to quickly become a confident builder of content-rich JavaServer Pages. Beyond that, you will have a solid base for further learning.
|
|
|
|
|
|
JavaServer Pagesâ„¢ (JSP) is a web-scripting technology similar to Netscape server-side JavaScript (SSJS) or Microsoft Active Server Pages (ASP). However, it's more easily extensible than SSJS or ASP, and it isn't proprietary to any one vendor or any particular web server.
|
|
|
|
|
|
Brief but authoratative tutorial on the pros and cons of JSP.
|
|
|
|
|
|
A useful collection of about 20 JSP examples.
|
|
|
|
|
|
JavaServer Pages (JSP) shares some general syntax with Microsoft's ASP (Application Server Pages) and the free-software PHP (Programmable Hypertext Processor). They allow a mix of HTML and code; the code is executed on the server side, and the HTML plus the code results are printed as HTML.
|
|
|
|
|
|
In this article I'll introduce what is JSP and why at all do we need to learn it. Then I'll move on to describe the installation of open source Servlet Container / JSP Engine, Tomcat.
|
|
|
|
|
|
Servlets are Java technology's answer to CGI programming. They are programs that run on a Web server and build Web pages.
|
|
|
|
|
|
If you come to Java servlets from traditional CGI, you are probably used to the idea of "CGI Variables". These are a somewhat eclectic collection of information about the request.
|
|
|
|
|
|
Obtain and Install the Servlet and JSP Development Kits. Install a Servlet-Capable Web Server. Servlet and JSP Tutorial
|
|
|
|
|
|
Here's the outline of a basic servlet that handles GET requests. GET requests, for those unfamiliar with HTTP, are requests made by browsers when the user types in a URL on the address line, follows a link from a Web page, or makes an HTML form that does not specify a METHOD.
|
|
|
|
|
|
This is a tutorial to help a developer understand what is meant by JavaServer Pages. The reader will learn the main concepts, setup the JSP environment on their computer and write a few JSP programs.
|
|
|
|
|
|
Introduction to Java Servlets, how to build your first Servlet.
|
|
|
|
|
|
Introduction to JSP, installation of Tomcat Server and your first JSP Page.
|
|
|
|
|
|
this chapter, we develop a page for displaying the current date and time, and look at the JSP directive element and how to use JavaBeans in a JSP page along the way. Next, we look at how to process user input in your JSP pages and make sure it has the appropriate format.
|
|
|
|
|
|
Complete Chapter : 'Combining Servlets, JSP, and JavaBeans' from Wrox Press book.
|
|
|
|
|
|
Hello World scripts and other basic JSP ideas.
|
|
|
|
|
|
This manuscript is an abridged version of a chapter from the Wrox Press book Professional JSP. This chapter examines a variety of ways to architect a system with JavaServer Pages, Servlets, and JavaBeans. You will see a series of different architectures, each a development of the one before
|
|
|
|
|
|
An overview of the main elements of JSP
|
|
|
|
|
|
Complete chapter from 'Professional JSP 1st Edition' by Wrox Press.
|
|
|
|
|
|
What Are the Advantages of JSP?
This article explains all.
|
|
|
|
|