darklord505_FE
Joined: 03 Nov 2006 Posts: 53
|
Posted: Sat May 19, 2007 11:45 am Post subject: JavaServer Pages Overview |
|
|
JSP Technology and Java Servlets
JSP technology uses XML-like tags that encapsulate the logic that generates the content for the page. The application logic can reside in server-based resources (such as JavaBeansponent architecture) that the page accesses with these tags. Any and all formatting (HTML or XML) tags are passed directly back to the response page. By separating the page logic from its design and display and supporting a reusableponent-based design, JSP technology makes it faster and easier than ever to build Web-based applications.
JavaServer Pages technology is an extension of the Java Servlet technology. Servlets are platform-independent, server-side modules that fit seamlessly into a Web server framework and can be used to extend the capabilities of a Web server with minimal overhead, maintenance, and support. Unlike other scripting languages, servlets involve no platform-specific consideration or modifications; they are applicationponents that are downloaded, on demand, to the part of the system that needs them.
To See more information http://www.roseindia.net/jsp |
|