Re: Wicketstuff wishlist?

2008-09-20 Thread Jörn Zaefferer
A pony? Django now got one...

Thanks for the wicket-hibernate link!

Jörn

On Sat, Sep 20, 2008 at 2:29 AM, Nino Saturnino Martinez Vazquez Wael
[EMAIL PROTECTED] wrote:
 Baah.. Theres already something on it:

 https://wicket-stuff.svn.sf.net/svnroot/wicket-stuff/trunk/wicketstuff-hibernate-behavior/

 something on it here:
 http://jroller.com/wireframe/entry/hibernate_annotations_and_wicket


 Anything else for the wish list not already existing? :)

 Nino Saturnino Martinez Vazquez Wael wrote:

 Great:)

 First shot will probably be Hibernate Validation (is general and works
 without hibernate with any JPA provider), since I have a demo project for
 that, validation JSR 303 arent done yet AFAIK.. And I think im gonna try to
 use IVisitor to do it.. So it's actually a fairly simple one:)

 Jörn Zaefferer wrote:

 Oops, I missed that bit!

 Well, then I add: Annotations for form validation. Maybe integrated
 with the bean validation JSR, Hibernate Validation or standalone.
 Enabled by adding AnnotationValidator instance to a form or indivdual
 fields...

 Jörn

 On Fri, Sep 19, 2008 at 2:05 PM, Nino Saturnino Martinez Vazquez Wael
 [EMAIL PROTECTED] wrote:


 wicketstuff!=wicket :)

 And it should not go on the wicket wiki...

 Jörn Zaefferer wrote:


 Don't we have already at least one wishlist on the wicket wiki?
 http://cwiki.apache.org/WICKET/#Index-WishListforNextVersion

 Jörn

 On Fri, Sep 19, 2008 at 12:30 PM, Nino Saturnino Martinez Vazquez Wael
 [EMAIL PROTECTED] wrote:



 Hi

 I'd really like a wish list for wicketstuff. So reply with your wishes
 and I
 might have time at a point to implement it:)

 I'll start by adding this to the list:

 Integration with :  http://code.google.com/p/iui/


 I'll add a wishlist to the wiki or maybe my blog..

 --
 -Wicket for love

 Nino Martinez Wael
 Java Specialist @ Jayway DK
 http://www.jayway.dk
 +45 2936 7684


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





 --
 -Wicket for love

 Nino Martinez Wael
 Java Specialist @ Jayway DK
 http://www.jayway.dk
 +45 2936 7684


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





 --
 -Wicket for love

 Nino Martinez Wael
 Java Specialist @ Jayway DK
 http://www.jayway.dk
 +45 2936 7684


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: Re: Wicketstuff wishlist?

2008-09-20 Thread bruno . borges
I'm the one who developed HibernateFormComponentValidator and  
HibernateFormValidator, which does the validation in a different way  
compared with the annotations package.


We really should improve this project. :-)

cheers
Bruno

On Sep 20, 2008 6:47am, Jörn Zaefferer [EMAIL PROTECTED]  
wrote:

A pony? Django now got one...



Thanks for the wicket-hibernate link!



Jörn



On Sat, Sep 20, 2008 at 2:29 AM, Nino Saturnino Martinez Vazquez Wael

wrote:

 Baah.. Theres already something on it:



  

https://wicket-stuff.svn.sf.net/svnroot/wicket-stuff/trunk/wicketstuff-hibernate-behavior/




 something on it here:

 http://jroller.com/wireframe/entry/hibernate_annotations_and_wicket





 Anything else for the wish list not already existing? :)



 Nino Saturnino Martinez Vazquez Wael wrote:



 Great:)



 First shot will probably be Hibernate Validation (is general and works

 without hibernate with any JPA provider), since I have a demo project  

for


 that, validation JSR 303 arent done yet AFAIK.. And I think im gonna  

try to


 use IVisitor to do it.. So it's actually a fairly simple one:)



 Jörn Zaefferer wrote:



 Oops, I missed that bit!



 Well, then I add: Annotations for form validation. Maybe integrated

 with the bean validation JSR, Hibernate Validation or standalone.

 Enabled by adding AnnotationValidator instance to a form or indivdual

 fields...



 Jörn



 On Fri, Sep 19, 2008 at 2:05 PM, Nino Saturnino Martinez Vazquez Wael

 wrote:





 wicketstuff!=wicket :)



 And it should not go on the wicket wiki...



 Jörn Zaefferer wrote:





 Don't we have already at least one wishlist on the wicket wiki?

 http://cwiki.apache.org/WICKET/#Index-WishListforNextVersion



 Jörn



 On Fri, Sep 19, 2008 at 12:30 PM, Nino Saturnino Martinez Vazquez  

