How to disply data from the database through Java Beans--Help Please
I am making an online shopping web site. Its a toy store. I have made a Java bean named toy(toyID, name, price, description, ImageId).
There is one more class which have functions of getting the toy from the data base.
Now I want to show all the toys with images on page .i.e Catalog.
Can anyone please tell me how do I take data from the database and using beans How do I display it on the page.
I hope my question is clear.
I know that it is possible for us to directly take data from the database and display it on the page. But I want to display through Java beans how do I do that,
Can any one tell me the flow...
please help...
Message was edited by:
aniketh_parmar

