Web Links [Tag : JSP]
Sort By :
21. Java Web development sans JSP pages, Part 1
JSP technology is well-known, supported by most application servers, and endorsed by the J2EE Blueprints. Why would you choose otherwise? In this first of a two-part series, learn about the Tea template language and how Tea can be a viable alternative to JSP technology.
Category:   Java > Tutorials > Miscellaneous

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

22. JSP Electronic Library System
Electronic version of library system which allow searching, borrow, return and reserver for various library items (include book, magazine, CD). This project will use UML for Object Oriented Analysis and Deisgn. And J2EE (JSP, Servlet and JDBC) for the implementation. mySQL will be used as database server.
Category:   Java > JSP and Servlets > Miscellaneous

Hits: 7    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

23. Take control of your JSP pages with custom tags
This article shows you how to customize JSP tags to get even more out of JSP technology. Its detailed techniques explain how you can add more complex logic to your JSPs, take firmer control of data display, and share data among tags. All without having to teach your front-end Web developers how to write Java code.
Category:   Java > Tutorials > JSP and Servlets

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

24. Counting Active Users on your web site using JSP
Ever wondered how many users are viewing your website at this moment? well this article seems to answer that. This article will show you how to build a JSP page and a session listener class which will allow you to determine how many users are viewing your site in real time. Online demo available.
Category:   Java > Tutorials > JSP and Servlets

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

25. Sending E-Mails with JSP Pages
This article describes everything you need to know to send emails using JSP pages. Also describes better practices for encapsulating re-usable code in JavaBeans. Online demo available.
Category:   Java > Tutorials > JSP and Servlets

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

26. Akmins Online Site Creator for JSP
Akmin Technologies Online Site Creator, is an user-friendly, online tool for developing websites that can be used by Web Design Companies, ISPs, ASPs & DotComs to cater to the web designing needs of the small & medium enterprises. This product comes with complete source code and documentation, to help you customize and offer online web site creation and hosting service to your clients. The application is available in three version: JSP, Active Server Pages & ColdFusion.
Category:   Java > JSP and Servlets > Content Management

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

27. Dynamic Web-based data access using JSP and JDBC technologies
This article discusses using the JSP and JDBC technologies to integrate static, dynamic, and database content in Web sites. For the purposes of simplicity and illustration, the JSP pages here use short scriptlets to expose the JSP developer to the underlying JDBC concepts instead of hiding them in custom tags. The author introduces a key design approach that integrates JavaBeans components with JDBC, similar to the way that JavaServer Pages technology already uses beans with HTTP. He also provides code for implementing this integration.
Category:   Java > Tutorials > JSP and Servlets

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

28. Building your first JSP custom Tag
Tags are reusable code libraries and allow easier separation of HTML and Java code. This tutorial first introduces JSP custom tags and then moves forward to build a simple JSP tag. Every step has been explained in detail. Online demo available.
Category:   Java > Tutorials > JSP and Servlets

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

29. Introducing Scripting Variables in JSP Tags.
This tutorial is second in a series of tutorials about JSP tags. In this tutorial we will learn what are scripting variables in JSP tags and how to make use of them. Online demo available.
Category:   Java > Tutorials > JSP and Servlets

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

30. Accessing Database using Tags in JSP Pages
This step by step tutorial describes how to access database using JDBC with JSP tags in a JSP page. Also describes how to iterate through the records using BodyTag interface. Online demo available.
Category:   Java > Tutorials > JSP and Servlets

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

Pages: [< Previous] 1 2 3 4 5 6 [Next >]