| Home : Java : JSP |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
JSP Listings
|
|
Total:
62 | Displaying: 11 - 20 | Pages: << 1 2 3 4 5 6 7 >> |
|
|
|
In this JSP tutorial, you will learn the steps for setting JSP environment in Microsoft Windows, setting the PATH and CLASSPATH, steps for downloading and installing the Tomcat web server.
Updated: 05/13/2007
|
|
|
In this JSP tutorial, you will learn about JSP tags, list of the tags used in Java Server Pages, declaration tag, general syntax of declaration tag, expression tag and general syntax of expression tag.
Updated: 05/13/2007
|
|
|
In this JSP tutorial, you will learn about Directive tag with example, page directive, language, extends, import, session and buffer.
Updated: 05/13/2007
|
|
|
In this JSP tutorial, you will learn about JSP, usage of JSP, process of development, independency of layers and simplification of process.
Updated: 05/13/2007
|
|
|
JavaServer Pages (JSP) technology makes it easy to embed bits of Java code (or scriptlets) in HTML documents. This solution, however, may not be suitable for all HTML content developers, perhaps because they don\'t know Java and don\'t care to learn its syntax. To serve these HTML developers, you can introduce custom tags through the JSP Standard Tag Library (JSTL 1.0), which can be deployed and used in an HTML-like syntax.
Updated: 05/17/2005
|
|
|
JavaServer Pages (JSP) technology has become a favorite tool for developers of web applications. With JSP pages, developers can design dynamic web pages without the need for other programming knowledge. At the same time, web developers can use an extensible tag mechanism to harness the power of underlying software components. An extension developed through the Java Community Process provides enhanced support for the development of multilingual applications. The JavaServer Pages Standard Tag Library defines, among other functionality, a set of tags that enable localization and locale-sensitive formatting.
Updated: 05/17/2005
|
|
|
The future of JSP development is here, and its name is the JSP Standard Tag Library. JSTL provides a set of standardized JSP custom actions to handle the tasks needed in almost all JSP pages, including conditional pro- cessing, internationalization, database access, and XML processing. This week on ONJava.com, Hans Bergsten, author of O\'Reilly\'s \"JavaServer Pages, 2nd Edition,\" starts a series of articles on the new JSTL specification. This article gives an overview of JSTL and shows how to use the most common JSTL actions.
Updated: 05/17/2005
|
|
|
The Model-View-Controller (MVC) architecture leverages the strengths of servlets and JavaServer Pages (JSP), while minimizing their weaknesses. In essence, user requests are sent to a controller servlet, which determines the nature of the request and passes it off to the appropriate handler for that request type. Each handler is associated with a particular model, which encapsulates business logic to perform a specific and discrete set of functions. Once the operation is completed, the results are sent back to the controller, which determines the appropriate view and displays it
Updated: 05/17/2005
|
|
|
Macromedia JRun Server 3.1 includes a powerful set of 25 JSP custom tags commonly referred to as the JRun Tag Library (JTL). While the idea of custom tags has been an asset to Macromedia ColdFusion for many years, the concept is new to J2EE in JSP 1.1. One of the benefits of JRun is that you can accomplish a wide variety of tasks with the JTL right out of the box.
Updated: 05/17/2005
|
|
|
In this article, we propose a set of standard conventions for writing JSP pages (versions 1.1 and 1.2) that should be followed on a typical software project using web components. The article draws on the Code Conventions for the Java Programming Language as a template to identify various important elements that should be addressed in a coding conventions specification (relevant to JSP technology). In particular, it addresses file names and organization, indentation, comments, directives, declarations, scriptlets, expressions, white space, naming conventions, and programming practices.
Updated: 05/17/2005
|
|
|
JSP Listings
|
|
Total:
62 | Displaying: 11 - 20 | Pages: << 1 2 3 4 5 6 7 >> |
|
|