Wael


 wrote:







 Hi



 I'd really like a wish list for wicketstuff. So reply with your  

wishes


 and I

 might have time at a point to implement it:)



 I'll start by adding this to the list:



 Integration with : http://code.google.com/p/iui/





 I'll add a wishlist to the wiki or maybe my blog..



 --

 -Wicket for love



 Nino Martinez Wael

 Java Specialist @ Jayway DK

 http://www.jayway.dk

 +45 2936 7684





  

-


 To unsubscribe, e-mail: [EMAIL PROTECTED]

 For additional commands, e-mail: [EMAIL PROTECTED]











 --

 -Wicket for love



 Nino Martinez Wael

 Java Specialist @ Jayway DK

 http://www.jayway.dk

 +45 2936 7684





 -

 To unsubscribe, e-mail: [EMAIL PROTECTED]

 For additional commands, e-mail: [EMAIL PROTECTED]











 --

 -Wicket for love



 Nino Martinez Wael

 Java Specialist @ Jayway DK

 http://www.jayway.dk

 +45 2936 7684





 -

 To unsubscribe, e-mail: [EMAIL PROTECTED]

 For additional commands, e-mail: [EMAIL PROTECTED]







Re: Wicketstuff wishlist?

2008-09-20 Thread Nino Saturnino Martinez Vazquez Wael



[EMAIL PROTECTED] wrote:
I'm the one who developed HibernateFormComponentValidator and 
HibernateFormValidator, which does the validation in a different way 
compared with the annotations package.


We really should improve this project. :-)
Hows it lacking.. A less intrusive way..? Maybe instead just provide an 
HibernateValidatedForm, just use the form and it will and the correct 
validators using vistor etc?


cheers
Bruno

On Sep 20, 2008 6:47am, Jörn Zaefferer 
[EMAIL PROTECTED] wrote:

A pony? Django now got one...



Thanks for the wicket-hibernate link!



Jörn



On Sat, Sep 20, 2008 at 2:29 AM, Nino Saturnino Martinez Vazquez Wael

wrote:

 Baah.. Theres already something on it:



 
https://wicket-stuff.svn.sf.net/svnroot/wicket-stuff/trunk/wicketstuff-hibernate-behavior/ 





 something on it here:

 http://jroller.com/wireframe/entry/hibernate_annotations_and_wicket





 Anything else for the wish list not already existing? :)



 Nino Saturnino Martinez Vazquez Wael wrote:



 Great:)



 First shot will probably be Hibernate Validation (is general and 
works


 without hibernate with any JPA provider), since I have a demo project 

for


 that, validation JSR 303 arent done yet AFAIK.. And I think im gonna 

try to


 use IVisitor to do it.. So it's actually a fairly simple one:)



 Jörn Zaefferer wrote:



 Oops, I missed that bit!



 Well, then I add: Annotations for form validation. Maybe integrated

 with the bean validation JSR, Hibernate Validation or standalone.

 Enabled by adding AnnotationValidator instance to a form or 
indivdual


 fields...



 Jörn



 On Fri, Sep 19, 2008 at 2:05 PM, Nino Saturnino Martinez Vazquez 
Wael


 wrote:





 wicketstuff!=wicket :)



 And it should not go on the wicket wiki...



 Jörn Zaefferer wrote:





 Don't we have already at least one wishlist on the wicket wiki?

 http://cwiki.apache.org/WICKET/#Index-WishListforNextVersion



 Jörn



 On Fri, Sep 19, 2008 at 12:30 PM, Nino Saturnino Martinez Vazquez 

Wael


 wrote:







 Hi



 I'd really like a wish list for wicketstuff. So reply with your 

wishes


 and I

 might have time at a point to implement it:)



 I'll start by adding this to the list:



 Integration with : http://code.google.com/p/iui/





 I'll add a wishlist to the wiki or maybe my blog..



 --

 -Wicket for love



 Nino Martinez Wael

 Java Specialist @ Jayway DK

 http://www.jayway.dk

 +45 2936 7684





 

