Archive for the 'JSP' Category

JSP API

JSP API
API stands for Java Application Programming Interface. If you are looking for the JSP API then visit http://java.sun.com/products/servlet/2.2/javadoc/index.html and read about JSP 2.2 API.
Here is the description of important JSP API:
*javax.servlet.jsp <javax/servlet/jsp/package-summary.html>
Classes and interfaces for the Core JSP 2.0 API.
*javax.servlet.jsp.el <javax/servlet/jsp/el/package-summary.html>
Classes and interfaces for the JSP 2.0 Expression Language API.
*javax.servlet.jsp.tagext <javax/servlet/jsp/tagext/package-summary.html>
Classes and interfaces for […]

JSP Applications

JSP Applications
JSP application based on Java Server Pages Technologies!
Developing UI for any web application is difficult if only Servlet is used. Its very hard to hard-code the response.out code into the Servlet code. JSP was developed to simplify this task. JSP is a technology based on servlet, where JSP pages are compiled into servlets. And […]

Learn JSP - How Developers can learn JSP Online?

Learn JSP  How Developers can learn JSP Online?
In this post I will discuss how a developer can learn JSP fast and start working on their JSP projects?
In this fast changing programming world programmers are expected to learn new technologies and skills fast. But to deadlines, budget constraints and non-availability of trainers in a particular technology, […]

What is JSP?

What is JSP?

The JSP  Java Server Pages Technology:
Java Server Pages is a technology from Sun that enables the Java programmers to generate HTML, XML or other types of documents to server the web client. The JSP technology allows the programmers to embed Java code into html (.jsp) page.
Java Server Pages are first compiled into Java […]

Welcome to Rose India’s Programmers Blog

Welcome to Rose India’s Programmers Blog!
Our new blog section will discuss about technology, Software development processes, open-source software, and everything related to the programming.
We will be adding technology news and articles to be blog.
So, keep visiting the blog!!
Thanks