|
|
1-20 of 22 Java JSP and Servlets > Beans sites are shown.
|
|
Finding and Instantiating a Bean into Your JSP, Passing Properties to a Bean ,and more.
|
|
|
|
|
|
|
JavaBeans are Java's answer to Microsoft's ActiveX components. A JavaBean is the architecture for using and building components in Java.
|
|
|
|
|
|
|
JavaBeans are a good way to take out code from JSP files.
They could be used to minimise the coding and maintenance in JSP and leave all the complexity in the JavaBean (good practice).
|
|
|
|
|
|
|
In this article we will learn what are Enterprise JavaBeans ( EJBs ), what are it's different types and why to use EJBs in your application.
|
|
|
|
|
|
|
Forms are a very common method of interactions in web sites. JSP makes forms processing specially easy
|
|
|
|
|
|
|
So, when setting up an application development architecture that involves JavaServer Pages, it is a good idea to try and put all of your business logic inside reusable components. These components can then be 'plugged' into any JavaServer Page that requires them.
|
|
|
|
|
|
|
Describes what are EJBs, their different types and when and why to use them.
|
|
|
|
|
|
|
A tutorial on reading and parsing XML files with Enterprise JavaBeans.
|
|
|
|
|
|
|
Complete step by step tutorial on developing, deploying and running your first EJB.
|
|
|
|
|
|
|
What are transactions? What are it's different types and how to make use of them in EJBs.
|
|
|
|
|
|
|
What are JavaBeans and how to create your own JavaBeans ?
|
|
|
|
|
|
|
A JavaBean which detects user browser and .NET enabled status.
|
|
|
|
|
|
|
Create your first JavaBean and call it from within a JSP page.
|
|
|
|
|
|
|
A JavaBean which sends email to the provided email address.
|
|
|
|
|
|
|
Complete Chapter : 'Combining Servlets, JSP, and JavaBeans' from Wrox Press book.
|
|
|
|
|
|
|
What are JavaBeans and how to create your own JavaBeans ?
|
|
|
|
|
|
|
Barring a sudden cold shoulder from IBM, a gaffe by Sun Microsystems, or some other unlikely event, Java is on track to become one of the primary programming languages of e-commerce. And it should provide a bright future for those who know their way around the Beans and Enterprise Editions.
|
|
|
|
|
|
|
JavaBeans are usual Java classes which adhere to certain coding conventions - Implements java.io.Serializable interface, Provides no argument constructor, Provides getter and setter methods for accessing it's properties. This article shows how to create a javabean class
|
|
|
|
|
|
|
Reuse your existing Java classes as JavaBeans components
|
|
|
|
|
|
|
Advertisement
icrosoft has ActiveX (nee OLE). Unix has CORBA. Now an initiative
called "Java Beans" is brewing a similar set of APIs that will make it easy to create Java applications from reusable components
|
|
|
|
|
|