Re: jWicket -- jQuery with Wicket integration

2009-07-23 Thread Jeremy Thomerson
On Thu, Jul 23, 2009 at 1:24 AM, Reinhard
Nägele wrote:
> To me wicketstuff presents itself as some inofficial playground with lots of
> badly documented things in it.

It is.  Wicketstuff is open for anyone to join and basically do
whatever they want with it - so long as it has something to do with
Wicket.  There are many abandoned projects and proofs of concept
projects there.

> However, wicketstuff-core (which is not even
> listed on the wicketstuff wiki (except for a migration guide)) seems to have
> a somewhat more official character. May the latter be taken as a
> production-ready supplement to Wicket?

Last year I took on the task of trying to improve the organization of
wicketstuff by moving all of the most qualified projects into
wicketstuff core.  There's no guarantee of production-readiness.  The
goal was to get it where they could all be built with numbered
releases to match Wicket.  This is possible (I just built and deployed
1.4-rc7 last week).  I will try to keep a numbered release matching
every Wicket release - but some of the projects under it may be more
production ready / quality than others.

> I'd appreciate it if some
> restructuring and clarification came along with the upcoming 1.4 release.

Volunteers are always welcome!  It seems that most of the issues you
have are with wicketstuff (understandably) which should have no
reflection on Wicket's 1.4 release - it just so happens that some of
the same people are involved, but Wicket is the primary focus.

--
Jeremy Thomerson
http://www.wickettraining.com

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



Re: jWicket -- jQuery with Wicket integration

2009-07-22 Thread Reinhard Nägele
gether on a single project.  wiQuery
has already pooled the development resources of two other such projects.

wiQuery has Wicket behaviours for the core jQuery events / actions and
jQuery UI components.  It also has a nice plugin mechanism for adding other
jQuery widgets / behaviours and it is under active development.

At jWeekend we have also just designed, developed and are testing a server
side state mechanism for wiQuery components.

Regards - Richard
jWeekend
OO, Wicket, Java Technologies - Training and Consultancy
http://jWeekend.com



Lionel Armanet wrote:


Hi,

