Re: Cocoa like UI API for GW

2011-12-24 Thread Stefan Ollinger
Do you plan to add UiBinder and GWT Designer support? Stefan Am 23.12.2011 21:10, schrieb cbruno: I am currently building a clean room implementation of the Cappuccino widgets (cappuccino.org) in GWT. Instead of using layout classes the widgets utilize absolute positioning and autoresizing mas

Re: Cocoa like UI API for GW

2011-12-24 Thread Gal Dolber
I think its more about extracting the styles from Cappuccino. Personally, I stay away from widget libraries On Sat, Dec 24, 2011 at 10:42 AM, Stefan Ollinger wrote: > Do you plan to add UiBinder and GWT Designer support? > > Stefan > > Am 23.12.2011 21:10, schrieb cbruno: > >> I am currently buil

Re: beans validation other other then hibernate-validator for gwt?

2011-12-24 Thread Eric Charles
Hi, I never used apache beanvalidation, but could be helful for you. http://incubator.apache.org/bval/cwiki/index.html (found also a benchmark http://carinae.net/2010/06/benchmarking-hibernate-validator-and-apache-beanvalidation-the-two-jsr-303-implementations/) Eric On 23/12/11 15:48, Patri

Re: GWT-RCharts Released (An interactive client side Charting Library with 3D CHARTS)

2011-12-24 Thread nandy
I tried opening the links in IE9 but it only displays an empty page. It works fine in Chrome browser though. On Dec 20, 4:28 pm, saurabh saurabh wrote: > Oops!! I forgot to mention the links, here they are : > > http://code.google.com/p/gwt-rcharts/ > andhttp://www.gwt-charts.com/ -- You receiv

Re: GWT loding project take time

2011-12-24 Thread Jens
Client side loading can be improved by using good code split points (http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideCodeSplitting.html) and enabling .gz compression on your web server that serves the client javascript code. Compression could be done on the fly be the web server

Clicking HTML Widget

2011-12-24 Thread jmz
Hello, I am trying to handle click events on an HTML Widget. I want to know exactly what character or word was clicked in the HTML data. Is there a simple way to do this? thanks, Josh Zeidner http://gwt.joshuazeidner.com -- You received this message because you are subscribed to the Goog

Re: beans validation other other then hibernate-validator for gwt?

2011-12-24 Thread Elhanan Maayan
yes, and this is why i posted originally, i already seen these 2 and i was wondering if i'm down between choosing something that is mature but 50% slower then something of version 0.3 and in incubation mode.. On Sat, Dec 24, 2011 at 11:23 AM, Eric Charles wrote: > Hi, > I never used apache beanva

Happy Holidays and Happy New Year!

2011-12-24 Thread Alfredo Quiroga-Villamil
To All: It has been a fantastic year. A year filled with lots of work, huge responsibilities but most of all, 12 months of lots of fun. I wanted to take a second to thank the GWT, associated groups and google for their contributions and allowing us all to do so many crazy cool things. To the GWT

SuggestBox doesn't work with Editor Framework (well not like ValueListBox does)

2011-12-24 Thread Elhanan
hi.. in my attempt to provide a selection option, in a editor that has RequestFactory Driver, i discovered i cannot use suggest Box to accept an bean, like i would with a ValueListBox (which is not even included in gwt designer's pallete) , while valueListBox has a generic defintion (for examp

Re: Cocoa like UI API for GW

2011-12-24 Thread Christopher Bruno
I plan to use the UiBinder-style XML as the file format for laying out widgets. Im not sure about supporting GWT designer -- I would rather implement something like Apple's Interface builder and not have it bound to Eclipse. Here is an demo TableView widget (not feature complete) http://www.hoku

I made Selenium + GWT setup instructions

2011-12-24 Thread Brandon Donnelson
Here are some selenium setup instructions on my site using the ChromeDriver. You could easily use Firefox WebDriver too. http://c.gwt-examples.com/home/testing/selenium-testing Brandon Donnelson http://c.gwt-examples.com http://gwt-examples.googlecode.com -- You received this message because

Creating a second page

2011-12-24 Thread Blake
Greetings, I'm new to GWT so I appreciate you bearing with me. I've spent a bunch of hours with GWT & eclipse. I can easily create an app, add controls, and deal with events. The problem I am having is understanding how to get to a second (or third...) page. Let's say a user enters some data o

Initializing Hibernate

2011-12-24 Thread Blake
Greetings, I want to use Hibernate with GWT. Hibernate (as well as other things I have) need to be initialized once when the application starts. I know how to do this with a regular Web app (startup listener) but I don't know where or how to do that with GWT. I need someplace to put code that w