Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JSF with Hibernate sample web application

Tags:

hibernate

jsf

Are there any ready-to-use sample web applications using JSF, RichFaces and Hibernate?

like image 227
krishna Avatar asked Dec 09 '22 14:12

krishna


2 Answers

Some links from JSFtutorials.net:

  • Use Hibernate and JSF with Less Coding
  • A Project Management Web Application based on JavaServer Faces and Hibernate
  • Easily pass JSF expressions as Hibernate Query Params (no code) by Rick Hightower
  • Pagination using a h:dataGrid and Hibernate by Rick Hightower
  • Configuring Hibernate, Spring and (MyFaces) JSF by Rick Hightower
  • Integration of Hibernate and MyFaces
  • Creating a Pet Store Application with JavaServer Faces, Spring, and Hibernate by Derek Yang Shen
  • Put JSF to work: Build a real-world Web application with JavaServer Faces, the Spring Framework, and Hibernate
like image 149
Pascal Thivent Avatar answered Dec 25 '22 20:12

Pascal Thivent


With Appfuse you can componse one yourself.

like image 42
BalusC Avatar answered Dec 25 '22 18:12

BalusC