Adapted from a chapter of the book Web Development with JavaServer Pages, this article is written for developers who want to create their own Beans for use as JSP components, and for interested web designers who want to understand how these components are
Tutorial Details:
Java Javabeans Building Your Own JSP Components Tutorial
Sun Developer Network Channel: Open Communities From desktop to data center, learn how to capitalize, collaborate, and contribute to the growing network of Open Communities.
Get the Preview of the Java EE 5 SDK! Download the Java EE 5 SDK preview and get a feel for the next-generation Java EE 5 platform, which makes building robust, scalable enterprise applications easier than ever and is the perfect platform for implementing SOA and Web 2.0 applications.
Ask the Experts: Java Plug-In Technology (February 27-March 3) Got a question about Java Plug-In technology ? Post your questions during the week of February 27 and get answers from Sun engineers Dennis Gu, Danielle Pham, and Mike Lei.
Join Us to Plan the Next Version of Java Technology! Register for this User Group meeting, open to all current customers of J2SE (versions 1.31, 1.4_2 & 5.0) in the US and Canada. We will discuss our upcoming "Mustang" (Java SE 6.0) release and seek input on the next release "Dolphin" (Java SE 7.0).
Java EE 5 SDK Preview and Sun Java System Application Server Platform Edition 9 Beta: A Feature Summary Read the latest about the Java EE 5 SDK, the developer-productivity-enhancement tools, and all the key features and new facilities.
Namespaces in XML Schemas, Part 2 of Two-Part Series: import and include Learn how to create multifile XML schemas with import and include statements. Read Part 1 for the basics of namespace programming.
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: Java Javabeans Building Your Own JSP Components Tutorial
View Tutorial: Java Javabeans Building Your Own JSP Components Tutorial
Related
Tutorials:
A beginner's guide to Enterprise JavaBeans - JavaWorld - October 1998
A beginner's guide to Enterprise JavaBeans - JavaWorld - October 1998 |
Encapsulate reusable functionality in JSP
This tutorial shows you how you can encapsulate the resuable functionality in JSP pages. |
JSP best practices
Follow these tips for reusable and easily maintainable JavaServer Pages |
The Java Web Services Tutorial
This tutorial is a beginner\'s guide to developing Web services and Web applications using the Java Web Services Developer Pack (Java WSDP). |
The J2EE 1.4 Tutorial
The J2EE 1.4 Tutorial is a guide to developing enterprise applications for the Java 2 Platform, Enterprise Edition (J2EE) version 1.4. Here we cover all the things you need to know to make the best use of this tutorial. |
Excellent
tutorial on Struts and Tiles
Excellent tutorial on Struts and Tiles
This tutorial assumes knowledge of Java, JDBC, Servlets, J2EE (with regards to Web applications) and JSP Struts in a holistic manner, minus the beads and crystals.
The Tiles framework makes creating reusable pages |
Turn EJB components into Web services
Summary
Web services have become the de facto standard for communication among applications. J2EE 1.4 allows stateless Enterprise JavaBeans (EJB) components to be exposed as Web services via a JAX-RPC (Java API for XML Remote Procedure Call) endpoint, al |
Servlets and JavaServer Pages (JSP) : A Tutorial
An excellent tutorial on JSP and Servlets. |
JSP (JavaServer Pages) is a standard for combining Java and HTML to provide dynamic content in web pages.
With JSP, you embed Java code in HTML using special JSP tags similar to HTML tags. You install the JSP page, which has a .jsp extension, into the WebLogic Server document root, just as you would a static HTML page. When WebLogic Server serves a JSP page.. |
JSP Tutorial
This Tutorial is for beginners in the Java Server Pages Technology |
JavaServer Pages Technology - Documentation
Sun's tutorial for Java Server Pages that provide a good introduction to design web pages with JSP. |
JSP Tutorial
Adding dynamic content via expressionsAs we saw in the previous section, any HTML file can be turned into a JSP file by changing its extension to .jsp. Of course, what makes JSP useful is the ability to embed Java. Put the following text in a file wit |
Tutorial for Developing your first JSPs tags
We have seen how servlets and JSPs can be used to build a web application. These technologies go some distance toward making web development easier, but do not yet facilitate the separation of Java from HTML in a reusable way. Custom tags make this possib |
Encapsulate reusable functionality in JSP tags
JavaServer Pages (JSP) are a great mechanism for delivering dynamic Web-based content. JSP provides a set of predefined tags, but you can also define your own tag extensions that encapsulate common functionality. |
This tutorial shows how to Creating Custom JSP Tag Libraries
JSP 1.1 introduced an extremely valuable new capability: the ability to define you own JSP tags. You Define how the tag, its attributes, and its body are interpreted, then group your tags into collections called tag libraries that can be used in any numbe |
Calling JavaBeans from a JSP Page
We will be using this SimpleBean class in this tutorial, so if you haven't read above article then I suggest you do it now. |
Open Source Web Frameworks in Java
Open Source Web Frameworks in Java
Open Source Web Frameworks in Java
Struts
Struts Frame work is the implementation of Model-View-Controller (MVC) design pattern for the JSP. Struts is maintained as a part of Apache Jakarta project and is open |
Developing Distributed application using Enterprise Java Beans, J2EE Architecture, EJB Tutorial, WebLogic Tutorial.
Developing Distributed application using Enterprise Java Beans, J2EE Architecture, EJB Tutorial, WebLogic Tutorial.
Distributed Architecture
Two-tier application:
In the past two-tier applications were used. Two-tier applications are also know as |
Introduction To Enterprise Java Bean(EJB). WebLogic 6.0 Tutorial.
Introduction To Enterprise Java Bean(EJB). WebLogic 6.0 Tutorial.
Welcome to EJB Section
(Learn to Develop World Class Applications with Enterprise Java Beans)
(Online WebLogic 6.0 Tutorial)
Introduction To Enterprise Java Bean(EJB)
Enterprise |
Introduction to the JSP Java Server Pages
Introduction to the JSP Java Server Pages
Welcome to JSP Section
Introduction To JSP
Java Server Pages or JSP for short is Sun's solution for developing dynamic web sites. JSP provide excellent server side scripting support for creating database |
|
|
|