crud « database « JSF Q&A





1. JSF 2.0: Is there any advantage in using DataModel over List for CRUD applications    stackoverflow.com

One advantage of the datamodel is that you get the row index in a table. But I find this unnecessary, since you can access the current row element using the var ...

2. JSF 2 - CRUD and persistent support    stackoverflow.com

I'm in two minds at the moment in terms of adopting a persistence framework for CRUD operation (for MySQL) with JSF 2. I've googled and read comments from pro-JPA vs pro-JDO ...

3. JSF beyond CRUD - how do I show a table of objects inside a view of another object and make it linkable    stackoverflow.com

I have a working JSF CRUD application and now need to move further forward and add some more logical navigation. I "think" I'm struggling to get to grips with how ...

4. Is CRUD possible in JSF, please help?    coderanch.com

5. Enabling CRUD from a single JSF    coderanch.com

7. CRUD approach    coderanch.com

9. JSF / CRUD - Transaction aborted    coderanch.com

Hi All I have created a very simple CRUD program using NetBeans 7.0, JSF 2.0 and Glassfish 3.1, have not edited a single line. it connects to a very simple MySQL database, the program works great until I try to create a new entry in table1, I receive a "Transaction aborted" message. I whipped up a another quick CRUD prog, using ...