RE: inmethod datagrid and wicket 1.4 and generics

2009-10-13 Thread Stefan Lindner
May I create a branch like inmethod-grid-1.0b4? This would help me in 
checking in intermediate steps and revert if I'm on the wrong way. Approx half 
of inmehtod grid is generic now.

Stefan

-Ursprüngliche Nachricht-
Von: Matej Knopp [mailto:matej.kn...@gmail.com] 
Gesendet: Montag, 12. Oktober 2009 17:26
An: users@wicket.apache.org
Cc: e...@shinsetsu.nl
Betreff: Re: inmethod datagrid and wicket 1.4 and generics

I think there is a datagrid project in wicket stuff jira. If you do
any work (against current trunk - not 1.3) patch is always welcome.
You can create a jira issue for it and attach it there.

-Matej

On Mon, Oct 12, 2009 at 5:24 PM, Stefan Lindner lind...@visionet.de wrote:
 Thenk you all for your replies!

 I found a hand full of mailing list entrys with hints for patches to
 make some classes generic. Are there any attempts to integrate them into
 the current trunk? I think a generic IGridColumn would be very handy.
 Should I start doing it?

 Stefan

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: inmethod datagrid and wicket 1.4 and generics

2009-10-13 Thread Matej Knopp
Sure. If you have commit access to wicket stuff feel free to branch the trunk.

-Matej

On Tue, Oct 13, 2009 at 10:24 AM, Stefan Lindner lind...@visionet.de wrote:
 May I create a branch like inmethod-grid-1.0b4? This would help me in 
 checking in intermediate steps and revert if I'm on the wrong way. Approx 
 half of inmehtod grid is generic now.

 Stefan

 -Ursprüngliche Nachricht-
 Von: Matej Knopp [mailto:matej.kn...@gmail.com]
 Gesendet: Montag, 12. Oktober 2009 17:26
 An: users@wicket.apache.org
 Cc: e...@shinsetsu.nl
 Betreff: Re: inmethod datagrid and wicket 1.4 and generics

 I think there is a datagrid project in wicket stuff jira. If you do
 any work (against current trunk - not 1.3) patch is always welcome.
 You can create a jira issue for it and attach it there.

 -Matej

 On Mon, Oct 12, 2009 at 5:24 PM, Stefan Lindner lind...@visionet.de wrote:
 Thenk you all for your replies!

 I found a hand full of mailing list entrys with hints for patches to
 make some classes generic. Are there any attempts to integrate them into
 the current trunk? I think a generic IGridColumn would be very handy.
 Should I start doing it?

 Stefan

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



RE: inmethod datagrid and wicket 1.4 and generics

2009-10-13 Thread Stefan Lindner
Hello Matej,

I have created 
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/inmethod-grid-generic
 an made most of the public Interfaces and classes generic. I have generified 
most parts of the examples too.
It would be nice to get any feedback from you.

Stefan

-Ursprüngliche Nachricht-
Von: Matej Knopp [mailto:matej.kn...@gmail.com] 
Gesendet: Dienstag, 13. Oktober 2009 12:08
An: users@wicket.apache.org
Betreff: Re: inmethod datagrid and wicket 1.4 and generics

Sure. If you have commit access to wicket stuff feel free to branch the trunk.

-Matej

On Tue, Oct 13, 2009 at 10:24 AM, Stefan Lindner lind...@visionet.de wrote:
 May I create a branch like inmethod-grid-1.0b4? This would help me in 
 checking in intermediate steps and revert if I'm on the wrong way. Approx 
 half of inmehtod grid is generic now.

 Stefan

 -Ursprüngliche Nachricht-
 Von: Matej Knopp [mailto:matej.kn...@gmail.com]
 Gesendet: Montag, 12. Oktober 2009 17:26
 An: users@wicket.apache.org
 Cc: e...@shinsetsu.nl
 Betreff: Re: inmethod datagrid and wicket 1.4 and generics

 I think there is a datagrid project in wicket stuff jira. If you do
 any work (against current trunk - not 1.3) patch is always welcome.
 You can create a jira issue for it and attach it there.

 -Matej

 On Mon, Oct 12, 2009 at 5:24 PM, Stefan Lindner lind...@visionet.de wrote:
 Thenk you all for your replies!

 I found a hand full of mailing list entrys with hints for patches to
 make some classes generic. Are there any attempts to integrate them into
 the current trunk? I think a generic IGridColumn would be very handy.
 Should I start doing it?

 Stefan

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



inmethod datagrid and wicket 1.4 and generics

2009-10-12 Thread Stefan Lindner
I found inmethod datagrid at
http://wicketstuff.org/maven/repository/com/inmethod/grid-examples/ but
no hint or link to it on the wiki page
http://wicketstuff.org/confluence/display/STUFFWIKI/Wiki.

