I've been using JPA annotations for almost a year now, they came out with
EE5. I'm a consultant and have seem a number of large companies using JPA
for production applications.
-Craig
Ryan Sonnek-2 wrote:
>
> I haven't seen anything on JPA annotations. Last I heard, they were in
> "draft" or
I use the JPA annotations. Have been for probably a year now. The went
final with the EE 5 spec, though.
On 7/12/07, Ryan Sonnek <[EMAIL PROTECTED]> wrote:
I haven't seen anything on JPA annotations. Last I heard, they were in
"draft" or "review". Are they actually available now, and if so,
I haven't seen anything on JPA annotations. Last I heard, they were in
"draft" or "review". Are they actually available now, and if so, who's
using them?
On 7/12/07, Craig Lenzen <[EMAIL PROTECTED]> wrote:
Thanks Al, I look forward to the post.
-Craig
Al Maw wrote:
>
> Craig Lenzen wrote:
Thanks Al, I look forward to the post.
-Craig
Al Maw wrote:
>
> Craig Lenzen wrote:
>> Sorry, I was a little confused, I thought this project was using the JPA
>> annotations for validation. Instead you are actually using the hibernate
>> validator project annotations. Which means the @Colum
Craig Lenzen wrote:
> Sorry, I was a little confused, I thought this project was using the JPA
> annotations for validation. Instead you are actually using the hibernate
> validator project annotations. Which means the @Column annotation would be
> pretty hard to use..:)
:-)
I have JPA annotati
Sorry, I was a little confused, I thought this project was using the JPA
annotations for validation. Instead you are actually using the hibernate
validator project annotations. Which means the @Column annotation would be
pretty hard to use..:)
-Craig
Ryan Sonnek-2 wrote:
>
> I'm not familiar
I'm not familiar with the @Column annotation. If you have any info on how
it works, I'd be happy to add support in.
Even better, the code to add new annotation support is drop dead simple.
let me know if have a solution and I can commit it.
http://wicket-stuff.svn.sf.net/svnroot/wicket-stuff/tru
According to the source code it supports the hibernate validators.
What you put in, it validates.
http://wicket-stuff.svn.sf.net/svnroot/wicket-stuff/trunk/wicketstuff-hibernate-behavior/src/main/java/org/wicketstuff/hibernate/validator/HibernateFormComponentValidator.java
Haven't tried it, but d
Fair enough Ryan, but one question for you.
Does this only work with the @Length and @NotNull annotations or does it
also work with the attributes of the @Column annotation (nullable and
length)?
Thanks
Craig
Ryan Sonnek-2 wrote:
>
> I may be biased, but i'm using these annotations on a produ
I may be biased, but i'm using these annotations on a production/live site
and they've made my life easier. no more hibernate exceptions bubbling up
to the screen because a field was left blank.
On 7/11/07, Craig Lenzen <[EMAIL PROTECTED]> wrote:
Has anyone made heavy use of this project yet?
Has anyone made heavy use of this project yet? Any issues or concerns?
-Craig
igor.vaynberg wrote:
>
> http://wicket-stuff.svn.sf.net/svnroot/wicket-stuff/trunk/wicketstuff-hibernate-behavior/
>
> -igor
>
>
> On 7/11/07, Craig Lenzen <[EMAIL PROTECTED]> wrote:
>>
>>
>> Unless I was dreamin
http://wicket-stuff.svn.sf.net/svnroot/wicket-stuff/trunk/wicketstuff-hibernate-behavior/
-igor
On 7/11/07, Craig Lenzen <[EMAIL PROTECTED]> wrote:
Unless I was dreaming this the other night I swear someone announced that
they created a wicket stuff project that added form validation based o
Unless I was dreaming this the other night I swear someone announced that
they created a wicket stuff project that added form validation based on JPA
annotations of a domain model? Was I dreaming, if not I can't seem to find
the project in wicket stuff.
Thanks
Craig
--
View this message in cont
13 matches
Mail list logo