Hi All, i have a task of education to create an aplication that implement CRUD pattern in java with JSF framework.. is there any one help me to explain about CRUD pattern in java and example code of that (CRUD pattern code).. Thank you very much for all.
A:
org.life.java
2010-08-31 07:01:50
A:
Thank you so much for the information, but in both I do not find the pattern I was looking for, it only explained about the general CRUD.. is there any other information that is more focused on the Pattern? thank you so much..
gaos
2010-09-03 07:05:17
A:
Hello! the tutorials about JSF you´ve got are very good, and talking about CRUD is the acronym for CREATE, RETRIEVE, UPDATE, DELETE.
I think they´re asking for a simple application where you can ask data in a form, and then insert it at DB. Then you can delete it, retrieve it or modify it.
I hope this helps.
http://en.wikipedia.org/wiki/Create,_read,_update_and_delete
Torres
2010-09-03 07:10:44
BalusC
2010-09-05 13:16:39