I have a simple class like customer that has these properties:
- name, id, address, date of birth
I would like to define some <n> customer type objects in the managed-bean and initialize a table with those objects. So when the page is loaded it shows a table of pre-initialized customers.
Is this doable. I am new (very new) to JSF/Creator. If there is any tutorials that point to similar tasks please point me to those.
Thanks.
Jeremy Wilson
Ranch Hand
Joined: Feb 18, 2003
Posts: 166
posted
0
That is no problem at all. I would start by downloading the MyFaces example application from myfaces.apache.org. There are some very good samples there. Basically you will need a backing bean the contains a list of the objects. In the constructor of the backing bean read the customers from a data source and create the object instances.
A jsp page to display the data in the managed bean.
the faces config xml file to define the backing bean, navigation actions to the jsp.
Welcome to Javaranch! We don't have too many rules around here but we do have a Naming Policy. Please adjust your display name accordingly. You can adjust your display name here.
Thanks.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.