Top 1 to 50 JSP and Servlets - Java scripts

Scripts are listed afer popularity.       To display the scripts after name please click here



1)   Inserting Records into the Database using Java Servlets.
This is an article that tells you how to use Java Servlets and insert records into a database. Using a JDBC class ‘PreparedStatement’ is more efficient than using INSERT method. The article provides step-by-step instruction to insert the records and an online demo too.

2)   Advanced form processing using JSP
This article explains the method of processing of HTML user registration forms using JSP and JavaBeans while executing the Memento design pattern. To thoroughly exploit this article you must be aware of basics of JSP syntax.

3)   Java Servlets
This is a simple chapter that gives you a detailed introduction to the Java Servlet and tells you how to write, compile and serve a servlet. The article provides an explanation of the benefits of using Java Servlet on the server side of your Web applications.

4)   First Servlets
First Servlets provides some tutorials about java servlet's usages and elaborately discusses about servlets by offering three sample servlets including servlet for identifying visitors request, servlet that serves for creating plain text and for producing HTML.

5)   Introduction to JavaServer Pages
You can have an introduction to the features of Java Server Pages (JSP), its target users and its employment. JSP is discussed in detail vis-à-vis Netscape technologies like SSJS and NAS's presentation markup language.

6)   Using Java Server Pages (JSP)
This article gives you an introduction to JSP. It explains the features of JSP like support for server-side scripting and tags, reuse of components and tags, web access layer for N-tier enterprise application architectures etc. It also includes examples and some JSP related links.

7)   Sending E-Mails with JSP Pages
This article tells you how to send e-mails using JSP pages and also explains the practices for summarizing re-usable code in JavaBean. The article includes the explanations dealing with sending emails, the system and server requirements etc.

8)   Servlet Applications
This tutorial explains clearly various usages of servlet applications. The author also explains more about applications, java beans and servlets.

9)   Java Language Essentials
Java Language Essentials is a tutorial of Java language essentials. It presents an overview of the Java programming language comparing it with ASP.

10)   Forms
This is a brief note based on the creation of forms and the process of acquiring information from the customer of a particular web site. This article includes a short example, which displays the creation of a simple color survey and producing the results back to the user.

11)   JSP templates
This article explains a template mechanism for JSP that allows layout to be encapsulated and reused. JSP templates minimize the impact of layout changes and encourage modular design. With JSP templates you can encapsulate Webpage layout and encourage modular design.

12)   Simplest Database Sorting (Up & Down) in JSP
Simplest Database Sorting (Up & Down) in JSP, in here the author dicusses about a simplest code that can be used in categorising in JSP.

13)   Writing Your First JSP
This Tutorial teaches you to make pages in JSP. All valid HTML documents are also valid JSP documents. HTML files could be added to the document hierarchy of a Web server configured to run JSP. The explanations are supported with examples.

14)   An Introduction to Java Servlets
This is article introduces you to the Java Servlets and explains how it solves problems associated with CGI and proprietary server APIs. It explains the overall architecture of the servlets and also provides server code examples.

15)   Servlets and JSP
This article explains you the basics of Java Servlets and Java Server Pages and their advantages. Servlets are comparable to CGI programming. With JSP technology you can mix regular static HTML with dynamically generated HTML.

16)   Examining Java Server Pages in detail
In this article you will be taken on a tour of what the anatomy of a JSP page is and teaches how to use these elements. A JSP page consists of Directives, Scripting Elements, JSP Tags. JSP pages are Java Servlets as they are compiled in Java Servlet classes.

17)   Introduction to Java Server Pages, Your first JSP Page
This article provides an overview of Java Sever Pages followed by the installation of open source Servlet Container/JSP Engine, Tomcat. JSP is used on the server side to serve dynamic content to the user using logic and data from XML, Database etc.

18)   CoolServlets.com
CoolServlets.com is a site that offers free open source servlets, which include sending emails, sending and retrieving electronic postcards, counter, guestbook, random quote, random image, discussion board, form processor etc.

19)   Updating records in the Database using JDBC with Java Servlets
This is an article that tells you how to use JDBC with Java Servlets to update records into database. Updating a database with a JDBC class ‘PreparedStatement’ is more efficient than using Statement class method. The article provides step-by-step instruction to update the records and an online demo

20)   Introducing JavaServer Pages
This article gives a detailed introduction to Java Server Pages. It also gives a detailed explanation about running JSP, JSP Architecture, using JavaBeans with JSP etc. The article provides few examples, which will enable the user to know more about JSP.

