internationalization « JPA « JSF Q&A





1. Design question regarding Java EE entity with multiple language support    stackoverflow.com

I'm working on a Java EE6 project using JPA/EJB/JSF and I'm having some trouble designing multiple language support for entities. There are three relevant entities: Language (has id)
Competence (has id)
CompetenceName (has Competence ...

2. hibernate mysql jsf internationalization    forum.hibernate.org

Thanks for your reply.. i have also tried this one but not working.. Code: root jdbc:mysql://localhost:3307/kiosk_admin?characterEncoding=utf8 org.hibernate.dialect.MySQLInnoDBDialect mysql org.gjt.mm.mysql.Driver ...