Re: Gwt touch ui

2011-07-29 Thread Alain Ekambi
Here is a preview of gwt4touch 1.0 wich will be shipped in the next release of gwt4air. http://gwt4air.googlecode.com/svn/trunk/touch/GwtAir.html Like alway feedbacks are really welcome Cheers, Alain 2011/7/8 Gal Dolber gal.dol...@gmail.com great news! thanks Alain On Friday, July 8,

Re: IncompatibleRemoteServiceException SerializationException Issue.....

2011-07-29 Thread Jugunu
Hi Pablo, Thanks a lot for the offer to help.. I am using gwt 2.3 coupled with gwtp framework, gin guice.. These are the specific external jars i am using... gin-1.5-post-gwt-2.2.jar guice-3.0.jar guice-assistedinject-3.0.jar guice-servlet-3.0.jar gwtp-all-0.6.jar javax.inject.jar

Purpose of JSR-BeanValidation in RequestFactory

2011-07-29 Thread StefanR
I wonder if the JSR 303 bean validation at the client-server-interface is really helpful. I stumbled upon two restrictions why I decided to deactivate the validation: - Beans created within the client might be populated in the back-end. For instance, I have a @NotNull column which

Re: GWT/GPE 2.4.0 RC1 is available

2011-07-29 Thread Alexander Orlov
David, you've mentioned that you would also upload the requestfactory-*.jars to Maven Central. Currently I can find only the gwt-*.jars but no rf-*.jars. I'd like to replace gwt-servlet monster JAR by rf-server+client.jars as I'm not using GWT-RPC but only the RF. Are both, rf-server and

Re: RequestFactory + collectios

2011-07-29 Thread ecstasy2
Hi. I would be happy to implement the support for MapS. Anyclue i should start looking at for this implementation? where should it be contributed to. Thanks. On 13 juil, 17:59, Thomas Broyer t.bro...@gmail.com wrote: On Wednesday, July 13, 2011 7:48:27 PM UTC+2, frog wrote: Hi Dev guides

Re: IncompatibleRemoteServiceException SerializationException Issue.....

2011-07-29 Thread Juan Pablo Gardella
This error ocurr in dev mode too? 2011/7/29 Jugunu jugunu.a...@gmail.com Hi Pablo, Thanks a lot for the offer to help.. I am using gwt 2.3 coupled with gwtp framework, gin guice.. These are the specific external jars i am using... gin-1.5-post-gwt-2.2.jar guice-3.0.jar

Re: Gwt touch ui

2011-07-29 Thread Juan Pablo Gardella
Thanks Alain!! Wonderfull!! 2011/7/29 Alain Ekambi jazzmatad...@googlemail.com Here is a preview of gwt4touch 1.0 wich will be shipped in the next release of gwt4air. http://gwt4air.googlecode.com/svn/trunk/touch/GwtAir.html Like alway feedbacks are really welcome Cheers, Alain

Re: Calling an inherited module RPC (using GIN)

2011-07-29 Thread Juan Pablo Gardella
I think you can use a provider methodhttp://code.google.com/p/google-guice/wiki/ProvidesMethods . I don't test, but you can try: @Provides @Singleton SessionServiceAsync sessionServiceAsyncProvider() { SessionServiceAsync s = GWT.create(SessionService.class);

Re: Lots of DIVs

2011-07-29 Thread Alisson Prestes
Very smart :) Alisson Prestes www.google.com/profiles/javalisson On Thu, Jul 28, 2011 at 4:30 PM, Thomas Broyer t.bro...@gmail.com wrote: First, as soon as you use a layout panel, it adds a div to the document's body, using it as a ruler to measure centimeters in pixels (this is the very

Re: RequestFactory + collectios

2011-07-29 Thread Claude
Here :) http://code.google.com/p/google-web-toolkit/issues/detail?id=5524q=mapscolspec=ID%20Type%20Status%20Owner%20Milestone%20Summary%20Stars -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Can We develop G-Talk kindOf desktop application using GWT