21)   Overview of Servlets and JSP
This tutorial gives an overview of Servlets and JSP. Servlets are comparable to CGI programming, which run on web server and builds web pages. Java servlets are highly efficient, easy to use, more powerful, more portable, and cheaper than traditional CGI.

22)   Forwarding and Including Response from other Servlets.
With this article you will learn how to pass control from one Servlet to another and how to include response from another Servlet within the caller Servlet. The article also explains about setting and getting attributes from HttpServletRequest object.

23)   Examining Java Servlets in detail
This article enables user to learn what the Servlet life cycle is and how Servlet Container and Servlets interact with each other. The topics like servlet preloading and initialization parameters etc are also discussed in this article.

24)   How JSP Works: Servlets and JavaServer Pages
This is an article guides the users or the programmers to implement jsp through servlets. It is an useful article for the beginners of JSP and Servlets.

25)   Tag Conventions in JSP
This article describes the tag conventions in Java Server Pages. Java Server Pages has two primary conventions: Scripting-Oriented Tags and XML-Based Tags. Scripting-Oriented Tags contain all information relevant to the tag within the individual tags themselves.

26)   JSP Form Action Page
JSP Form Action Page is the tutorial which explains how to use this action page to store the input into a MySQL database. Author guides users by some screenshots in this webpage.

27)   Accessing Database using Tags in JSP Pages
This tutorial teaches you how to access database and display records from it's tables using JDBC in JSP tags. It explains how to use JDBC in JSP tags and then more importantly how to iterate in JSP tags and display all the data.

28)   Professional JSP
This is an article on Java Server Pages. It provides a detailed introduction to JSP and also explains about the methods of implementing details of JSP source translation and compilation into a Servlet.

29)   Getting Started: Installation and Setup
This tutorial is based on servlets and JSP classes for Windows and Unix. The article provides you the methods of obtaining Servlets and JSP Classes and quick summary of how to set it on a couple of different platforms.

30)   Counting Active Users on your web site using JSP
This article is discusses about building JSP pages and session listener class with which the number of users of a particular site can be determined. The article provides a detailed description about the Session, how to count active sessions, and the requirements for it.

31)   Building dynamic Web sites with mathematical content
This is a simple chapter that explains how JSP pages and custom tags provides LaTeX-formatted formulae onto the Web, which can run without any special client side software. This article also helps the mathematicians and scientists for online science education and research.

32)   Encapsulate reusable functionality in JSP tags
From this article you can learn to encapsulate the common functionalities in JSP tags and put them to effective use. This article teaches you to use using the Servlet/JSP reference implementation, Tomcat to build, deploy, and use your own custom JSP tag.

33)   Java Servlets for JavaScripters
This is an article that lets you explore the possibilities of a Java Servlet. It explains how to work with java on the server through Sun’s Java Servlet API. The role of the servlets in server side programming is explained in detail in this article.

34)   Displaying Records from the Database using Java Servlets.
This article explains how to display records from the database using Servlets. This tutorial uses a Microsoft Access database, explains how to create a DSN for it and displays records from a given table using JDBC driver.

35)   Dynamic Web-based data access using JSP and JDBC technologies
This tutorial discusses the application of JSP technology to relational databases through Java Database Connectivity (JDBC) that can put together static, dynamic and database content in web sites.

36)   HTTP tunneling with servlets
This article shows how to employ Java Servlet technology to create a tunnel to the business layer of your corporate network to overcome firewalls. This article also explains a substitution to SOAP and the use of Java objects over HTTP.

37)   Handling Cookies
This is an article based on cookies, which enable a site to identify a user during an e-commerce session, avoid explicit username and password, customizing a site, and for focusing advertising.

38)   Beginning Java: JSPs and servlets
JSP Technology which will be usefull for the user to produce dynamic web pages. Through jsp web access layers can be created, which help the architect for their future expansion. The web site layout can be seperated from the web site content through this jsp.

39)   Building your first JSP custom Tag
This tutorial assumes that you have no prior knowledge of JSP tags and teaches about what custom tags are, and how to build a JSP tag. It teaches you how to build a custom tag and pack it with useful functions and provide it to the end-user.

40)   Introduction to Java Server Pages
This is an article on Java Server Pages that gives you the introduction to Java Server Pages; discuss the Java Server Pages architecture, explains the elements of JSP etc. It also provides a detailed example using JSP, which shows a standard web application architecture.

41)   Take control of your JSP pages with custom tags
This is an article that explains the best way to combine custom tags and increase the reusability and flexibility of JSP technology by customizing JSP tags. Few of them are supported with examples too.

