entity « Seam « JSF Q&A





1. How do I design an application to manage translatable entity fields?    stackoverflow.com

When designing an application to fully support internationalization, not just at the level of labels and calculated values, but also in all fields (e.g. entity name & description), how should the ...

2. Check whether Entity is in List on JSF    seamframework.org

3. Is it good pratice to use entities in JSF (view layer)    seamframework.org

At present I am reading entities at the start of conversation and then I am copying them into DTO instances and caching insides the controllers and after uses complete his or her work I am writing all the cached data (with relevant updates, made by user) into database. Is that correct approach? So - there are only 2 short transactions - ...