You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Jeremy Bauer (JIRA)" <ji...@apache.org> on 2010/06/03 20:38:57 UTC

[jira] Created: (OPENJPA-1681) Produce JPA Bean Validation example and corresponding documentation

Produce JPA Bean Validation example and corresponding documentation 
--------------------------------------------------------------------

                 Key: OPENJPA-1681
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1681
             Project: OpenJPA
          Issue Type: New Feature
          Components: samples
    Affects Versions: 2.1.0
            Reporter: Jeremy Bauer
            Assignee: Jeremy Bauer


Integration with a JSR-303 bean validation provider is one of the major new features of JPA 2.0.  OpenJPA has many jUnits that test this integration, but little to nothing in terms of documentation and examples.

I've been working on an OpenJPA Bean Validation Primer and corresponding sample code.  A basic set of code for a sample: pom, validation constraints, validation code, domain model, and simple jUnit was recently committed under revision 951071.  The primer will be published to the wiki within the next day or two, with references to the sample code.  

The code in commit 951071 shows the basic functionality required by the primer, but isn't much of a usable example.  A second phase of this work will include producing a more usable example.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OPENJPA-1681) Produce JPA Bean Validation example and corresponding documentation

Posted by "Jeremy Bauer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875728#action_12875728 ] 

Jeremy Bauer commented on OPENJPA-1681:
---------------------------------------

A wiki page has been added for the basic sample.  https://cwiki.apache.org/confluence/display/openjpa/Bean+Validation+Primer.  It needs cleanup and some formatting updates, but the content is there.

> Produce JPA Bean Validation example and corresponding documentation 
> --------------------------------------------------------------------
>
>                 Key: OPENJPA-1681
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1681
>             Project: OpenJPA
>          Issue Type: New Feature
>          Components: samples
>    Affects Versions: 2.1.0
>            Reporter: Jeremy Bauer
>            Assignee: Jeremy Bauer
>
> Integration with a JSR-303 bean validation provider is one of the major new features of JPA 2.0.  OpenJPA has many jUnits that test this integration, but little to nothing in terms of documentation and examples.
> I've been working on an OpenJPA Bean Validation Primer and corresponding sample code.  A basic set of code for a sample: pom, validation constraints, validation code, domain model, and simple jUnit was recently committed under revision 951071.  The primer will be published to the wiki within the next day or two, with references to the sample code.  
> The code in commit 951071 shows the basic functionality required by the primer, but isn't much of a usable example.  A second phase of this work will include producing a more usable example.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OPENJPA-1681) Produce JPA Bean Validation example and corresponding documentation

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods updated OPENJPA-1681:
----------------------------------

    Fix Version/s: 2.1.0

some code has been checked in, so this should be moved to In Progress

> Produce JPA Bean Validation example and corresponding documentation 
> --------------------------------------------------------------------
>
>                 Key: OPENJPA-1681
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1681
>             Project: OpenJPA
>          Issue Type: New Feature
>          Components: samples
>    Affects Versions: 2.1.0
>            Reporter: Jeremy Bauer
>            Assignee: Jeremy Bauer
>             Fix For: 2.1.0
>
>
> Integration with a JSR-303 bean validation provider is one of the major new features of JPA 2.0.  OpenJPA has many jUnits that test this integration, but little to nothing in terms of documentation and examples.
> I've been working on an OpenJPA Bean Validation Primer and corresponding sample code.  A basic set of code for a sample: pom, validation constraints, validation code, domain model, and simple jUnit was recently committed under revision 951071.  The primer will be published to the wiki within the next day or two, with references to the sample code.  
> The code in commit 951071 shows the basic functionality required by the primer, but isn't much of a usable example.  A second phase of this work will include producing a more usable example.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.