我有許多使用相同驗證約束的jsf2 web項目。共享庫中的Bean驗證約束條件
- 我可以將所有這些約束放在共享庫中嗎?
- 如果是,我可以提供驗證消息的轉換嗎?
- 如果是的話,我怎樣才能以標準的方式實現它?
- 以下包裝結構是否正確?
commons.jar庫:
commons.jar
|
+ library
| |
| + CustomConstraint1.class
| + CustomConstraint2.class
|
+ ValidationMessages_it.properties
+ ValidationMessages_en.properties
+ ValidationMessages_de.properties
如果您使用Hibernate 5。2或更高版本,可以通過在http://stackoverflow.com/a/33442715/1108305上按我的回答配置PlatformResourceBundleLocator來解決重複資源問題 – 2015-10-30 18:37:04