we havent used JPA or any other ORM tools in our web application, now we have been on updating whole stuff to Java EE 6,
my problem about is JPA
,i have ...
I am working on some project in jsf and I need help.
I have two tables in my database - USERS and EVENTS.
I generated entity classes from these tables in netbeans, ...
I use JSF and JPA with Netbeans 7.0. I have an HTML form that insert into a table X,
I want to have the same button creating two entities sequencely, my problem ...