Projects tagged ‘hibernate’ and ‘validator’


[4 total ]

67 Users
   

User contributed components that extends the functionality of NHibernate
Created about 1 year ago.

0 Users

Hibernate Sessions managementThe Open Session in View pattern made easy! This feature provides an Interceptor (HibernateSessionInterceptor) that opens an Hibernate Session, sets it in the value ... [More] stack and closes (or not) it after the results are rendered for the client. No code lines need to be added to manage Hibernate sessions in Struts 2 projects. Only some XML (or .properties) lines needed. This feature follows the concepts in http://www.hibernate.org/43.html Important! hibernatesession-plugin-for-struts2 users: This Plugin is 100% compatible with it. You can migrate with no problems. Hibernate Validator capatibilityThe DRY - Don't Repeat Yourself! This feature allow the use of the fantastic Hibernate Validator Framework. Using programmatic validation with Annotations and simple valitation classes. This feature follows the concepts in http://www.hibernate.org/412.html [Less]
Created 12 months ago.

0 Users

Polish Hibernate Validators (REGON, NIP, PESEL and others). Very useful for Seam Development. hibernate-validator-plZestaw walidatorów hibernetowych specyficznych dla polski. Walidatory można ... [More] wykorzystać w aplikacjach korzystających z JBoss Seam. WalidatoryDostępne walidatory: @NIP - Numer Identyfikacji Podatkowej @PESEL - Powszechny Elektroniczny System Ewidencji Ludności @PNA - Pocztowe Numery Adresowe @REGON - Rejestr Gospodarki Narodowej W repozytorium: @LowerCase - Sprawdza czy String zawiera tylko małe litery. Użyteczny np. przy sprawdzaniu liter w loginie. @Alpha - Sprawdza czy String zawiera wyłącznie litery UTF-8 (dodatkowo możemy zezwolić na występowanie spacji i/lub cyfr). @AsciiPrintable - Sprawdza czy String zawiera wyłącznie drukowalne znaki ASCII. @ISBN - International Standard Book Number Zestaw rozszerza się w różnych kierunkach - być może wkrótce należałoby zmienić jego nazwę na hibernate-validator-extras? ;) REGONSposób użycia: import pl.seam.hibernate.validator.REGON; ... @REGON private String mojRegon; @REGON private Long mojRegon;NIPSposób użycia: import pl.seam.hibernate.validator.NIP; ... @NIP private String mojNip; @NIP private Long mojNip;Bazuje na poprawionym kodzie walidatora http://jdn.pl/files/Validator.java oraz dokumentacji http://pl.wikipedia.org/wiki/REGON. [Less]
Created about 1 year ago.

0 Users

Full Hibernate Plugin 2.0 Beta Released (21 oct 2009)(Release Notes page) Hibernate Validator integrationDRY - Don't Repeat Yourself! This feature allow the use of the fantastic Hibernate ... [More] Validator Framework with very simple use of annotations in your Actions. More about Hibernate Validator at http://www.hibernate.org/412.html Hibernate Core Sessions injection capabilityThe Open Session in View pattern made easy This feature provides an Interceptor that open and sets in the value stack a Hibernate Core Session and closes (or not) this after the results are rendered for the client. No code lines need to be added to manage Hibernate sessions in Struts 2 projects. Only some XML (or .properties) lines needed. This feature follows the concepts in http://www.hibernate.org/43.html Important! hibernatesession-plugin-for-struts2 users: You are strongly encouraged to migrate for this plugin! Hibernate Transactions injection capabilityTransactions by request This feature provides an Interceptor that opens and sets in the value stack a Transaction and commit this after the results are rendered for the client if a rollback method was not invoked. You can configure multiple databases (2.0+). No code lines need to be added to manage Hibernate sessions in Struts 2 projects. Only 01 (one) XML (or .properties) line needed. Hibernate Core configuration management Web ToolManage and reload your Hibernate Core configurations without reload your web content This feature provides an WEB front-end tool for view and reload your Hibernate Core configurations. You can provide this tool in your context in a public way or protect this by 2 ways: IPs/Hosts list or HTTP Autentication. [Less]
Created 4 months ago.