architecture « Validation « JPA Q&A





1. Validate and Action - Object Retrieval Architecture Help    forum.hibernate.org

Using struts to do form validation, this is a simple architecture question. Example: Forgot Password feature of website. 1. Need to validate e-mail address exists in database. 2. Send password to e-mail address. With a struts Form, I can validate the e-mail address in the form object, then send the e-mail in the Action class. Although this means, I need to ...

2. Please validate architecture for proprietary web server    forum.hibernate.org

Hibernate version: 3.0rc1 Hi, We plan to host Hibernate for our web applications in our propritery application server. Besides exposing Hibernate, we are building a layer on top of it to provide CRUD operations for SessionFactory creation, versioned object, and auditing. Hibernate.jar will be placed in the server I don't know why JBoss needs this, as suppose to placing hibernate.jar in ...

3. Architecture question regarding validation and flush modes    forum.hibernate.org

Newbie Joined: Mon May 10, 2004 2:28 pm Posts: 10 Location: Seattle, WA Apologies for the long preamble and post I am working on a typical n-tier web application, a web tier (using an MVC framework), a business tier (a validation 'engine' and Hibernate) and Oracle. The application is a content management system which is used by a number of websites. ...