-


 To unsubscribe, e-mail: [EMAIL PROTECTED]

 For additional commands, e-mail: [EMAIL PROTECTED]











 --

 -Wicket for love



 Nino Martinez Wael

 Java Specialist @ Jayway DK

 http://www.jayway.dk

 +45 2936 7684





 
-


 To unsubscribe, e-mail: [EMAIL PROTECTED]

 For additional commands, e-mail: [EMAIL PROTECTED]











 --

 -Wicket for love



 Nino Martinez Wael

 Java Specialist @ Jayway DK

 http://www.jayway.dk

 +45 2936 7684





 -

 To unsubscribe, e-mail: [EMAIL PROTECTED]

 For additional commands, e-mail: [EMAIL PROTECTED]







--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Wicketstuff wishlist?

2008-09-20 Thread Jörn Zaefferer
How about a IFormValidator? That has access to the form's components
and is more flexible to use (composition instead of inheritance).

Jörn

On Sat, Sep 20, 2008 at 4:56 PM, Nino Saturnino Martinez Vazquez Wael
[EMAIL PROTECTED] wrote:


 [EMAIL PROTECTED] wrote:

 I'm the one who developed HibernateFormComponentValidator and
 HibernateFormValidator, which does the validation in a different way
 compared with the annotations package.

 We really should improve this project. :-)

 Hows it lacking.. A less intrusive way..? Maybe instead just provide an
 HibernateValidatedForm, just use the form and it will and the correct
 validators using vistor etc?

 cheers
 Bruno

 On Sep 20, 2008 6:47am, Jörn Zaefferer [EMAIL PROTECTED]
 wrote:

 A pony? Django now got one...



 Thanks for the wicket-hibernate link!



 Jörn



 On Sat, Sep 20, 2008 at 2:29 AM, Nino Saturnino Martinez Vazquez Wael

 wrote:

  Baah.. Theres already something on it:

 

 


 https://wicket-stuff.svn.sf.net/svnroot/wicket-stuff/trunk/wicketstuff-hibernate-behavior/

 

  something on it here:

  http://jroller.com/wireframe/entry/hibernate_annotations_and_wicket

 

 

  Anything else for the wish list not already existing? :)

 

  Nino Saturnino Martinez Vazquez Wael wrote:

 

  Great:)

 

  First shot will probably be Hibernate Validation (is general and works

  without hibernate with any JPA provider), since I have a demo project

 for

  that, validation JSR 303 arent done yet AFAIK.. And I think im gonna

 try to

  use IVisitor to do it.. So it's actually a fairly simple one:)

 

  Jörn Zaefferer wrote:

 

  Oops, I missed that bit!

 

  Well, then I add: Annotations for form validation. Maybe integrated

  with the bean validation JSR, Hibernate Validation or standalone.

  Enabled by adding AnnotationValidator instance to a form or indivdual

  fields...

 

  Jörn

 

  On Fri, Sep 19, 2008 at 2:05 PM, Nino Saturnino Martinez Vazquez Wael

  wrote:

 

 

  wicketstuff!=wicket :)

 

  And it should not go on the wicket wiki...

 

  Jörn Zaefferer wrote:

 

 

  Don't we have already at least one wishlist on the wicket wiki?

  http://cwiki.apache.org/WICKET/#Index-WishListforNextVersion

 

  Jörn

 

  On Fri, Sep 19, 2008 at 12:30 PM, Nino Saturnino Martinez Vazquez

 Wael

  wrote:

 

 

 

  Hi

 

  I'd really like a wish list for wicketstuff. So reply with your

 wishes

  and I

  might have time at a point to implement it:)

 

  I'll start by adding this to the list:

 

  Integration with : http://code.google.com/p/iui/

 

 

  I'll add a wishlist to the wiki or maybe my blog..

 

  --

  -Wicket for love

 

  Nino Martinez Wael

  Java Specialist @ Jayway DK

  http://www.jayway.dk

  +45 2936 7684

 

 

 

 -

  To unsubscribe, e-mail: [EMAIL PROTECTED]

  For additional commands, e-mail: [EMAIL PROTECTED]

 

 

 

 

 

  --

  -Wicket for love

 

  Nino Martinez Wael

  Java Specialist @ Jayway DK

  http://www.jayway.dk

  +45 2936 7684

 

 

 
  -

  To unsubscribe, e-mail: [EMAIL PROTECTED]

  For additional commands, e-mail: [EMAIL PROTECTED]

 

 

 

 

 

  --

  -Wicket for love

 

  Nino Martinez Wael

  Java Specialist @ Jayway DK

  http://www.jayway.dk

  +45 2936 7684

 

 

  -

  To unsubscribe, e-mail: [EMAIL PROTECTED]

  For additional commands, e-mail: [EMAIL PROTECTED]

 

 


 --
 -Wicket for love

 Nino Martinez Wael
 Java Specialist @ Jayway DK
 http://www.jayway.dk
 +45 2936 7684


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: Wicketstuff wishlist?

