Java EE Application Database Architecture

I am developing a Java EE database application (JSF) where I populate dropdown menus from a database. I was looking for some tutorials, and I found that they used a bean session to initialize these outliers from the database (using hibernate). As my application contains many of them, is this a good strategy for populating values ​​from a database?

Is there any other approach to implementing this? Does backup bean use to fill crashes with a good idea?

Thank you all

Feras

+3
source share
1 answer

bean , .

bean , . , , .

+3

Source: https://habr.com/ru/post/1749920/


All Articles