Who is talking about wrapping GWT components? What I'm saying is that
the kind of functionality you would use to create partially offline
applications, like HTML 5's web storage, you can wrap in a Wicket
component.

What's so strange about that? We do that all the time with JavaScript
widgets. So that you can package any resources with the component, can
discover it as a Wicket component in your class path and build a
little Java API around it, etc.

On Fri, Feb 19, 2010 at 11:05 PM, Igor Vaynberg <igor.vaynb...@gmail.com> wrote:
> i just dont see the point of wrapping a page made up of gwt components
> in wicket wrappers. the *entire* front end has to live on the frontend
> in order for the application to work offline...so whats the point?
> anyways my two cents.
>
> cheers,
> -igor
>
> On Fri, Feb 19, 2010 at 9:43 PM, Eelco Hillenius
> <eelco.hillen...@gmail.com> wrote:
>> On Fri, Feb 19, 2010 at 9:30 PM, Igor Vaynberg <igor.vaynb...@gmail.com> 
>> wrote:
>>> having data only on the client will not help you unless you also have
>>> behavior. these kinds of apps are really only feasible when you use a
>>> clientside framework like gwt.
>>
>> Any components you write wouldn't use the typical client/ server
>> interaction that regular Wicket components do, but I don't see why you
>> wouldn't be able to write a wrapper around this functionality so that
>> at least you'd be able to use such functionality within a Wicket
>> application.
>>
>> FWIW, I'm currently coding in GWT, something I really looked forward
>> to, because like most coders I like change, but man, I miss Wicket's
>> productivity. It's not a bad framework, but imho it's hard to beat
>> Wicket when it comes to churning out and integrating components.
>>
>> Eelco
>>
>> ---------------------------------------------------------------------
>> 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

Reply via email to