Re: RIA solution based on wicket

2011-10-20 Thread Entropy
That looks pretty good. I too am attempting to build a RIA with ExtJS using Wicket as my back-end. On first look it seems like the two should be a great fit as both rely heavily on building a hierarchical tree of components. If I could build a set of custom wicket components to output

Re: RIA solution based on wicket

2011-10-20 Thread Martin Grigorov
On Thu, Oct 20, 2011 at 6:13 PM, Entropy blmulholl...@gmail.com wrote: That looks pretty good.  I too am attempting to build a RIA with ExtJS using Wicket as my back-end.  On first look it seems like the two should be a great fit as both rely heavily on building a hierarchical tree of

Re: RIA solution based on wicket

2011-10-20 Thread Entropy
That looks pretty good. I too am attempting to build a RIA with ExtJS using Wicket as my back-end. On first look it seems like the two should be a great fit as both rely heavily on building a hierarchical tree of components. If I could build a set of custom wicket components to output

Re: RIA solution based on wicket

2010-02-02 Thread nino martinez wael
Cemal I expirience alot of bugs running the examples, from here http://www.wiquery.org/wiquery-examples-1.0/ permgen error :/ 2010/2/1 Cemal Bayramoglu jweekend_for...@cabouge.com Josh, Did you run the demos available at the WiQuery site [1]? odlabs' Agile Task Lists demo [2] uses some

Re: RIA solution based on wicket

2010-02-02 Thread Cemal Bayramoglu
Ninio, At a quick glance, these also work fine for me, but you're probably safest to use the links I gave in my post above (the project is hosted at Google Code, use the SVN there). You may need to change any WiQuery dependencies to refer version 1.0 in your POMs as they wrote the original sample

Re: RIA solution based on wicket

2010-02-02 Thread nino martinez wael
Sure.. This was just a heads up... 2010/2/2 Cemal Bayramoglu jweekend_for...@cabouge.com Ninio, At a quick glance, these also work fine for me, but you're probably safest to use the links I gave in my post above (the project is hosted at Google Code, use the SVN there). You may need to

Re: RIA solution based on wicket

2010-02-01 Thread Ernesto Reinaldo Barreiro
Hi, impressive. However , i would like to say that IMHO wicket is more suitable for creating websites as opposed to RIA applications. I would like to make Is this screen shot RIA enough for your taste? http://antilia.googlecode.com/svn/wiki/Screenshot1.jpg It was made using Wicket;-) Best,

Re: RIA solution based on wicket

2010-02-01 Thread Josh Kamau
Hi Ernesto This is RIA enough. I wish i could do such with Wicket. http://www.extjs.com/examples/#roweditorgrid regards On Mon, Feb 1, 2010 at 2:35 PM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Hi, impressive. However , i would like to say that IMHO wicket is more suitable for

Re: RIA solution based on wicket

2010-02-01 Thread Cemal Bayramoglu
Josh, Did you run the demos available at the WiQuery site [1]? odlabs' Agile Task Lists demo [2] uses some layout mechanism if I remember correctly. If you have concrete ideas on how to extend the way WiQuery (and jQuery) supports this, we are very open to suggestions. We are also discussing

Re: RIA solution based on wicket

2010-02-01 Thread Martin Grigorov
you could http://wicketstuff.org/grid-examples/data-grid/editable On Mon, 2010-02-01 at 15:16 +0300, Josh Kamau wrote: Hi Ernesto This is RIA enough. I wish i could do such with Wicket. http://www.extjs.com/examples/#roweditorgrid regards On Mon, Feb 1, 2010 at 2:35 PM, Ernesto

Re: RIA solution based on wicket

2010-02-01 Thread Josh Kamau
The grid looks wonderful. On Mon, Feb 1, 2010 at 5:29 PM, Martin Grigorov mcgreg...@e-card.bg wrote: you could http://wicketstuff.org/grid-examples/data-grid/editable On Mon, 2010-02-01 at 15:16 +0300, Josh Kamau wrote: Hi Ernesto This is RIA enough. I wish i could do such with Wicket.

Re: RIA solution based on wicket

2010-01-31 Thread Riyad Kalla
Great idea -- probably just boils down to a time/resource issue more than anything. On Sun, Jan 31, 2010 at 10:28 PM, Josh Kamau joshnet2...@gmail.com wrote: Hi guys; I would like to get your opinions and also share some of my views. I have been test-driving wicket for a couple of weeks now