42)   JavaServer Pages (JSP)
This is a tutorial that teaches you the JSP programming. It provides a detailed discussion on subjects like Syntax Summary, Template Text (Static HTML), JSP Scripting Elements such as expressions, scriptlets, and declarations, JSP Directives, JSP actions etc.

43)   Coldjava
Coldjava is a site that offers one of the largest collection of feature enriched Java servlets and filters. It offers WAP development tools, JSP taglibs, development tools for JSP/servlets developers etc.

44)   Web Application Events
This is an article that explains about two important web application events like Application startup and shutdown, Session creation and invalidation. This article also details the special "listener" classes that are created to make use of the web application.

45)   Sun's Official JSP Page
Sun's Official JSP Page offers information on the easier to use JSP technology without needing to learn the Java language. With JSP technology you can easily write and maintain pages. It supports news, tutorials, FAQ and much more.

46)   Servlet Essentials
Servlet Essentials is a tutorial that tells the aim of the servlet's usage. It gives some detailed explainations about how to write HTTP servlets with full source code and more usages of servlets.

47)   Filtering tricks for your Tomcat
This is an article based on filtering provided by Tomcat 4. The article explains the ways to make productive use of filters in projects and also explains the filtering in Tomcat 4. Filtering is an important feature of Servlet 2.3 and can be implemented in all J2EE platforms.

48)   Installing and Using the Java Servlet SDK
With this article you can learn to install and use the Java Servlet SDK. At first, the web server has to be installed enabling it to support Java Servlet SDK. This article also describes the ways and means to implementation of debugging and development.

49)   Exception Handling in JSP Pages
Exceptional events can happen anywhere in any program. This article discusses how exceptional events can occur in a JSP page and how you can detect these exceptional events and to display to the user a more purposeful message.

50)   Java Serves the Web: An Intro to JavaServer Pages
This tutorial teaches you JSP programming and teaches you to build a sample site, which is JSP-enabled. You can create cross-platform and cross-Web-server supported dynamic Web pages with JSP.



Browse Pages:    |< 1 [2]     >>     >|  

 
 
Friday, 9 January 2009
Main Menu
Home
Top Downloads
New Programs
Awards
Link to us
Submit
Contact us
Scripts Categories
  ·  Ad Management
  ·  Affiliate Programs
  ·  Applet Building
  ·  Applets
  ·  Application Building
  ·  Application Suites
  ·  Articles
  ·  Auction Tools
  ·  Audio and Sound
  ·  Banner Rotation
  ·  Books
  ·  Calculators
  ·  Calendars
  ·  Chat Systems
  ·  Clocks
  ·  Collections
  ·  Communication
  ·  Communication Tools
  ·  Content Management
  ·  Countdowns
  ·  Counters
  ·  Customer Support
  ·  Database Tools
  ·  Database-Related
  ·  Date and Time
  ·  Development
  ·  Development Tools
  ·  Discussion Boards
  ·  E-Commerce
  ·  Education
  ·  EJB
  ·  Eltima Java
  ·  Email
  ·  Email Systems
  ·  FAQ and Knowledgebase
  ·  File Management
  ·  File Manipulation
  ·  Financial Tools
  ·  Form Processors
  ·  Games and Entertainment
  ·  General
  ·  General Java
  ·  Graphs and Charts
  ·  Guestbooks
  ·  HTML Editors
  ·  Image Effects
  ·  Image Galleries
  ·  Image Manipulation
  ·  JavaBeans
  ·  JSP and Servlets
  ·  Libraries
  ·  Miscellaneous
  ·  Multimedia
  ·  Navigation
  ·  Networking
  ·  Networking Tools
  ·  News Publishing
  ·  Offline Web Browsers
  ·  Online Communities
  ·  Organizers
  ·  Others
  ·  Polls and Voting
  ·  Portal Systems
  ·  Postcards
  ·  Randomizing
  ·  Scrollers
  ·  Searching
  ·  Security
  ·  Server Management
  ·  Site Navigation
  ·  Swing
  ·  Tests and Quizzes
  ·  Text Effects
  ·  Usenet Gateway
  ·  User Authentication
  ·  Vertical Markets
  ·  Virtual Communities
  ·  Visual Effects
  ·  Visual Java
  ·  WAP and WML
  ·  Web Browsers
  ·  Web Servers
  ·  Web Sites
  ·  Web Traffic Analysis
  ·  XML
  ·  XML and Java
  ·  XML Tools
 
@2006-2008 GoldSofts.com - Privacy Policy