|
|
Building Your Own JSP Components |
|
|
Building Your Own JSP Components |
|
|
Java / JavaBeans |
|
|
Click to Visit |
|
|
19 |
The Beans are the nucleus of JavaServer Pages components. Without writing even a single line of code, developers can use the power of Java to add dynamic elements to their pages by using JSP's collection of Bean tags. Developers have to follow the rules prescribed by the JavaBeans API, to develop a stand-alone, reusable Java software components. This article is basically targeted at the developers who want to build their own Beans for use as JSP components. It can also be used by the web designers to understand the background working of these components.
|
| Top Java scripts |
1).
Using JavaBeans with JSP This tutorial teaches you to integrate JSP with a bean that already exists. Java Beans is similar to the ActiveX components. With the JavaBean’s architecture you can build components in Java. A JavaBean can be used either as a visual or non-visual component. The article also supports examples.
2).
JavaBeans FAQ This tutorial is a compilation of frequently asked question in JavaBeans. This concise FAQ gives an overview of covering various aspects with questions like What are JavaBeans?, Are JavaBeans a standard?, On which platforms can I use JavaBeans? etc.
3).
Building Your Own JSP Components This article is intended for developers who want to create their own Beans for use as JSP components. This article as describes how the Beans components are deployed and how it works.
4).
What are JavaBeans? This article tells you what Java Beans are. JavaBeans are Java classes that conform to certain coding standards namely, Implements java.io.Serializable interface, Provides no argument constructor, Provides getter and setter methods for accessing it's properties.
5).
Building your first Enterprise JavaBean. This tutorial teaches you how to create Enterprise JavaBean. You can learn to deploy the EJB on free EJB server namely JBoss. Installing and running JBoss Server, Installing, configuring and running Tomcat Server, Developing your first Session EJB etc.
6).
Creating a Browser Detection JavaBean This tutorial teaches you how to create a Browser detection JavaBean, which detects your browser and displays a corresponding message. This JavaBean is highly useful as lot of browsers don’t support all the HTML and CSS features.
7).
An Introduction to Enterprise JavaBeans EJBs are group of Java classes, interfaces and XML files conforming to given rules. This article teaches you what the Enterprise JavaBeans (EJBs) are, and the different types of EJBs and the reasons to use EJBs in your application.
|
|
| New Java scripts |
1).
Building your first Enterprise JavaBean. This tutorial teaches you how to create Enterprise JavaBean. You can learn to deploy the EJB on free EJB server namely JBoss. Installing and running JBoss Server, Installing, configuring and running Tomcat Server, Developing your first Session EJB etc.
2).
What are JavaBeans? This article tells you what Java Beans are. JavaBeans are Java classes that conform to certain coding standards namely, Implements java.io.Serializable interface, Provides no argument constructor, Provides getter and setter methods for accessing it's properties.
3).
Building Your Own JSP Components This article is intended for developers who want to create their own Beans for use as JSP components. This article as describes how the Beans components are deployed and how it works.
4).
Creating a Browser Detection JavaBean This tutorial teaches you how to create a Browser detection JavaBean, which detects your browser and displays a corresponding message. This JavaBean is highly useful as lot of browsers don’t support all the HTML and CSS features.
5).
JavaBeans FAQ This tutorial is a compilation of frequently asked question in JavaBeans. This concise FAQ gives an overview of covering various aspects with questions like What are JavaBeans?, Are JavaBeans a standard?, On which platforms can I use JavaBeans? etc.
6).
An Introduction to Enterprise JavaBeans EJBs are group of Java classes, interfaces and XML files conforming to given rules. This article teaches you what the Enterprise JavaBeans (EJBs) are, and the different types of EJBs and the reasons to use EJBs in your application.
7).
Using JavaBeans with JSP This tutorial teaches you to integrate JSP with a bean that already exists. Java Beans is similar to the ActiveX components. With the JavaBean’s architecture you can build components in Java. A JavaBean can be used either as a visual or non-visual component. The article also supports examples.
|
|