2008-09-20 Thread Nino Saturnino Martinez Vazquez Wael
Yeah that would work too... And you can always add validators.. So it's 
really flexible.. And if you want a form that always has the validator 
you can just extend a form and add the validator yourself...


Jörn Zaefferer wrote:

How about a IFormValidator? That has access to the form's components
and is more flexible to use (composition instead of inheritance).

Jörn

On Sat, Sep 20, 2008 at 4:56 PM, Nino Saturnino Martinez Vazquez Wael
[EMAIL PROTECTED] wrote:
  

[EMAIL PROTECTED] wrote:


I'm the one who developed HibernateFormComponentValidator and
HibernateFormValidator, which does the validation in a different way
compared with the annotations package.

We really should improve this project. :-)
  

Hows it lacking.. A less intrusive way..? Maybe instead just provide an
HibernateValidatedForm, just use the form and it will and the correct
validators using vistor etc?


cheers
Bruno

On Sep 20, 2008 6:47am, Jörn Zaefferer [EMAIL PROTECTED]
wrote:
  

A pony? Django now got one...



Thanks for the wicket-hibernate link!



Jörn



On Sat, Sep 20, 2008 at 2:29 AM, Nino Saturnino Martinez Vazquez Wael

wrote:



Baah.. Theres already something on it:
  

https://wicket-stuff.svn.sf.net/svnroot/wicket-stuff/trunk/wicketstuff-hibernate-behavior/
  

something on it here:
  
http://jroller.com/wireframe/entry/hibernate_annotations_and_wicket
  
Anything else for the wish list not already existing? :)
  
Nino Saturnino Martinez Vazquez Wael wrote:
  

Great:)

First shot will probably be Hibernate Validation (is general and works

without hibernate with any JPA provider), since I have a demo project


for
  

that, validation JSR 303 arent done yet AFAIK.. And I think im gonna


try to
  

use IVisitor to do it.. So it's actually a fairly simple one:)

Jörn Zaefferer wrote:


Oops, I missed that bit!
  
Well, then I add: Annotations for form validation. Maybe integrated
  
with the bean validation JSR, Hibernate Validation or standalone.
  
Enabled by adding AnnotationValidator instance to a form or indivdual
  
fields...
  
Jörn
  
On Fri, Sep 19, 2008 at 2:05 PM, Nino Saturnino Martinez Vazquez Wael
  
wrote:
  

wicketstuff!=wicket :)

And it should not go on the wicket wiki...

Jörn Zaefferer wrote:


Don't we have already at least one wishlist on the wicket wiki?
  
http://cwiki.apache.org/WICKET/#Index-WishListforNextVersion
  
Jörn
  
On Fri, Sep 19, 2008 at 12:30 PM, Nino Saturnino Martinez Vazquez
  

Wael
  

wrote:
  

Hi

I'd really like a wish list for wicketstuff. So reply with your


wishes
  

and I

might have time at a point to implement it:)

I'll start by adding this to the list:

Integration with : http://code.google.com/p/iui/

I'll add a wishlist to the wiki or maybe my blog..

--

-Wicket for love

Nino Martinez Wael

Java Specialist @ Jayway DK

http://www.jayway.dk

+45 2936 7684


-
  

To unsubscribe, e-mail: [EMAIL PROTECTED]

For additional commands, e-mail: [EMAIL PROTECTED]


--

-Wicket for love

Nino Martinez Wael

Java Specialist @ Jayway DK

http://www.jayway.dk

+45 2936 7684

-

To unsubscribe, e-mail: [EMAIL PROTECTED]

For additional commands, e-mail: [EMAIL PROTECTED]


--
  
