Hi all,
I have been asked to learn how to create a simple web application.
I've been searching for hours for a simple JSF example application with CRUD functions (create, retrieve, update, delete). The problem is that it cannot use JPA, or Hibernate. Dojo is okay. With these restrictions it is very difficult to find.
My goal is to create a database driven web application that can perform the CRUD operations. However, I have never done this before. I have an intermediate understanding of Java but have done nothing with web applications.
I am looking for a fully functional example to learn from by reading and editing.
Any advice/direction you could provide would be greatly appreciated.