Search results for " using java beans in jsp"
Java 2 Enterprise Edition Architecture Overview
Java 2 Enterprise Edition Architecture Overview
Java 2 Enterprise Edition (J2EE) follows the General Web Architecture which was described on a separate page. As discussed in the evolution of Java, Java was initially touted as a strong client-side contender in the mid-1990s. However in the late 1990s, it evolved and gained much more acceptance as a ...
Using JavaBeans with JSP. Small Introduction!
What should we know when using Java Bean? Here are the most important observations:
A bean class must have a constructor with no arguments. We know that an empty constructor is automatically created.
A bean class shouldn't have public instance variables.
Persistent values should be accessed through methods called get and set. For example ...

RSS/XML