| Author |
How to implement "rating system" the best way? JSF + Hibernate
|
janek nowakowski
Greenhorn
Joined: Jun 20, 2010
Posts: 8
|
|
|
Hi, I would like to rate some items with score from 1 to 10, but item can be rated only once by one user. I have a user class and an item class. What would be the best solution for this problem? I use hibernate in my application. Do you know any ready to use solutions? I would be grateful for any help.
|
 |
Sridhar Santhanakrishnan
Ranch Hand
Joined: Mar 20, 2007
Posts: 317
|
|
|
You might want to check Primefaces which has a Star Rating component
|
 |
janek nowakowski
Greenhorn
Joined: Jun 20, 2010
Posts: 8
|
|
|
Wow! Many useful components! I didn't know about PrimeFaces, thank you very much.
|
 |
 |
|
|
subject: How to implement "rating system" the best way? JSF + Hibernate
|
|
|