Source Code: Using Beans to get the Data
Demonstrates the use of the BeanDataStore component which can be used to get data from EJB value objects.
File name
Description
com/salmonllc/examples/example13/BeanController.java
The controller for this example.
com/salmonllc/examples/example13/ExampleBean.java
An example bean.
example13/BeanExample.jsp
The view JSP for this example.
Return to Home Page
Run the Example