Just to talk, there's another jQuery-Wicket integration project called
"WiQuery" (http://code.google.com/p/wiquery/) and supported by jWeekend
(http://www.jweekend.com/dev/LWUGReg/). Did you look at this project too ?

Lionel


tauren wrote:
  

jWicket has now been released as a wicketstuff project.  jWicket is an
integration of Wicket and jQuery that was previously called
WicketJQuery (by Stefan Lindner). I realize there are already a few
Wicket/jQuery integrations, but I think that Stefan's WicketJQuery
implementation has some advantages over the others.

Stefan and I discussed how to best move the WicketJQuery project
forward and decided it was best if it became a standard maven project
to make it easy for others to use.  We decided to host it at
wicketstuff so that it would be available via a maven repository. We
also decided to rename it since there were already wicketstuff
projects with very similar names.  So it will now be known as
"jWicket".

At this point, the code committed to WicketStuff is essentially the
same codebase available on the original WicketJQuery SVN server.  I
have refactored it with the org.wicketstuff.jwicket namespace and have
structured the project in a standard maven manner.  I also split the
project into jwicket-parent, jwicket, and jwicket-examples.  The demo
app is now separate from jwicket itself so that it doesn't need to be
imported into projects.

The original WIcketJQuery project developed by Stefan Lindner can be
found at:
http://subversion.visionet.de/project/WicketJQuery/wiki

Tauren

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




  

-
http://richard-wilkinson.co.uk My blog: http://richard-wilkinson.co.uk
--
View this message in context: 
http://www.nabble.com/jWicketjQuery-with-Wicket-integration-tp24584280p24611730.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
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: jWicket -- jQuery with Wicket integration

2009-07-22 Thread Jason Wang

Jeremy Thomerson wrote:

You could write your own tag resolver - seems like it would be fairly
easy.  Obviously if the component you want is in a repeater or such,
your tag will also have to be in the same "context" so to speak (same
repeater, etc).

--
Jeremy Thomerson
http://www.wickettraining.com




On Wed, Jul 22, 2009 at 8:00 PM, Jason Wang wrote:
  

I am thinking, if its possible to have a tag something looks like
 which can output the Id wicket generates at
runtime
, people like me then do not need to include any javascript into wicket.
They can just leave
in the pages where they should belong to anyway.



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

  

Thats a great idea.

I love open source!

Thanks!
Jas


Re: jWicket -- jQuery with Wicket integration

2009-07-22 Thread Jeremy Thomerson
You could write your own tag resolver - seems like it would be fairly
easy.  Obviously if the component you want is in a repeater or such,
your tag will also have to be in the same "context" so to speak (same
repeater, etc).

--
Jeremy Thomerson
http://www.wickettraining.com




On Wed, Jul 22, 2009 at 8:00 PM, Jason Wang wrote:
> I am thinking, if its possible to have a tag something looks like
>  which can output the Id wicket generates at
> runtime
> , people like me then do not need to include any javascript into wicket.
> They can just leave
> in the pages where they should belong to anyway.

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



Re: jWicket -- jQuery with Wicket integration

2009-07-22 Thread Jason Wang
 

jWicket has now been released as a wicketstuff project.  jWicket is an
integration of Wicket and jQuery that was previously called
WicketJQuery (by Stefan Lindner). I realize there are already a few
Wicket/jQuery integrations, but I think that Stefan's WicketJQuery
implementation has some advantages over the others.

Stefan and I discussed how to best move the WicketJQuery project
forward and decided it was best if it became a standard maven project
to make it easy for others to use.  We decided to host it at
wicketstuff so that it would be available via a maven repository. We
also decided to rename it since there were already wicketstuff
projects with very similar names.  So it will now be known as
"jWicket".

At this point, the code committed to WicketStuff is essentially the
same codebase available on the original WicketJQuery SVN server.  I
have refactored it with the org.wicketstuff.jwicket namespace and have
structured the project in a standard maven manner.  I also split the
project into jwicket-parent, jwicket, and jwicket-examples.  The demo
app is now separate from jwicket itself so that it doesn't need to be
imported into projects.

The original WIcketJQuery project developed by Stefan Lindner can be
found at:
http://subversion.visionet.de/project/WicketJQuery/wiki

Tauren

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



  


-
http://richard-wilkinson.co.uk My blog: http://richard-wilkinson.co.uk
--
View this message in context: 
http://www.nabble.com/jWicketjQuery-with-Wicket-integration-tp24584280p24611730.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
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

  
Totally agree. I actually have a use case which suits this approach 
perfectly.

Our company hired some cheap designers from another country. The pages they
produced are full of hand written javascripts and jQuery/Prototye libs. 
The best thing
for me to do is just leave them there. Only add them as resources when 
there are clashes
,for example, if one javascript uses component id to do its magic and 
the id is produced

at run time by wicket.

I am thinking, if its possible to have a tag something looks like
 which can output the Id wicket 
generates at runtime
, people like me then do not need to include any javascript into wicket. 
They can just leave

in the pages where they should belong to anyway.

Thanks,

Jas


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



Re: jWicket -- jQuery with Wicket integration

2009-07-22 Thread Rodolfo Hansen
gt; > At jWeekend we have also just designed, developed and are testing a
> server
> > side state mechanism for wiQuery components.
> >
> > Regards - Richard
> > jWeekend
> > OO, Wicket, Java Technologies - Training and Consultancy
> > http://jWeekend.com
> >
> >
> >
> > Lionel Armanet wrote:
> >>
> >> Hi,
> >>
> >> Just to talk, there's another jQuery-Wicket integration project called
> >> "WiQuery" (http://code.google.com/p/wiquery/) and supported by jWeekend
> >> (http://www.jweekend.com/dev/LWUGReg/). Did you look at this project
> too ?
> >>
> >> Lionel
> >>
> >>
> >> tauren wrote:
> >>>
> >>> jWicket has now been released as a wicketstuff project.  jWicket is an
> >>> integration of Wicket and jQuery that was previously called
> >>> WicketJQuery (by Stefan Lindner). I realize there are already a few
> >>> Wicket/jQuery integrations, but I think that Stefan's WicketJQuery
> >>> implementation has some advantages over the others.
> >>>
> >>> Stefan and I discussed how to best move the WicketJQuery project
> >>> forward and decided it was best if it became a standard maven project
> >>> to make it easy for others to use.  We decided to host it at
> >>> wicketstuff so that it would be available via a maven repository. We
> >>> also decided to rename it since there were already wicketstuff
> >>> projects with very similar names.  So it will now be known as
> >>> "jWicket".
> >>>
> >>> At this point, the code committed to WicketStuff is essentially the
> >>> same codebase available on the original WicketJQuery SVN server.  I
> >>> have refactored it with the org.wicketstuff.jwicket namespace and have
> >>> structured the project in a standard maven manner.  I also split the
> >>> project into jwicket-parent, jwicket, and jwicket-examples.  The demo
> >>> app is now separate from jwicket itself so that it doesn't need to be
> >>> imported into projects.
> >>>
> >>> The original WIcketJQuery project developed by Stefan Lindner can be
> >>> found at:
> >>> http://subversion.visionet.de/project/WicketJQuery/wiki
> >>>
> >>> Tauren
> >>>
> >>> -
> >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >>> For additional commands, e-mail: users-h...@wicket.apache.org
> >>>
> >>>
> >>>
> >>
> >>
> >
> >
> > -
> > http://richard-wilkinson.co.uk My blog: http://richard-wilkinson.co.uk
> > --
> > View this message in context:
> http://www.nabble.com/jWicketjQuery-with-Wicket-integration-tp24584280p24611730.html
> > Sent from the Wicket - User mailing list archive at Nabble.com.
> >
> >
> > -
> > 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
>
>


-- 
Rodolfo Hansen
CTO, KindleIT Software Development
Email: rhan...@kindleit.net
Office: 1 (809) 732-5200
Mobile: 1 (809) 299-7332


Re: jWicket -- jQuery with Wicket integration

2009-07-22 Thread Jeremy Thomerson
 state mechanism for wiQuery components.
>>
>> Regards - Richard
>> jWeekend
>> OO, Wicket, Java Technologies - Training and Consultancy
>> http://jWeekend.com
>>
>>
>>
>> Lionel Armanet wrote:
>>>
>>> Hi,
>>>
>>> Just to talk, there's another jQuery-Wicket integration project called
>>> "WiQuery" (http://code.google.com/p/wiquery/) and supported by jWeekend
>>> (http://www.jweekend.com/dev/LWUGReg/). Did you look at this project too ?
>>>
>>> Lionel
>>>
>>>
>>> tauren wrote:
>>>>
>>>> jWicket has now been released as a wicketstuff project.  jWicket is an
>>>> integration of Wicket and jQuery that was previously called
>>>> WicketJQuery (by Stefan Lindner). I realize there are already a few
>>>> Wicket/jQuery integrations, but I think that Stefan's WicketJQuery
>>>> implementation has some advantages over the others.
>>>>
>>>> Stefan and I discussed how to best move the WicketJQuery project
>>>> forward and decided it was best if it became a standard maven project
>>>> to make it easy for others to use.  We decided to host it at
>>>> wicketstuff so that it would be available via a maven repository. We
>>>> also decided to rename it since there were already wicketstuff
>>>> projects with very similar names.  So it will now be known as
>>>> "jWicket".
>>>>
>>>> At this point, the code committed to WicketStuff is essentially the
>>>> same codebase available on the original WicketJQuery SVN server.  I
>>>> have refactored it with the org.wicketstuff.jwicket namespace and have
>>>> structured the project in a standard maven manner.  I also split the
>>>> project into jwicket-parent, jwicket, and jwicket-examples.  The demo
>>>> app is now separate from jwicket itself so that it doesn't need to be
>>>> imported into projects.
>>>>
>>>> The original WIcketJQuery project developed by Stefan Lindner can be
>>>> found at:
>>>> http://subversion.visionet.de/project/WicketJQuery/wiki
>>>>
>>>> Tauren
>>>>
>>>> -
>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>> -
>> http://richard-wilkinson.co.uk My blog: http://richard-wilkinson.co.uk
>> --
>> View this message in context: 
>> http://www.nabble.com/jWicketjQuery-with-Wicket-integration-tp24584280p24611730.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> -
>> 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: jWicket -- jQuery with Wicket integration

2009-07-22 Thread Tauren Mills
icketJQuery (by Stefan Lindner). I realize there are already a few
>>> Wicket/jQuery integrations, but I think that Stefan's WicketJQuery
>>> implementation has some advantages over the others.
>>>
>>> Stefan and I discussed how to best move the WicketJQuery project
>>> forward and decided it was best if it became a standard maven project
>>> to make it easy for others to use.  We decided to host it at
>>> wicketstuff so that it would be available via a maven repository. We
>>> also decided to rename it since there were already wicketstuff
>>> projects with very similar names.  So it will now be known as
>>> "jWicket".
>>>
>>> At this point, the code committed to WicketStuff is essentially the
>>> same codebase available on the original WicketJQuery SVN server.  I
>>> have refactored it with the org.wicketstuff.jwicket namespace and have
>>> structured the project in a standard maven manner.  I also split the
>>> project into jwicket-parent, jwicket, and jwicket-examples.  The demo
>>> app is now separate from jwicket itself so that it doesn't need to be
>>> imported into projects.
>>>
>>> The original WIcketJQuery project developed by Stefan Lindner can be
>>> found at:
>>> http://subversion.visionet.de/project/WicketJQuery/wiki
>>>
>>> Tauren
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>>
>>
>>
>
>
> -
> http://richard-wilkinson.co.uk My blog: http://richard-wilkinson.co.uk
> --
> View this message in context: 
> http://www.nabble.com/jWicketjQuery-with-Wicket-integration-tp24584280p24611730.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -
> 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: jWicket -- jQuery with Wicket integration

2009-07-22 Thread richardwilko

Hi,

What are the advantages of jWicket over other Wicket jQuery projects
(specifically wiQuery)?

It would be nice if we could all work together on a single project.  wiQuery
has already pooled the development resources of two other such projects.

wiQuery has Wicket behaviours for the core jQuery events / actions and
jQuery UI components.  It also has a nice plugin mechanism for adding other
jQuery widgets / behaviours and it is under active development.

At jWeekend we have also just designed, developed and are testing a server
side state mechanism for wiQuery components.

Regards - Richard
jWeekend
OO, Wicket, Java Technologies - Training and Consultancy
http://jWeekend.com



Lionel Armanet wrote:
> 
> Hi,
> 
> Just to talk, there's another jQuery-Wicket integration project called
> "WiQuery" (http://code.google.com/p/wiquery/) and supported by jWeekend
> (http://www.jweekend.com/dev/LWUGReg/). Did you look at this project too ?
> 
> Lionel
> 
> 
> tauren wrote:
>> 
>> jWicket has now been released as a wicketstuff project.  jWicket is an
>> integration of Wicket and jQuery that was previously called
>> WicketJQuery (by Stefan Lindner). I realize there are already a few
>> Wicket/jQuery integrations, but I think that Stefan's WicketJQuery
>> implementation has some advantages over the others.
>> 
>> Stefan and I discussed how to best move the WicketJQuery project
>> forward and decided it was best if it became a standard maven project
>> to make it easy for others to use.  We decided to host it at
>> wicketstuff so that it would be available via a maven repository. We
>> also decided to rename it since there were already wicketstuff
>> projects with very similar names.  So it will now be known as
>> "jWicket".
>> 
>> At this point, the code committed to WicketStuff is essentially the
>> same codebase available on the original WicketJQuery SVN server.  I
>> have refactored it with the org.wicketstuff.jwicket namespace and have
>> structured the project in a standard maven manner.  I also split the
>> project into jwicket-parent, jwicket, and jwicket-examples.  The demo
>> app is now separate from jwicket itself so that it doesn't need to be
>> imported into projects.
>> 
>> The original WIcketJQuery project developed by Stefan Lindner can be
>> found at:
>> http://subversion.visionet.de/project/WicketJQuery/wiki
>> 
>> Tauren
>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>> 
>> 
>> 
> 
> 


-
http://richard-wilkinson.co.uk My blog: http://richard-wilkinson.co.uk 
-- 
View this message in context: 
http://www.nabble.com/jWicketjQuery-with-Wicket-integration-tp24584280p24611730.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: jWicket -- jQuery with Wicket integration

2009-07-22 Thread Lionel Armanet

Hi,

Just to talk, there's another jQuery-Wicket integration project called
"WiQuery" (http://code.google.com/p/wiquery/) and supported by jWeekend
(http://www.jweekend.com/dev/LWUGReg/). Did you look at this project too ?

Lionel


tauren wrote:
> 
> jWicket has now been released as a wicketstuff project.  jWicket is an
> integration of Wicket and jQuery that was previously called
> WicketJQuery (by Stefan Lindner). I realize there are already a few
> Wicket/jQuery integrations, but I think that Stefan's WicketJQuery
> implementation has some advantages over the others.
> 
> Stefan and I discussed how to best move the WicketJQuery project
> forward and decided it was best if it became a standard maven project
> to make it easy for others to use.  We decided to host it at
> wicketstuff so that it would be available via a maven repository. We
> also decided to rename it since there were already wicketstuff
> projects with very similar names.  So it will now be known as
> "jWicket".
> 
> At this point, the code committed to WicketStuff is essentially the
> same codebase available on the original WicketJQuery SVN server.  I
> have refactored it with the org.wicketstuff.jwicket namespace and have
> structured the project in a standard maven manner.  I also split the
> project into jwicket-parent, jwicket, and jwicket-examples.  The demo
> app is now separate from jwicket itself so that it doesn't need to be
> imported into projects.
> 
> The original WIcketJQuery project developed by Stefan Lindner can be found
> at:
> http://subversion.visionet.de/project/WicketJQuery/wiki
> 
> Tauren
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/jWicketjQuery-with-Wicket-integration-tp24584280p24609833.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: jWicket -- jQuery with Wicket integration

2009-07-22 Thread Anton Veretennikov
I mean,

1. What are things in other jQuery integrations that are not already
done in wicketstuff-jquery?
2. When I move to wicket 1.4-rcX, what version I need to use of
wicketstuff-jquery? (I mean conflicts of versions)
3. What are statuses of all different integrations?

-- Tony


On Wed, Jul 22, 2009 at 9:57 PM, Martijn
Dashorst wrote:
> What about it?
>
> On Wed, Jul 22, 2009 at 2:41 PM, Anton
> Veretennikov wrote:
>> May I ask about wicketstuff-jquery's future?
>>
>> -- Tony
>>
>> On Wed, Jul 22, 2009 at 3:09 AM, Stefan Lindner wrote:
>>> Yes! Fixed. Now it's 
>>> http://subversion.visionet.de/project/WicketJQuery/browser/tags/0.3.7/WicketJQueryDemo.war
>>>
>>>
>>> -Ursprüngliche Nachricht-
>>> Von: satar [mailto:starl...@gmail.com]
>>> Gesendet: Dienstag, 21. Juli 2009 20:27
>>> An: users@wicket.apache.org
>>> Betreff: Re: jWicket -- jQuery with Wicket integration
>>>
>>>
>>> Just an FYI, the link to the WicketJQueryDemo.war on
>>> "http://subversion.visionet.de/project/WicketJQuery/wiki"; is broke. I think
>>> it should be:
>>>
>>> http://subversion.visionet.de/project/WicketJQuery/browser/tags/0.3.6/WicketJQueryDemo.war
>>>
>>> instead its:
>>>
>>> http://subversion.visionet.de/project/WicketJQuery/browser/tags/0.3./WicketJQueryDemo.war
>>> --
>>> View this message in context: 
>>> http://www.nabble.com/jWicketjQuery-with-Wicket-integration-tp24584280p24593132.html
>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>
>>>
>>> -
>>> 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
>>
>>
>
>
>
> --
> Become a Wicket expert, learn from the best: http://wicketinaction.com
> Apache Wicket 1.3.5 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
>
> -
> 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: jWicket -- jQuery with Wicket integration

2009-07-22 Thread Martijn Dashorst
What about it?

On Wed, Jul 22, 2009 at 2:41 PM, Anton
Veretennikov wrote:
> May I ask about wicketstuff-jquery's future?
>
> -- Tony
>
> On Wed, Jul 22, 2009 at 3:09 AM, Stefan Lindner wrote:
>> Yes! Fixed. Now it's 
>> http://subversion.visionet.de/project/WicketJQuery/browser/tags/0.3.7/WicketJQueryDemo.war
>>
>>
>> -Ursprüngliche Nachricht-
>> Von: satar [mailto:starl...@gmail.com]
>> Gesendet: Dienstag, 21. Juli 2009 20:27
>> An: users@wicket.apache.org
>> Betreff: Re: jWicket -- jQuery with Wicket integration
>>
>>
>> Just an FYI, the link to the WicketJQueryDemo.war on
>> "http://subversion.visionet.de/project/WicketJQuery/wiki"; is broke. I think
>> it should be:
>>
>> http://subversion.visionet.de/project/WicketJQuery/browser/tags/0.3.6/WicketJQueryDemo.war
>>
>> instead its:
>>
>> http://subversion.visionet.de/project/WicketJQuery/browser/tags/0.3./WicketJQueryDemo.war
>> --
>> View this message in context: 
>> http://www.nabble.com/jWicketjQuery-with-Wicket-integration-tp24584280p24593132.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> -
>> 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
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.5 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

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



Re: jWicket -- jQuery with Wicket integration

2009-07-22 Thread Anton Veretennikov
May I ask about wicketstuff-jquery's future?

-- Tony

On Wed, Jul 22, 2009 at 3:09 AM, Stefan Lindner wrote:
> Yes! Fixed. Now it's 
> http://subversion.visionet.de/project/WicketJQuery/browser/tags/0.3.7/WicketJQueryDemo.war
>
>
> -Ursprüngliche Nachricht-
> Von: satar [mailto:starl...@gmail.com]
> Gesendet: Dienstag, 21. Juli 2009 20:27
> An: users@wicket.apache.org
> Betreff: Re: jWicket -- jQuery with Wicket integration
>
>
> Just an FYI, the link to the WicketJQueryDemo.war on
> "http://subversion.visionet.de/project/WicketJQuery/wiki"; is broke. I think
> it should be:
>
> http://subversion.visionet.de/project/WicketJQuery/browser/tags/0.3.6/WicketJQueryDemo.war
>
> instead its:
>
> http://subversion.visionet.de/project/WicketJQuery/browser/tags/0.3./WicketJQueryDemo.war
> --
> View this message in context: 
> http://www.nabble.com/jWicketjQuery-with-Wicket-integration-tp24584280p24593132.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -
> 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: jWicket -- jQuery with Wicket integration

2009-07-21 Thread Stefan Lindner
Yes! Fixed. Now it's 
http://subversion.visionet.de/project/WicketJQuery/browser/tags/0.3.7/WicketJQueryDemo.war


-Ursprüngliche Nachricht-
Von: satar [mailto:starl...@gmail.com] 
Gesendet: Dienstag, 21. Juli 2009 20:27
An: users@wicket.apache.org
Betreff: Re: jWicket -- jQuery with Wicket integration


Just an FYI, the link to the WicketJQueryDemo.war on
"http://subversion.visionet.de/project/WicketJQuery/wiki"; is broke. I think
it should be:

http://subversion.visionet.de/project/WicketJQuery/browser/tags/0.3.6/WicketJQueryDemo.war

instead its:

http://subversion.visionet.de/project/WicketJQuery/browser/tags/0.3./WicketJQueryDemo.war
-- 
View this message in context: 
http://www.nabble.com/jWicket----jQuery-with-Wicket-integration-tp24584280p24593132.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
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: jWicket -- jQuery with Wicket integration

2009-07-21 Thread satar

Just an FYI, the link to the WicketJQueryDemo.war on
"http://subversion.visionet.de/project/WicketJQuery/wiki"; is broke. I think
it should be:

http://subversion.visionet.de/project/WicketJQuery/browser/tags/0.3.6/WicketJQueryDemo.war

instead its:

http://subversion.visionet.de/project/WicketJQuery/browser/tags/0.3./WicketJQueryDemo.war
-- 
View this message in context: 
http://www.nabble.com/jWicket----jQuery-with-Wicket-integration-tp24584280p24593132.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: jWicket -- jQuery with Wicket integration

2009-07-21 Thread Sam Stainsby
On Tue, 21 Jul 2009 02:18:12 -0700, Tauren Mills wrote:

> I realize there are already a few Wicket/jQuery
> integrations, but I think that Stefan's WicketJQuery implementation has
> some advantages over the others.

We've just started using WiQuery (http://code.google.com/p/wiquery/), but 
are not committed to it as yet. What would you say are the advantages of 
jWicket over WiQuery?


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



jWicket -- jQuery with Wicket integration

2009-07-21 Thread Tauren Mills
jWicket has now been released as a wicketstuff project.  jWicket is an
integration of Wicket and jQuery that was previously called
WicketJQuery (by Stefan Lindner). I realize there are already a few
Wicket/jQuery integrations, but I think that Stefan's WicketJQuery
implementation has some advantages over the others.

Stefan and I discussed how to best move the WicketJQuery project
forward and decided it was best if it became a standard maven project
to make it easy for others to use.  We decided to host it at
wicketstuff so that it would be available via a maven repository. We
also decided to rename it since there were already wicketstuff
projects with very similar names.  So it will now be known as
"jWicket".

At this point, the code committed to WicketStuff is essentially the
same codebase available on the original WicketJQuery SVN server.  I
have refactored it with the org.wicketstuff.jwicket namespace and have
structured the project in a standard maven manner.  I also split the
project into jwicket-parent, jwicket, and jwicket-examples.  The demo
app is now separate from jwicket itself so that it doesn't need to be
imported into projects.

The original WIcketJQuery project developed by Stefan Lindner can be found at:
http://subversion.visionet.de/project/WicketJQuery/wiki

Tauren

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