-Wicket for love
  
Nino Martinez Wael
  
Java Specialist @ Jayway DK
  
http://www.jayway.dk
  
+45 2936 7684
  
-
  
To unsubscribe, e-mail: [EMAIL PROTECTED]
  
For additional commands, e-mail: [EMAIL PROTECTED]
  

--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For 

Re: Wicketstuff wishlist?

2008-09-20 Thread Nino Saturnino Martinez Vazquez Wael

What about this one?

http://www.bubbling-library.com/ ?

Jörn Zaefferer wrote:

Don't we have already at least one wishlist on the wicket wiki?
http://cwiki.apache.org/WICKET/#Index-WishListforNextVersion

Jörn

On Fri, Sep 19, 2008 at 12:30 PM, Nino Saturnino Martinez Vazquez Wael
[EMAIL PROTECTED] wrote:
  

Hi

I'd really like a wish list for wicketstuff. So reply with your wishes and I
might have time at a point to implement it:)

I'll start by adding this to the list:

Integration with :  http://code.google.com/p/iui/


I'll add a wishlist to the wiki or maybe my blog..

--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Wicketstuff wishlist?

2008-09-19 Thread Nino Saturnino Martinez Vazquez Wael

Hi

I'd really like a wish list for wicketstuff. So reply with your wishes 
and I might have time at a point to implement it:)


I'll start by adding this to the list:

Integration with :  http://code.google.com/p/iui/


I'll add a wishlist to the wiki or maybe my blog..

--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Wicketstuff wishlist?

2008-09-19 Thread Jörn Zaefferer
Don't we have already at least one wishlist on the wicket wiki?
http://cwiki.apache.org/WICKET/#Index-WishListforNextVersion

Jörn

On Fri, Sep 19, 2008 at 12:30 PM, Nino Saturnino Martinez Vazquez Wael
[EMAIL PROTECTED] wrote:
 Hi

 I'd really like a wish list for wicketstuff. So reply with your wishes and I
 might have time at a point to implement it:)

 I'll start by adding this to the list:

 Integration with :  http://code.google.com/p/iui/


 I'll add a wishlist to the wiki or maybe my blog..

 --
 -Wicket for love

 Nino Martinez Wael
 Java Specialist @ Jayway DK
 http://www.jayway.dk
 +45 2936 7684


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: Wicketstuff wishlist?

2008-09-19 Thread Nino Saturnino Martinez Vazquez Wael

wicketstuff!=wicket :)

And it should not go on the wicket wiki...

Jörn Zaefferer wrote:

Don't we have already at least one wishlist on the wicket wiki?
http://cwiki.apache.org/WICKET/#Index-WishListforNextVersion

Jörn

On Fri, Sep 19, 2008 at 12:30 PM, Nino Saturnino Martinez Vazquez Wael
[EMAIL PROTECTED] wrote:
  

Hi

I'd really like a wish list for wicketstuff. So reply with your wishes and I
might have time at a point to implement it:)

I'll start by adding this to the list:

Integration with :  http://code.google.com/p/iui/


I'll add a wishlist to the wiki or maybe my blog..

--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Wicketstuff wishlist?

2008-09-19 Thread Jörn Zaefferer
Oops, I missed that bit!

Well, then I add: Annotations for form validation. Maybe integrated
with the bean validation JSR, Hibernate Validation or standalone.
Enabled by adding AnnotationValidator instance to a form or indivdual
fields...

Jörn

On Fri, Sep 19, 2008 at 2:05 PM, Nino Saturnino Martinez Vazquez Wael
[EMAIL PROTECTED] wrote:
 wicketstuff!=wicket :)

 And it should not go on the wicket wiki...

 Jörn Zaefferer wrote:

 Don't we have already at least one wishlist on the wicket wiki?
 http://cwiki.apache.org/WICKET/#Index-WishListforNextVersion

 Jörn

 On Fri, Sep 19, 2008 at 12:30 PM, Nino Saturnino Martinez Vazquez Wael
 [EMAIL PROTECTED] wrote:


 Hi

 I'd really like a wish list for wicketstuff. So reply with your wishes
 and I
 might have time at a point to implement it:)

 I'll start by adding this to the list:

 Integration with :  http://code.google.com/p/iui/


 I'll add a wishlist to the wiki or maybe my blog..

 --
 -Wicket for love

 Nino Martinez Wael
 Java Specialist @ Jayway DK
 http://www.jayway.dk
 +45 2936 7684


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




 --
 -Wicket for love

 Nino Martinez Wael
 Java Specialist @ Jayway DK
 http://www.jayway.dk
 +45 2936 7684


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: Wicketstuff wishlist?

