Re: New GWT widget resource, of sorts: vaadin.com/directory

2010-04-12 Thread emarc
We have done some initial tests with code splitting, and it's working quite well. I don't know when it'll make it into the release, though - it will probably not be in 6.4, certainly in 7, maybe somewhere in between. Code splitting is actually quite easy to implement due to the way Vaadin creates

Re: New GWT widget resource, of sorts: vaadin.com/directory

2010-03-31 Thread emarc
Hi, this is the demo behavior or vaadin behavior which every widget will need to retrieve some data from server? It depends, as is often the case... Vaadin is server-driven, so most components communicate with the server _at some point_. But: - There is the concept of immediateness: e.g. if

Re: New GWT widget resource, of sorts: vaadin.com/directory

2010-03-31 Thread emarc
HI, On Mar 31, 10:15 am, Blessed Geek blessedg...@gmail.com wrote: [...] Therefore, listing vaadin directory elements as generally useable GWT widgets  would be misleading because to use vaadin widgets, you would have to use them in a vaadin application As I stated previously, the client

Re: New GWT widget resource, of sorts: vaadin.com/directory

2010-03-31 Thread emarc
Yeah, I got some sort of phishing email claiming that my message did not reach Google Groups, asking me to fill out some form. Nice try, I bet someone will fall for it. Does anyone know if Google knows about this, or should it be reported to Google (where)? On Mar 31, 12:30 pm, Blessed Geek

New GWT widget resource, of sorts: vaadin.com/directory

2010-03-30 Thread emarc
Hi, It occurs to me that the Vaadin Directory that was launched today might actually be an interesting resource for GWT widgets. http://vaadin.com/directory (Also, I'm personally quite excited about it, and want spread the word - feedback welcome!) It's not a plain GWT resource, since it's

Re: Announce: SimpleGesture, mouse gesture recognition

2009-05-05 Thread emarc
at the client-side, that would be cool too. Cheers, -Sumit Chandel On Fri, May 1, 2009 at 7:42 AM, emarc marc.engl...@gmail.com wrote: Yeah, sorry about that - virtuallypreinstalled.com is our 'playground' and IT Mill - a bunch of virtual servers running out of the 'server closet' at work

Re: Announce: SimpleGesture, mouse gesture recognition

2009-05-01 Thread emarc
Regards, Marc On May 1, 3:12 pm, tim.clymer tim.cly...@gmail.com wrote: I'd love to try it, but unfortunately I'm getting an OutOfMemoryError: java heap space error.  Perhaps it's a bit too popular at the moment? :-) Tim On Apr 24, 3:59 pm, emarc marc.engl...@gmail.com wrote: Oh, I

Announce: SimpleGesture, mouse gesture recognition

2009-04-24 Thread emarc
Hi, SimpleGesture is a mouse gesture recognition widget for GWT (and the IT Mill Toolkit). It uses the method described by Didier Brun at bytearray.org, and uses the Levenshtein Distance method from Jakarta Commons (getLevenshteinDistance() from StringUtils) on the client-side, without

Re: Announce: SimpleGesture, mouse gesture recognition

2009-04-24 Thread emarc
Oh, I forgot to mention: The license is Apache 2. (And a tip: watch the video to get a quick idea of what it's all about.) Best Regards, Marc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit