| 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: 41 - 50 | Pages: << 1 2 3 4 5 6 7 >> |
|
|
|
In part one of two book excerpts on JSP Overview from JavaServer Pages, 2nd Edition , understand the problem with Servlets as well as the anatomy of a JSP page. Chapter 3: JSP Overview JSP is the latest Java technology for web application development and is based on the servlet technology introduced in the previous chapter. While servlets are great in many ways.
Updated: 04/28/2005
|
|
|
Java Servlet technology and JavaServer Pages (JSP pages) are server-side technologies that have dominated the server-side Java technology market; they\'ve become the standard way to develop commercial web applications. Java developers love these technologies for myriad reasons, including: the technologies are fairly easy to learn, and they bring the Write Once, Run Anywhere paradigm to web applications. More importantly, if used effectively by following.
Updated: 04/28/2005
|
|
|
The JSP Standard Template Library (JSTL) is a very new component released by Sun for JSP programming. JSTL allows you to program your JSP pages using tags, rather than the scriptlet code that most JSP programmers are already accustomed to. JSTL can do nearly everything that regular JSP scriptlet code can do. You may be wondering why we need yet another HTML generation programming language. JSTL was introduced was to allow JSP programmers to program using tags.
Updated: 04/28/2005
|
|
|
This article is the second in a series on JSTL, the JSP Standard Tag Library. If you need a primer as to what JSTL encompasses, check out part one of this series. In this article, we will cover more of the details of how to use the various tags in the different Tag Library Descriptors (TLDs). We\'ll go though samples using the conditionals, iteration, and URL, U18N, SQL, and XML tags. The goal of this article is to show the key components of the JSTL.
Updated: 04/28/2005
|
|
|
Many of us have been working with the Java Server Pages technology for quite some time and have become familiar with custom tags. Custom tags have made working with JSPs not only easier, but also more efficient. If a custom tag has been created, tested, and debugged, then it only is logical that, as a developer, you want to grab the golden ring of OOD: reusable components. Working with custom tags is one avenue to explore in the world of reuse.
Updated: 04/28/2005
|
|
|
In this article, I will introduce you to interesting and flexible technology based on JSP, called JSTL . JSTL stands for Java Server Pages Standard Tag Library. Although JSP has already become very popular, it is not widely used in the development of easy, rapidly-done front-ends with SQL databases. Once you get to know JSTL , you will understand its advantages and will see numerous ways how it can be used in your everyday programmer\'s life.
Updated: 04/28/2005
|
|
|
Writing JSP tags can be tedious, even under the best of circumstances. Often, I merely wish to push out lightly-parameterized HTML to, for instance, control the layout of an intricate (but often used) table format. While you might assert that this is precisely the purpose of Java Server Pages, with its directive for including JSPs through the elements, it can often be overkill and cumbersome to maintain.
Updated: 04/28/2005
|
|
|
HomeSite is one of the most popular Web site development tools available today; however, it does not provide integrated support for Java Server Pages (JSP) 1 . This article describes the steps for combining the features of HomeSite and JRun and to create a JSP Integrated Development Environment (IDE). Using JRun to View JSP within HomeSite One of the most helpful features of HomeSite is the ability to quickly preview an HTML page as it would be displayed by a user\'s browser.
Updated: 04/28/2005
|
|
|
Outline of a basic servlet that handles GET requests. GET requests, for those unfamiliar with HTTP, are requests made by browsers when the user types in a URL on the address line, follows a link from a Web page, or makes an HTML form that does not specify a METHOD.
Updated: 03/29/2005
|
|
|
The JSP tutorial presented here covers the most useful JSP programming constructs. The tutorial is focused on being practical and simple, therefore not all details have been covered.
Updated: 03/24/2005
|
|
|
JSP Listings
|
|
Total:
62 | Displaying: 41 - 50 | Pages: << 1 2 3 4 5 6 7 >> |
|
|