JavaServer Pages, together with the Java Servlet API, provide the dynamic web content presentation layer for the Java 2 Enterprise Edition. JSPs and Servlets integrate tightly to enable scalable and portable applications, and are widely supported. Th
Combining Servlets, JSP, and JavaBeans is a tutorial explaining the use of Servlets, JSP and Java Beans. Servlets allow convenient management of events and programs,- JSP allows defining excellent response pages while beans had a way of removing some
From this tutorial you will be introduced to Servlets and JSP and various advantages of using them. Servlets are similar to the CGI programming, which are used to create web pages and run on web servers. The Java Servlets are easy to use, highly effi
The Beans are the nucleus of JavaServer Pages components. Without writing even a single line of code, developers can use the power of Java to add dynamic elements to their pages by using JSP's collection of Bean tags. Developers have to follow the ru
zJSP works in conjunction with Sun?s Java Servlet Developers Kit and performs the functions of a page compiler, translating JSP pages into Java Servlets, which are then run using a Java Servlet environment. This provides support for request parameter
This tutorial teaches you all about Servlets and JSP (Java Server Pages) and the advantages in using them. It will be used to mix regular static HTML with dynamically generated HTML as for e.g. in a weather-report or news headlines page might generat
FaceRSS is a simple JavaServer Faces (JSF) component that allows you to display news from specified RSS url source in one configurable tag. So, you can place your favorite news on your website in a very simple way. It uses rsslib4j and therefore supp
Here users can find several information about creating and using servlets and some sample servlets to be used in their programming needs on java. They can have tutorials about servlet and JSP and have information about training courses also. This sit
ActivSpell is a server side spell checker for ColdFusion (CF), JavaServer Pages (JSP), Active Server Pages (ASP), and PHP. Allows developers to build custom spell checking interfaces with HTML and JavaScript, for use with Textbox's and Textareas. Act
You can develop dynamic web-based content with Java Server Pages (JSP). As in HTML, JavaServer Pages (JSP) uses the concept of tags as their building blocks. Though JSP offers a set of predefined tags, you can define you own tag extensions that encap |