2008-09-19 Thread Nino Saturnino Martinez Vazquez Wael

Great:)

First shot will probably be Hibernate Validation (is general and works 
without hibernate with any JPA provider), since I have a demo project 
for that, validation JSR 303 arent done yet AFAIK.. And I think im gonna 
try to use IVisitor to do it.. So it's actually a fairly simple one:)


Jörn Zaefferer wrote:

Oops, I missed that bit!

Well, then I add: Annotations for form validation. Maybe integrated
with the bean validation JSR, Hibernate Validation or standalone.
Enabled by adding AnnotationValidator instance to a form or indivdual
fields...

Jörn

On Fri, Sep 19, 2008 at 2:05 PM, Nino Saturnino Martinez Vazquez Wael
[EMAIL PROTECTED] wrote:
  

wicketstuff!=wicket :)

And it should not go on the wicket wiki...

Jörn Zaefferer wrote:


Don't we have already at least one wishlist on the wicket wiki?
http://cwiki.apache.org/WICKET/#Index-WishListforNextVersion

Jörn

On Fri, Sep 19, 2008 at 12:30 PM, Nino Saturnino Martinez Vazquez Wael
[EMAIL PROTECTED] wrote:

  

Hi

I'd really like a wish list for wicketstuff. So reply with your wishes
and I
might have time at a point to implement it:)

I'll start by adding this to the list:

Integration with :  http://code.google.com/p/iui/


I'll add a wishlist to the wiki or maybe my blog..

--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Wicketstuff wishlist?

2008-09-19 Thread Ryan Sonnek
On Fri, Sep 19, 2008 at 9:02 AM, Jörn Zaefferer 
[EMAIL PROTECTED] wrote:

 Well, then I add: Annotations for form validation. Maybe integrated
 with the bean validation JSR, Hibernate Validation or standalone.
 Enabled by adding AnnotationValidator instance to a form or indivdual
 fields...

 Jörn



Jorn,
You may want to checkout the wicketstuff hibernate project.  It reads the
annotations from your hibernate models and configures your form fields based
on them.

http://www.jroller.com/wireframe/entry/hibernateannotationcomponentconfigurator


Re: Wicketstuff wishlist?

2008-09-19 Thread Nino Saturnino Martinez Vazquez Wael

Baah.. Theres already something on it:

https://wicket-stuff.svn.sf.net/svnroot/wicket-stuff/trunk/wicketstuff-hibernate-behavior/

something on it here: 
http://jroller.com/wireframe/entry/hibernate_annotations_and_wicket



Anything else for the wish list not already existing? :)

Nino Saturnino Martinez Vazquez Wael wrote:

Great:)

First shot will probably be Hibernate Validation (is general and works 
without hibernate with any JPA provider), since I have a demo project 
for that, validation JSR 303 arent done yet AFAIK.. And I think im 
gonna try to use IVisitor to do it.. So it's actually a fairly simple 
one:)


Jörn Zaefferer wrote:

Oops, I missed that bit!

Well, then I add: Annotations for form validation. Maybe integrated
with the bean validation JSR, Hibernate Validation or standalone.
Enabled by adding AnnotationValidator instance to a form or indivdual
fields...

Jörn

On Fri, Sep 19, 2008 at 2:05 PM, Nino Saturnino Martinez Vazquez Wael
[EMAIL PROTECTED] wrote:
 

wicketstuff!=wicket :)

And it should not go on the wicket wiki...

Jörn Zaefferer wrote:
   

Don't we have already at least one wishlist on the wicket wiki?
http://cwiki.apache.org/WICKET/#Index-WishListforNextVersion

Jörn

On Fri, Sep 19, 2008 at 12:30 PM, Nino Saturnino Martinez Vazquez Wael
[EMAIL PROTECTED] wrote:

 

Hi

I'd really like a wish list for wicketstuff. So reply with your 
wishes

and I
might have time at a point to implement it:)

I'll start by adding this to the list:

Integration with :  http://code.google.com/p/iui/


I'll add a wishlist to the wiki or maybe my blog..

--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]