2011-07-29 Thread J.Ganesan
Have a look at https://addons.mozilla.org/en-US/firefox/addon/mozilla-labs-rainbow/. Putting a GWT wrapper, one can implement voice chat but it is limited to FireFox. WebRTC looks far more advanced though. J.Ganesan www.DataStoreGwt.com On Jul 28, 8:28 am, msp munukutlaprav...@gmail.com wrote:

Re: Can We develop G-Talk kindOf desktop application using GWT

2011-07-29 Thread Raphael André Bauer
On Fri, Jul 29, 2011 at 2:01 PM, J.Ganesan j.gane...@datastoregwt.com wrote: Have a look at https://addons.mozilla.org/en-US/firefox/addon/mozilla-labs-rainbow/. Putting a GWT wrapper, one can implement voice chat but it is limited to FireFox. WebRTC looks far more advanced though. If you

Re: Can We develop G-Talk kindOf desktop application using GWT

2011-07-29 Thread Alain Ekambi
Was ntot the question about Desktop application with GWT or m i missunderstanding ? 2011/7/29 J.Ganesan j.gane...@datastoregwt.com Have a look at https://addons.mozilla.org/en-US/firefox/addon/mozilla-labs-rainbow/. Putting a GWT wrapper, one can implement voice chat but it is limited to

Alternative to Drop Down List Box !

2011-07-29 Thread BST
I just wanted to update on the Drop Down List Box, GWT Incubator Drop Down List BoxNot planned at this time, but some people use a vertical MenuBarhttp://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/MenuBar.html to achieve the same effect While trying

Re: Re-firing a failed/rejected server call in RequestFactory, is this possible?

2011-07-29 Thread Eric Andresen
Hmm, I tried going down the onViolation / onFailure paths, but ran in to other problems with those. For onFailure, is there a way to send a valueProxy back inside the exception payload? It looks like the default behavior is just to extract the message out of any thrown exception. I'd like to

Re: GWT Spring related post

2011-07-29 Thread George Georgovassilis
I think that is a classic... you probably instantiated the controller in an application-context rather than a web-application-context On Jul 27, 6:49 pm, spandu spandana@gmail.com wrote: Hi, I am using GWT 2.0 integrated with Spring in the application, after executing the

RPC Serialization

2011-07-29 Thread ph09
Hey there, I want to make a RPC Call with an Object called Feature. This class included an ArrayList with refereces to other Object. So when I do the RPC Call and want to reach the Object from the ArrayList, i get the following Eception: com.google.gwt.user.client.rpc.SerializationException

Re: CellTable question

