Re: Kendo UI GWT wrapper library

2016-09-01 Thread Transplant


On Wednesday, January 20, 2016 at 2:16:37 AM UTC-8, Aron Homberg wrote:
>
> Hi everyone,
>
> I'm wondering if there is any need for a Kendo UI wrapper library. Kendo 
> UI is, as some of you may know, an enterprise front-end web/mobile 
> JavaScript library. It is based on jQuery and comes with a large set of 
> HTML5 widgets, themes, responsiveness etc. pp. It is also compatible with 
> Bootstrap and Angular JS [1].  
>
> Because there is (as far as I know) no GWT support for Kendo UI right now, 
> I started working on my own GWT wrapper library. The implementation is 
> based on GWT 2.8 JsInterop (final) and comes with UiBinder support (a 
> custom element for each Kendo widget). It has a declarative (markup) and a 
> programmatic interface. My goal is to cover all the 70+ Kendo UI widgets 
> soon.
>
> Please let me know if you are interested in such a GWT wrapper library for 
> Kendo UI.
>
>
>
Also interested here - any update? 

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Kendo UI GWT wrapper library

2016-01-20 Thread Vassilis Virvilis
Looks very interesting.

Since you are using jsinterop can you share with us how the inegration
looks like?

for example Is it one big jsinterop file? many files? annotation on js
files?

Vassilis

On Wed, Jan 20, 2016 at 12:17 PM, Alain Ekambi 
wrote:

> Yes please. We had a prototype internally but dropped it.
> So yes open source the baby :)
>
>
>
> On 19 January 2016 at 23:23, Aron Homberg  wrote:
>
>> Hi everyone,
>>
>> I'm wondering if there is any need for a Kendo UI wrapper library. Kendo
>> UI is, as some of you may know, an enterprise front-end web/mobile
>> JavaScript library. It is based on jQuery and comes with a large set of
>> HTML5 widgets, themes, responsiveness etc. pp. It is also compatible with
>> Bootstrap and Angular JS [1].
>>
>> Because there is (as far as I know) no GWT support for Kendo UI right
>> now, I started working on my own GWT wrapper library. The implementation is
>> based on GWT 2.8 JsInterop (final) and comes with UiBinder support (a
>> custom element for each Kendo widget). It has a declarative (markup) and a
>> programmatic interface. My goal is to cover all the 70+ Kendo UI widgets
>> soon.
>>
>> Please let me know if you are interested in such a GWT wrapper library
>> for Kendo UI.
>>
>> Thanks in advance and best,
>> Aron
>>
>> [1] http://demos.telerik.com/kendo-ui/
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "GWT Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to google-web-toolkit+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-web-toolkit@googlegroups.com.
>> Visit this group at https://groups.google.com/group/google-web-toolkit.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
>
> Alain Ekambi
>
> Co-Founder
>
> Ahomé Innovation Technologies
>
> http://www.ahome-it.com/ 
>
> --
> You received this message because you are subscribed to the Google Groups
> "GWT Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Vassilis Virvilis

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Kendo UI GWT wrapper library

2016-01-20 Thread Alain Ekambi
Yes please. We had a prototype internally but dropped it.
So yes open source the baby :)



On 19 January 2016 at 23:23, Aron Homberg  wrote:

> Hi everyone,
>
> I'm wondering if there is any need for a Kendo UI wrapper library. Kendo
> UI is, as some of you may know, an enterprise front-end web/mobile
> JavaScript library. It is based on jQuery and comes with a large set of
> HTML5 widgets, themes, responsiveness etc. pp. It is also compatible with
> Bootstrap and Angular JS [1].
>
> Because there is (as far as I know) no GWT support for Kendo UI right now,
> I started working on my own GWT wrapper library. The implementation is
> based on GWT 2.8 JsInterop (final) and comes with UiBinder support (a
> custom element for each Kendo widget). It has a declarative (markup) and a
> programmatic interface. My goal is to cover all the 70+ Kendo UI widgets
> soon.
>
> Please let me know if you are interested in such a GWT wrapper library for
> Kendo UI.
>
> Thanks in advance and best,
> Aron
>
> [1] http://demos.telerik.com/kendo-ui/
>
> --
> You received this message because you are subscribed to the Google Groups
> "GWT Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>



-- 

Alain Ekambi

Co-Founder

Ahomé Innovation Technologies

http://www.ahome-it.com/ 

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Kendo UI GWT wrapper library

2016-01-20 Thread Aron Homberg
Hi everyone,

I'm wondering if there is any need for a Kendo UI wrapper library. Kendo UI 
is, as some of you may know, an enterprise front-end web/mobile JavaScript 
library. It is based on jQuery and comes with a large set of HTML5 widgets, 
themes, responsiveness etc. pp. It is also compatible with Bootstrap and 
Angular JS [1].  

Because there is (as far as I know) no GWT support for Kendo UI right now, 
I started working on my own GWT wrapper library. The implementation is 
based on GWT 2.8 JsInterop (final) and comes with UiBinder support (a 
custom element for each Kendo widget). It has a declarative (markup) and a 
programmatic interface. My goal is to cover all the 70+ Kendo UI widgets 
soon.

Please let me know if you are interested in such a GWT wrapper library for 
Kendo UI.

Thanks in advance and best,
Aron

[1] http://demos.telerik.com/kendo-ui/

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.