jeudi 28 mai 2015

JSF JEE- Output data from BDD in view

I'm new in JEE and I am making a project using JSF, and I know how to get data from my view. I also know how to get data with the jdbc connector. And also how to put data in the view, from some objects, but my question is:

How to put data directly from my database, for example a list of person, in JSF, for example with the tag <h:outputText value="#{}"/> ?

I have found some examples with instantiate objects, but I did not found a real example with data from a db.

Aucun commentaire:

Enregistrer un commentaire