jsf 2 - How to edit several database entries efficiently from JSF web application? -
i have several database tables user should able add, edit , remove entries web application. input must validated before persisting it.
now make table , put labeled input fields in there, result far dry , horror maintain. composite components make bit better. there alternative not see reduce lot of work?
if i'm not misunderstanding question, 1 concept might wanna generic/generated crud.
netbeans has primefaces crud generator link
Comments
Post a Comment