Accessing Database using Tags in JSP Pages - Script Review at ProgramsDB.com


  • Name
Accessing Database using Tags in JSP Pages
  • Author
Accessing Database using Tags in JSP Pages
  • Category
Java / JSP and Servlets
  • HomePage Address
Click to Visit
  • No. of hits
149



     You can learn from this tutorial to display records from the tables in an Access database using JDBC in JSP tags. It also discusses on BodyTag. When you have to manipulate the body content (body content is the content between starting and ending tags) BodyTag is very vital. BodyTag interface extends Tag interface. Both the interfaces can be found in the javax.servlet.jsp.tagext package. To be used as a tag, JSP tag class has to implement one of these interfaces. This tutorial teaches you to do it directly in a more efficient way.


Top Java scripts
1).   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
2).   Calling a JavaBean from a JSP Page This is a simple chapter that explains how to call JavaBean from within a JSP page. The article explains the three JSP tags provided to make use of JavaBean. The online demo enables the user to know more about the methods of application of JavaBean.
3).   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.
4).   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.
5).   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.
6).   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.
7).   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.
    Home
    Top Downloads
    New Programs
    Awards
    Link to us
    Submit
    Contact us

 

Scripts Categories

 


Game Cheats

 

Updated: Wednesday, 23 July 2008

Privacy Policy