2011-07-29 Thread GeorgeS
Jeff, that worked like a charm! Thanks for helping me make it up the Java curve! On Jul 28, 1:27 pm, Jeff Larsen larse...@gmail.com wrote: when you build the column, specify the number MyTextColumn extends TextColumnString[]{ public MyTextColumn(int index){   this.index = index; }

Re: IncompatibleRemoteServiceException SerializationException Issue.....

2011-07-29 Thread Jugunu
I am not getting it always, after doing a gwtcompile i am getting it sometimes even in dev server... I tried to deploy it in tomcat after creating a war, that time the response returns from handler, but doesn't reach the async call back .. Previously i was getting serialization error in Arraylist

Tested class changes not visible to test class using gwt-maven-plugin

2011-07-29 Thread cri
Can anyone help with this? (I know there is a separate mailing list for gwt-maven-plugin but I'm not sure it has a lot of subscribers.) Given that you have a JUnit test case class in /src/test/java/*/ FooTest.java and a tested class /src/main/java/*/Foo.java. If you attempt run your test case in

GWT Page flows - want to start a open source project - thoughts

2011-07-29 Thread dreamer
Hi, I want to start a new opensource project - GWT page flows - similar to struts. With my moderate GWT knowledge, I did not find any way to weave application with pages, though components are there. Not all ajax applications are single page apps. Here are my thoughts from very high level -

Re: Gwt touch ui

2011-07-29 Thread leandro borbosa
Just tested it on the IPad2 works great. It looks like Sencha Touch. Is it Sencha touch ? 2011/7/29 Juan Pablo Gardella gardellajuanpa...@gmail.com Thanks Alain!! Wonderfull!! 2011/7/29 Alain Ekambi jazzmatad...@googlemail.com Here is a preview of gwt4touch 1.0 wich will be shipped in

GWT / Maven (again!)

2011-07-29 Thread cri
For quite a while, we've been somewhat successful using gwt-maven- plugin in conjunction with GWT/GPE. However, there has been lots of effort and frustration getting to where we are. And, I've just encountered another problem that I've yet to figure out. It seems to me that a lot of the trouble

Re: IncompatibleRemoteServiceException SerializationException Issue.....

2011-07-29 Thread Juan Pablo Gardella
The error is: Caused by: com.google.gwt.user.client.rpc.SerializationException: Invalid type signature for com.sample.project.shared.model.UserInfo I google and found some explanations (thanks a T. Broyer again) in this

Re: GWT / Maven (again!)

2011-07-29 Thread Juan Pablo Gardella
This sample https://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home is a gwt project with maven standard layout 2011/7/29 cri chuck.irvine...@gmail.com For quite a while, we've been somewhat successful using gwt-maven- plugin in conjunction with GWT/GPE. However, there has been lots of

Re: GWT Page flows - want to start a open source project - thoughts

2011-07-29 Thread Juan Pablo Gardella
Is swing applications pageflow? I think not. Perhaps you can look at architecture proposed in ProGWT

Re: Using a custom DateFormatProvider in GWT

2011-07-29 Thread Panam
Thanks, just the information I needed. On 17 Jun., 05:37, John A. Tamplin j...@google.com wrote: GWT uses the data from the Unicode CLDR, and supports ta and ta_LK, so ta_IN should get the ta defaults, which should be appropriate for IN.  If you believe there should be a specialization for ta

Re: GWT / Maven (again!)

2011-07-29 Thread cri
What I meant is to somehow create a mavenized project having the standard GWT directory structure (so that it plays better with GPE). On Jul 29, 9:30 am, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: This sample https://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home is a gwt

Re: Purpose of JSR-BeanValidation in RequestFactory

2011-07-29 Thread Eric Andresen
I am having the same issue. I need to do some pre-processing of my beans on the server before I fire validation, but the framework doesn't allow that. It only fires validation on the beans as soon as they are decoded off the wire. As far as I can tell, the RequestFactory also doesn't give

Aw: Re: Purpose of JSR-BeanValidation in RequestFactory

2011-07-29 Thread Jens
On server side you can use a custom ServiceLayerDecorator and implement the validate method to customize the validation process (ReflectiveServiceLayer contains the default way of validaton). In your bean you could use validation groups: the default one that is used by the client side code and

ProgressBar for GWT 2.3

2011-07-29 Thread Ahmed
Hello, I need a progressbar for my application developed with GWT 2.3. after searching I found a widget realizing exactly what I want:http:// code.google.com/p/google-web-toolkit-incubator/ But the problem is that this project is no longer maintained and uses deprecated methods that are reported

Re: Tested class changes not visible to test class using gwt-maven-plugin

2011-07-29 Thread Sébastien Tromp
I have the same issue, and am using a similar workaround. The only difference is that I add the external class folder to my Java build path. When I run JUnit tests, I make sure the class folder is at the top of the Order and Export list, and when in standard development I put it at the bottom.

Online Javadoc not up-to-date

2011-07-29 Thread Andrew Green
Hi, all, Minor issue... The online Javadoc that the GWT documentation links to is not up-to-date. Compare: 404 Not Found: http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/SimpleLayoutPanel.html Up-to-date goodness:

Re: Tested class changes not visible to test class using gwt-maven-plugin

2011-07-29 Thread cri
I like your workaround a little better than mine. It does result in a non project relative directory path in my .classpath file. We check .classpath files into svn and the non relative directory wouldn't match the directory setup of other users. I'm thinking that there may be a way to make this

Re: Online Javadoc not up-to-date

2011-07-29 Thread Eric Metcalf
Noticed com.google.gwt.user.client.ui.ResizeLayoutPanel is missing, too. On Jul 29, 12:49 pm, Andrew Green andrew.green...@gmail.com wrote: Hi, all, Minor issue... The online Javadoc that the GWT documentation links to is not up-to-date. Compare: 404 Not

Dynamically convert between TextBox and PasswordTextBox

2011-07-29 Thread Ben Munge
I have a requirement to turn some financial fields into masked fields and I wanted to use the password input type to simplify the logic. I need to be able to change a TextBox to a PasswordTextBox and have it change the value in the box to circles without affecting the value or style of the

Re: Dynamically convert between TextBox and PasswordTextBox

2011-07-29 Thread Gal Dolber
From a code and css points of view they are exactly the same. You should be able to change from TextBox to PasswordTextBox without changing anything. On Fri, Jul 29, 2011 at 5:05 PM, Ben Munge ben.mu...@gmail.com wrote: I have a requirement to turn some financial fields into masked fields and

Re: Dynamically convert between TextBox and PasswordTextBox

2011-07-29 Thread Ben Munge
Yes you should be able to, however you are not. There is no constructor for PasswordTextBox that takes in a TextBox. I ended up just using getElement and setting the attribute directly. textBox.getElement().setAttribute(type, password); On Jul 29, 3:17 pm, Gal Dolber gal.dol...@gmail.com wrote:

Re: Dynamically convert between TextBox and PasswordTextBox

2011-07-29 Thread Ben Imp
An resourceful user could probably still watch the value, via a javascript debugging tool like Firebug, as its being set into those input fields. Assuming you are still sending the financial data to the client from the server, of course. This is also assuming the reason you want to use a

Can't create HTML file

2011-07-29 Thread Robert Lockwood
I attempting to follow Jeff Douglas's Blog tutorial for HelloUiBinder using Eclipse Helios. I did get the first example to work but the screenshot of the New Project Webproject wizard doesn't have the check box to include sample code. If I check the box I get useless classes. Today I attempted

UiBinder.useSafeHtmlTemplates

2011-07-29 Thread Hilco Wijbenga
Hi all, I'm sure you're familiar with the warning Configuration property UiBinder.useSafeHtmlTemplates is false!. I did the obvious, I added set-configuration-property name=UiBinder.useSafeHtmlTemplates value=true/ to the lowest level GWT module I have (it gets included directly or indirectly

Re: GWT Page flows - want to start a open source project - thoughts

2011-07-29 Thread dreamer
What if we need to port very complex web app with 100's of jsp/html pages into GWT ? Yes. swing and gwt got lot of similarities. But loosing web advantages being on web may be not cool. yep Swing is Forms flow with thick client nature. There is a huge paradigm shift between these two worlds. as

Support for IE6 isn't feasible in this format, because structural changes to the DOM are necessary to implement a windowing effect. Once it's possible to distinguish ie6 and ie7 in user.agent, we co

2011-07-29 Thread Kurtt
In the section Image Sprites of this doc(http://code.google.com/ webtoolkit/doc/latest/DevGuideClientBundle.html#ImageResource), Google says: = Support for IE6 isn't feasible in this format, because structural changes to the DOM are necessary to implement a windowing

Support for IE6 isn't feasible in this format, because structural changes to the DOM are necessary to implement a windowing effect. Once it's possible to distinguish ie6 and ie7 in user.agent, we co

2011-07-29 Thread Kurtt
In the section Image Sprites of this doc(http://code.google.com/ webtoolkit/doc/latest/DevGuideClientBundle.html#ImageResource), Google says: = Support for IE6 isn't feasible in this format, because structural changes to the DOM are necessary to implement a windowing

[gwt-contrib] Re: Comment on ProtocolBuffers in google-web-toolkit

2011-07-29 Thread codesite-noreply
Comment by getmay...@gmail.com: Is this functionality already implemented. How can I get gwt-pb.sh and use it For more information: http://code.google.com/p/google-web-toolkit/wiki/ProtocolBuffers -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: [google-web-toolkit] r10459 committed - JsoNormalizer did not give unique names to devirtualized...

2011-07-29 Thread Raziel
Hi, I'd like to know what are the implications of this issue. I just updated from GWT 2.1 to 2.3, and I'm having an error where the xxx__devirtual$ function is undefined for one of my JSO objects methods. The hierarchy of my JSO is as follows: InterfaceA + getId InterfaceB extends

[gwt-contrib] Prevent an AutoBean property named property from causing a compilation error. (issue1505804)

2011-07-29 Thread bobv
Reviewers: rjrjr, Message: Review requested. Description: Prevent an AutoBean property named property from causing a compilation error. Patch by: bobv Review by: rjrjr Please review this at http://gwt-code-reviews.appspot.com/1505804/ Affected files: M

[gwt-contrib] Re: Prevent an AutoBean property named property from causing a compilation error. (issue1505804)

2011-07-29 Thread rjrjr
LGTM On 2011/07/29 16:59:28, bobv wrote: Review requested. http://gwt-code-reviews.appspot.com/1505804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Prevent an AutoBean property named property from causing a compilation error. (issue1505804)

2011-07-29 Thread rjrjr
http://gwt-code-reviews.appspot.com/1505804/diff/1/user/src/com/google/web/bindery/autobean/gwt/rebind/AutoBeanFactoryGenerator.java File user/src/com/google/web/bindery/autobean/gwt/rebind/AutoBeanFactoryGenerator.java (right):

[gwt-contrib] Reduce the visiblity of a UiBinderWriter method. (issue1500807)

2011-07-29 Thread rjrjr
Reviewers: hermes, Description: Reduce the visiblity of a UiBinderWriter method. Please review this at http://gwt-code-reviews.appspot.com/1500807/ Affected files: M user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java Index:

[gwt-contrib] [google-web-toolkit] r10475 committed - Fixes a bug in AbstractPager where clearing the display and resetting ...

2011-07-29 Thread codesite-noreply
Revision: 10475 Author: jlaba...@google.com Date: Thu Jul 28 04:00:59 2011 Log: Fixes a bug in AbstractPager where clearing the display and resetting it causes an NPE. Review at http://gwt-code-reviews.appspot.com/1500803 Review by: andych...@google.com

[gwt-contrib] [google-web-toolkit] r10477 committed - Reverting behavior in AbstractCellTable so it calls Column#onBrowserEv...

2011-07-29 Thread codesite-noreply
Revision: 10477 Author: jlaba...@google.com Date: Thu Jul 28 08:15:51 2011 Log: Reverting behavior in AbstractCellTable so it calls Column#onBrowserEvent() if the target Cell is in a Column. AbstractCellTable now supports any HasCell implementation, not just Columns, and a

[gwt-contrib] [google-web-toolkit] r10478 committed - Javadoc tweak for SafeUri.

2011-07-29 Thread codesite-noreply
Revision: 10478 Author: rj...@google.com Date: Thu Jul 28 13:18:05 2011 Log: Javadoc tweak for SafeUri. http://code.google.com/p/google-web-toolkit/source/detail?r=10478 Modified: /trunk/user/src/com/google/gwt/safehtml/shared/SafeUri.java ===

[gwt-contrib] Re: Introducing a new CellTableBuilder API, which allows users to customize the structure of a CellT... (issue1501803)

2011-07-29 Thread jlabanca
committed as r10476 http://gwt-code-reviews.appspot.com/1501803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixes a bug in AbstractPager where clearing the display and resetting it causes an NPE. (issue1500803)

2011-07-29 Thread jlabanca
committed as r10475 http://gwt-code-reviews.appspot.com/1500803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Comment on AutoBean in google-web-toolkit

2011-07-29 Thread codesite-noreply
Comment by kandula@gmail.com: Is there a build configuration change I have to do for using AutoBean API? I'm using gwt-maven-plugin and I see this error when I try to compile my GWT module [ERROR] Errors in

[gwt-contrib] Eliminates the code for the long deprecated urn:with feature. (issue1500808)

2011-07-29 Thread rjrjr
Reviewers: hermes, Description: Eliminates the code for the long deprecated urn:with feature. Please review this at http://gwt-code-reviews.appspot.com/1500808/ Affected files: D user/src/com/google/gwt/uibinder/attributeparsers/BundleAttributeParser.java D