The project remained in 1.0 state since the end of last year. Is it
compatible with wicket 1.4? Is it still under development? Does it
support generics now?

Does anybody use it togehter with wicket 1.4?

Stefan

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: inmethod datagrid and wicket 1.4 and generics

2009-10-12 Thread Erik Post
Hi Stefan,

It's compatible, I'm using it myself:

dependency
groupIdorg.wicketstuff/groupId
artifactIdinmethod-grid/artifactId
version1.4-SNAPSHOT/version
/dependency

repositories
repository
idwicket-snaps/id
urlhttp://wicketstuff.org/maven/repository/url
snapshots
enabledtrue/enabled
/snapshots
releases
enabledtrue/enabled
/releases
/repository


Cheers,
Erik

On Mon, Oct 12, 2009 at 3:35 PM, Stefan Lindner lind...@visionet.de wrote:
 I found inmethod datagrid at
 http://wicketstuff.org/maven/repository/com/inmethod/grid-examples/ but
 no hint or link to it on the wiki page
 http://wicketstuff.org/confluence/display/STUFFWIKI/Wiki.

 The project remained in 1.0 state since the end of last year. Is it
 compatible with wicket 1.4? Is it still under development? Does it
 support generics now?

 Does anybody use it togehter with wicket 1.4?

 Stefan

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: inmethod datagrid and wicket 1.4 and generics

2009-10-12 Thread Linda van der Pal
I'm certain there is a 1.4 version, as I have it downloaded. Try using 
this URL to get it from SVN:


https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/releases/wicketstuff-core-1.4-rc7/inmethod-grid-parent

Regards,
Linda

Stefan Lindner wrote:

I found inmethod datagrid at
http://wicketstuff.org/maven/repository/com/inmethod/grid-examples/ but
no hint or link to it on the wiki page
http://wicketstuff.org/confluence/display/STUFFWIKI/Wiki.

The project remained in 1.0 state since the end of last year. Is it
compatible with wicket 1.4? Is it still under development? Does it
support generics now?

Does anybody use it togehter with wicket 1.4?

Stefan

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
  




No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 8.5.421 / Virus Database: 270.14.11/2430 - Release Date: 10/12/09 04:01:00


  



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: inmethod datagrid and wicket 1.4 and generics

2009-10-12 Thread Erik Post
I created a draft wiki page, could someone please modify it as needed
and add it to the wicketstuff wiki front page? Btw, Linda, your
company seems to be across the street from me! That's pretty amazing
for a town like this...

Cheers,
Erik

http://wicketstuff.org/confluence/display/STUFFWIKI/Inmethod+Grid

On Mon, Oct 12, 2009 at 3:53 PM, Linda van der Pal
lvd...@heritageagenturen.nl wrote:
 I'm certain there is a 1.4 version, as I have it downloaded. Try using this
 URL to get it from SVN:

 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/releases/wicketstuff-core-1.4-rc7/inmethod-grid-parent

 Regards,
 Linda

 Stefan Lindner wrote:

 I found inmethod datagrid at
 http://wicketstuff.org/maven/repository/com/inmethod/grid-examples/ but
 no hint or link to it on the wiki page
 http://wicketstuff.org/confluence/display/STUFFWIKI/Wiki.

 The project remained in 1.0 state since the end of last year. Is it
 compatible with wicket 1.4? Is it still under development? Does it
 support generics now?

 Does anybody use it togehter with wicket 1.4?

 Stefan

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
  


 No virus found in this incoming message.
 Checked by AVG - www.avg.com Version: 8.5.421 / Virus Database:
 270.14.11/2430 - Release Date: 10/12/09 04:01:00




 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



RE: inmethod datagrid and wicket 1.4 and generics

2009-10-12 Thread Stefan Lindner
Thenk you all for your replies!

I found a hand full of mailing list entrys with hints for patches to
make some classes generic. Are there any attempts to integrate them into
the current trunk? I think a generic IGridColumn would be very handy.
Should I start doing it?

Stefan

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: inmethod datagrid and wicket 1.4 and generics

2009-10-12 Thread Matej Knopp
I think there is a datagrid project in wicket stuff jira. If you do
any work (against current trunk - not 1.3) patch is always welcome.
You can create a jira issue for it and attach it there.

-Matej

On Mon, Oct 12, 2009 at 5:24 PM, Stefan Lindner lind...@visionet.de wrote:
 Thenk you all for your replies!

 I found a hand full of mailing list entrys with hints for patches to
 make some classes generic. Are there any attempts to integrate them into
 the current trunk? I think a generic IGridColumn would be very handy.
 Should I start doing it?

 Stefan

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org