Re: How to set backgroundColour.stroke to a chart through Java code

2011-08-02 Thread Ash
Hi, I have managed to set this using the method setColours(). But it didn't solve the problem... anyone please help.. Thanks, -ash On Aug 1, 11:10 am, Ash ashly@gmail.com wrote: Hi, I have a problem in IE8, that all the charts displays a thin border on the top and left of the chart. I

Template embedding in the GWT

2011-08-02 Thread Sanjay Jain India
Hello All I have template with its css and html.Now I want to get all the look and features (compatibility) of that template in my gwt application. I am not getting the right way to do that. One way which I thought is that for control there will be a .html file , which will be added to the gwt

Re: Template embedding in the GWT

2011-08-02 Thread Subhrajyoti Moitra
copy-paste all the html in some uiBinder ui.xml file. Change the relevant parts incrementally by replacing the html tags with its GWT widget counter part. HTH. Cheers, Subhro. On Tue, Aug 2, 2011 at 1:20 PM, Sanjay Jain India snj...@gmail.com wrote: Hello All I have template with its css and

Re: Using Java Interfaces in JSNI

2011-08-02 Thread Thomas Lefort
OK my bad, I called the Java object implementing the interface directly within the callback function which I think is a mistake. I stored it to a js variable and used that variable in the js callback function and that worked. Thanks Alain for the help. On Aug 1, 12:04 pm, Thomas Lefort

Re: GWT CELLTABLE How to restore old value in cell if validation fails

2011-08-02 Thread Adolfo Panizo Touzon
Dis you try: *object.setValue(object.getValue()); *?? 2011/8/2 vaibhav bhalke bhalke.vaib...@gmail.com Hi all, PFA WebEx recording for Issue. I want to used editableNumbercell like intger,decimal etc.. But there is no such gwt widget present so I am using editable text cell and using

Re: Graphical representation of a tree

2011-08-02 Thread ph09
Ok thank you. Any other suggestions? On 1 Aug., 18:10, J.Ganesan j.gane...@datastoregwt.com wrote: Tryhttp://code.google.com/p/gwt-g2d/. You may have to implement picking and translation  for Drag Drop. J.Ganesanwww.DataStoreGwt.com On Aug 1, 7:18 pm, ph09 ph.hei...@googlemail.com wrote:

Re: Webcam and gwt

2011-08-02 Thread J.Ganesan
If you need without Flash, watch http://groups.google.com/group/discuss-webrtc as was suggested by David Chandler elsewhere. That is what I am doing. J.Ganesan www.DataStoreGwt.com On Aug 2, 2:06 am, lionel nimong lnim...@gmail.com wrote: Hello everybody I'm new with GWT. I am looking for a

Re: Linker and Generator documentation

2011-08-02 Thread bconoly
Well, that is kinda the plan, I was going to use a standard JS eventBus to facilitate the communication but I need to ensure that the event makes sense to both modules. If the compiled event is different for each then they won't understand what the event is. -- You received this message

Re: Webcam and gwt

2011-08-02 Thread Alain Ekambi
Looks good. Still faar away from Flash dough. 2011/8/2 J.Ganesan j.gane...@datastoregwt.com If you need without Flash, watch http://groups.google.com/group/discuss-webrtc as was suggested by David Chandler elsewhere. That is what I am doing. J.Ganesan www.DataStoreGwt.com On Aug 2, 2:06

How to Create GWT spread sheet ?

2011-08-02 Thread Mgr
Hai I am new bee . I don't know how to create gwt spread sheet in my application. If any one know send sample working code for me. I hope u will help me lot. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

How To display a glasspane with a waiter ?

2011-08-02 Thread Christophe Marchand
Hi, I would like to display a transparent glasspane with a animated-gif to show long time consuming process. Is there any piece of code somewhere that could help me ? Thanks a lot in advance, Chrsitophe -- You received this message because you are subscribed to the Google Groups Google Web

Aw: How To display a glasspane with a waiter ?

2011-08-02 Thread Jens
Take a look at GWT's PopupPanel. PopupPanel supports glasspane and modal popups. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Aw: MVC + Command Pattern + Code Splitting?

2011-08-02 Thread Jens
I can't really remember gwt-dispatch as I use a custom command pattern and no framework..but in general the only thing you can do is to provide multiple dispatch services, e.g. one per application module. Each dispatch service would then use a different command base interface. So if you have

Re: MVC + Command Pattern + Code Splitting?

2011-08-02 Thread Gal Dolber
same problem here +1 I have been thinking a lot about this and I don't think there is a simple solution. A custom rpc generator with node detection that load all the node's dependencies inside a GWT.runAsync is the only thing I could think of, but I didn't try to implement it yet. In the

Parvez Chauhan wants to chat

2011-08-02 Thread Parvez Chauhan
--- Parvez Chauhan wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-9cc6250878-d127585326-5KK6iuAersv9e2Pvv6hITmWizgU

Re: Web Workers in GWT

2011-08-02 Thread Chris Conroy
Within SpeedTracer take a look at the Breaky Worker infrastructure (used to validate the schema of records SpeedTracer receives from Chrome): client/ui/src/com/google/speedtracer/... breaky/BreakyWorker.gwt.xml breaky/worker/BreakyWorker.java client/model/BreakyWorkerHost.java To get an idea of

Re: Web-/Server Management Tool with GWT

2011-08-02 Thread Ioan Agopian
Hi any, Pretty big project to start with :). I think you're looking at it wrong as the main task will be to handle all the configuration for the server services, and GWT can only provide the user interface. All the background server work has to happen on the server, and GWT only runs on the

GWT Timer shop when minimize browser

2011-08-02 Thread Tee
How GWT Timer don't stop when minimize browser? - I use chrome 12 Thank you very much. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this

Does GWT has any framework or class or something for accessibility (especially for client side )

2011-08-02 Thread mmb
Hi Everyone , I just started learning GWT ,is there any kind of framework or API's for client side accessibility for GWT,i know there is a library for provider side i.e com.google...ui.accessibility,but i want framework or class at the client side thanks in advance for those who reply.. --

Re: GWT CELLTABLE How to restore old value in cell if validation fails

2011-08-02 Thread Ioan Agopian
Hi Vaibhav, You can do it like this: // clear incorrect data cell.clearViewData(KEY_PROVIDER.getKey(object)); cellTable.redraw(); Where cell is the TextEditCell that you're using for that column. Regards, Ioan On Aug 2, 12:59 pm, vaibhav bhalke bhalke.vaib...@gmail.com wrote: Hi all, PFA

GWT Browser Support Restriction

2011-08-02 Thread Vijay Sarin
Hi Team, Can we Restrict Browser Support of GWT Application to a Single One. For Example, i want my application to be working only on Microsoft Internet Explorer, and when opened in Mozilla Firefox or Safari or Chrome, it must show a message Stating that You must need IE6 or Higher to view this

Re: GWT CELLTABLE Editable value not persisted when user clicked cell twice or thrice

2011-08-02 Thread Ioan Agopian
Hi, You have to update the value stored in your dataprovider to the new value. If not, when user clicks repeatedly the cell, it will revert to the old value. Regards, Ioan On Aug 2, 1:01 pm, vaibhav bhalke bhalke.vaib...@gmail.com wrote: Hi, Editable value not persisted when user clicked

generating dynamic jsp pages instead of html

2011-08-02 Thread Christian Andersson
Hi there. I know that as of today it is now possible to generate dynamic jsp pages instead of html pages using the gwt compiler I wonder, have anyone looked into doing this in any form. The reason i'm asking this is that GWT in it's current way do not allow for an easy dynamic translation

Fusion Charts

2011-08-02 Thread ravi kiran
HI.. I am using Fusion charts. When binding the data from javascript of page which consists of master page, ther's no problem in rendering the page bu the graph is displaying white screen. Could u please help me on this. -- You received this message because you are subscribed to the Google

GWT contextual gadget in Eclipse

2011-08-02 Thread Sergey Glotov
Hello everyone. I'm a newcomer in GWT and I can't understand how to create GWT contextual gadged, which would be hosted an Google Apps Engine. The problem is there is no parametr view=card in compiled gwt gadget even if I use @ContentType(views={card}) in my java class. I understand I can edit

Cannot install Google plugin for Eclipse 3.7 (Indigo)

2011-08-02 Thread Tuan Luu
I used this link http://dl.google.com/eclipse/plugin/3.7 When installing, an error message appeared, is said that An error occurred while collecting items to be installed session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).

How to add a widget on the CellTable Cell?

2011-08-02 Thread Anuj Garg
Hi, I want to make an editable grid using the CellTable provided by GWT 2.1.1. I have one custom widget having text box and search button associated with the text box. I am trying to add this custom widget on the CellTable cell to make this cell an editable cell. The custom cell is extending the

Re: Developing Google gadgets with GWT

2011-08-02 Thread Eric Ayers
You can manually create a gadget spec and use exactly the same application for both, but your app won't be able to use the gwt-gadget API, because it bootstraps from a subclass of Gadget, not EntryPoint. If you use the gwt-gadget library, it substitutes a different primary linker and automatically

Re: Compile Error - Method Not Implemented

2011-08-02 Thread Jeffrey Chimene
On 8/1/2011 9:12 PM, Nick Apperley wrote: Had another look at the UI file (LoginPage.ui.xml) and didn't see anything related to the issue. Below is the contents of that file: I see nothing there either. I'd try a few things: o Simplify the file. Use VerticalPanel or HorizontalPanel or a

Re: Template embedding in the GWT

2011-08-02 Thread opn
http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuideHostPage look here to see another way of achieving this! As you can see, you are able to build a static frame around your gwt app this way, define a slot and add your dynamic gwt stuff there. hope it helps!

About GWT opinion in thoughtworks technology radar july 2011

2011-08-02 Thread Emilio Bravo
http://www.thoughtworks.com/articles/technology-radar-july-2011#Platforms thoughtworks technology radar july 2011, talk negatively about gwt, these are the 3 reasons: First, in many ways, JavaScript is more powerful and expressive than Java, so we suspect that the generation is going in the

Re: GWT CELLTABLE How to restore old value in cell if validation fails

2011-08-02 Thread Adolfo Panizo Touzon
Thanks!. It´s usefull for me. 2011/8/2 Ioan Agopian ioan.agop...@gmail.com Hi Vaibhav, You can do it like this: // clear incorrect data cell.clearViewData(KEY_PROVIDER.getKey(object)); cellTable.redraw(); Where cell is the TextEditCell that you're using for that column. Regards, Ioan

Re: Extending/embedding DialogBox

2011-08-02 Thread Derek
I generally create custom Dialogs as their own uibinders and then instantiate them from elsewhere. So I might use the code below, and display it with new MyDialog().center(); Is this best practice? I'm not sure. I think there are some who hold to the idea that you should let your dialog's content

Re: GWT and API for integrating Facebook widget (like and share)

2011-08-02 Thread Aidan O'Kelly
GwtFb does exactly this, provides a wrapper around the Facebook JS SDK. Its a good place to start, and for me, it was a useful little tutorial on using JSNI, as the source code under the sdk package is very straightforward and easy to understand. (Just look at FbCore.java ) On Tue, Aug 2, 2011 at

Re: About GWT opinion in thoughtworks technology radar july 2011

2011-08-02 Thread Michael Allan
Emilio Bravo wrote: http://www.thoughtworks.com/articles/technology-radar-july-2011#Platforms First, in many ways, JavaScript is more powerful and expressive than Java, so we suspect that the generation is going in the wrong direction. more powerfull for that? This critique makes no

Browser detection

2011-08-02 Thread Mark
Detecting the browser type public static native String getUserAgent() /*-{ return navigator.userAgent.toLowerCase(); }-*/; and using something like if(getUserAgent().contains(msie)) { // code for ie } else { // code for other browsers } will get you what you

Re: GWT Browser Support Restriction

2011-08-02 Thread Mark
Detecting the browser type public static native String getUserAgent() /*-{ return navigator.userAgent.toLowerCase(); }-*/; and using something like if(getUserAgent().contains(msie)) { // code for ie } else { // code for other browsers } will get you what you

Re: Graphical representation of a tree

2011-08-02 Thread ph09
What about this one: http://code.google.com/p/raphaelgwt/ Has someone any experience?? On 2 Aug., 13:12, ph09 ph.hei...@googlemail.com wrote: Ok thank you. Any other suggestions? On 1 Aug., 18:10, J.Ganesan j.gane...@datastoregwt.com wrote: Tryhttp://code.google.com/p/gwt-g2d/. You

LazyPresenters with GXT - Method must be called before the component is rendered

2011-08-02 Thread Kyle Anderson
I keep getting the error: Method must be called before the component is rendered I created a presenter ResultsPresenter which gets lazy loaded when the user clicks the Results button. The result button call back calls the eventBus.viewResults event, which calls the onViewResults in the results

Re: GWT and Spring

2011-08-02 Thread jose felix estevez
gracias amigo toda ayuda es bien recibida. saludos. 2011/8/1 Juan Pablo Gardella gardellajuanpa...@gmail.com Hola José Bienvenido a la comunidad. Yo te puedo recomendar que veas el siguiente prototipo: https://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home Si bien es un poco

GWT Portlets

2011-08-02 Thread Sridhar PV
Hi, Is any one implemented GWT Portlets at Enterprise Level. Could any one post an example with sequence of steps. Can I use GWT Portlets for Dash borad customization. Please help me to implement GWT Portlets in my application. -- You received this message because you are subscribed to the

Re: Extending/embedding DialogBox

2011-08-02 Thread Brian Reilly
I've found that you can add a visible=false attribute to the g:DialogBox tag to keep it from being displayed on page load. However, I think this will cause the dialog box UI to be constructed even if it's never displayed. I'm guessing that the you're not supposed to do this comment you're

Re: Does GWT has any framework or class or something for accessibility (especially for client side )

2011-08-02 Thread Ben Munge
I'm not sure what you mean exactly. Accessibility is driven much more by the content and construction of your pages. A framework cannot make assumptions about accessibility because it doesn't know what your site is trying to express. If you follow the UI Binder approach, just construct your

Re: Does GWT has any framework or class or something for accessibility (especially for client side )

2011-08-02 Thread Alisson Prestes
ARIA Roles? Alisson Prestes www.google.com/profiles/javalisson On Tue, Aug 2, 2011 at 4:28 PM, Ben Munge ben.mu...@gmail.com wrote: I'm not sure what you mean exactly. Accessibility is driven much more by the content and construction of your pages. A framework cannot make assumptions about

Re: GWT and Spring

2011-08-02 Thread Jeff Larsen
Si estas interesante en usando RequestFactory, es facil usar Spring con RequestFactory en 2.4-RC. Hacer un class se llama SpringServiceLocator public class SpringServiceLocator implements ServiceLocator { public Object getInstance(Class? arg0) { ApplicationContext ctx =

Querry Wrapper

2011-08-02 Thread ph09
Hi, can someone explain me how the Querry Wrapper works? Is it made for Tree's? If I have got a GWT Tree, would it be able to visualize it in this way? https://spreadsheets.google.com/pub?key=rCaVQNfFDMhOM6ENNYeYZ9Q In the example Code Javascript is used:

Re: GWT and Spring

2011-08-02 Thread Juan Pablo Gardella
Thanks Jeff!! 2011/8/2 Jeff Larsen larse...@gmail.com Si estas interesante en usando RequestFactory, es facil usar Spring con RequestFactory en 2.4-RC. Hacer un class se llama SpringServiceLocator public class SpringServiceLocator implements ServiceLocator { public Object

EventBus in 2.4

2011-08-02 Thread objectuser
I was looking at 2.4.0 RC1 and noticed that I had some deprecation warnings with regard to EventBus. Specifically, PlaceController has deprecated methods using com.google.gwt.event.shared.EventBus, favoring instead com.google.web.bindery.event.shared.EventBus. However, I have noticed that

Adding a MouseOverHandler to CellList

2011-08-02 Thread Sébastien Tromp
Hello, I am trying to adapt the example at http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellList to create a custom list based on the CellList. One of my needs is to display a tooltip (with additional details) when the mouse is over each of the cells. I tried overriding the

Re: Changed handling of quotes in GWT localizable resources?

2011-08-02 Thread googelybear
posted a bug report for this issue, as this makes i18n almost impossible: http://code.google.com/p/google-web-toolkit/issues/detail?id=6647 On Jul 25, 11:55 am, googelybear googelyb...@gmail.com wrote: just found out that this only affects properties loaded via the Constants interface. When

Re: Extending/embedding DialogBox

2011-08-02 Thread Aidan O'Kelly
You can actually just change your UiBinder java class to inherit from DialogBox, and call setWidget(uiBinder.createAndBind(this)) instead of the regular, initWidget() method of Composite. Your UiBinder template then just looks like this: ui:UiBinder ... g:HTMLPanel

Re: Linker and Generator documentation

2011-08-02 Thread Y2i
Why not to use a GWT event bus? You can create an event by extending GwtEvent and place it in a small module that the other two modules can link to. How a compiled event can be different if both modules link to the same version of the interface module? -- You received this message because

Re: Adding a MouseOverHandler to CellList

2011-08-02 Thread Sébastien Tromp
More precisely, I need to add a tooltip to the Cell (not necessarily the MouseOverHandler). 2011/8/2 Sébastien Tromp sebastien.tr...@gmail.com Hello, I am trying to adapt the example at http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellList to create a custom list based on the

Re: HOWTO use @proxyevent

2011-08-02 Thread Jeffrey Chimene
On 8/2/2011 12:01 PM, Philippe Beaudoin wrote: Ah, yeah... I doubt it's related to GWTP (I don't see how it could create a browser-specific behavior that wasnt in GWT to begin with), but I see your point. Deeper stacks come at a price... Naturally, I believe the benefits of GWTP are still

Re: Adding a MouseOverHandler to CellList

2011-08-02 Thread Y2i
AbstractCellT.onBrowserEvent() should be called if you call super(mouseover) in the constructor of an AbstractCellT subclass. http://google-web-toolkit.googlecode.com/svn/javadoc/2.3/com/google/gwt/cell/client/AbstractCell.html#AbstractCell(java.lang.String...) -- You received this message

Re: GWT menu dinamico

2011-08-02 Thread Fabricio Pizzichillo
Hola Jose. Aca tenés la lista de widget que hay por defecto http://code.google.com/intl/en/webtoolkit/doc/latest/RefWidgetGallery.html Te recomiento visitar la documentacion en ingles ya que la que esta en español esta desactualizada. Saludos 2011/8/2 jose felix estevez josefel...@gmail.com

Re: Web Workers in GWT

2011-08-02 Thread cidylle0
Chris, Thanks again for your pointers, they have been very helpful. Following your advice I believe I managed to set up the proper configuration and I feel I am very close to succeeding. So far I am simply trying to test the set up by sending a message from the main module to the worker, and have

Re: EventBus in 2.4

2011-08-02 Thread Y2i
This mess has started with 2.3. If I simply upgrade my project from 2.2 to 2.3 without migrating from gwt to web.bindery, the project compiles but fails at run-time failing to locate a proxy when receiving a response from the server. But upgrading 2.2 to 2.3 with migration from gwt to

Iterate over all objects which are not garbage collected

2011-08-02 Thread Tom Fishman
Our website has memory issues. A typical situation is the event handler has reference to a window/widget. Instead of checking those situations case by case, I wonder if java can iterate/enumerate all objects that is not garbage collected. ( I care more in java mode than javascript mode now ) By

Re: Iterate over all objects which are not garbage collected

2011-08-02 Thread Y2i
Check out HPROF and TPTP http://java.sun.com/developer/technicalArticles/Programming/HPROF.html http://www.eclipse.org/tptp/home/documents/tutorials/profilingtool/profilingexample_32.html -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: GWT project tree setup

2011-08-02 Thread Abi
Hi All, Any suggestion would appreciate for below, so we can correct initially. On Jul 29, 11:46 am, Abi alias@gmail.com wrote: We are re-writing our ERP system using Java/GWT/Spring.It is something big. We would like to get some suggestion regarding the tree setup. 1.

How do I get PNG image data as a decoded bytearray?

2011-08-02 Thread Xavier
I would like to read a PNG image and have the data accessible to me as a decoded bytearray. How would I go about doing this? Any help is appreciated. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: GWT project tree setup

2011-08-02 Thread Juan Pablo Gardella
You can open a Enhacement ticket. 2011/8/2 Abi alias@gmail.com Hi All, Any suggestion would appreciate for below, so we can correct initially. On Jul 29, 11:46 am, Abi alias@gmail.com wrote: We are re-writing our ERP system using Java/GWT/Spring.It is something big. We would

Re: How do I get PNG image data as a decoded bytearray?

2011-08-02 Thread mP
Use the Apache Sanlasan project if you cant load the PNG using java's built in IOImage. On Aug 3, 1:03 pm, Xavier xrobl...@gmail.com wrote: I would like to read a PNG image and have the data accessible to me as a decoded bytearray. How would I go about doing this?  Any help is appreciated. --

Re: GWT Timer shop when minimize browser

2011-08-02 Thread mP
Why would it, a minimized browser is jsut a browser window thats really small - nothing has disappeared, exited or been terminated. On Aug 2, 1:48 pm, Tee lukc...@gmail.com wrote: How GWT Timer don't stop when minimize browser? - I use chrome 12 Thank you very much. -- You received this

Re: EventBus in 2.4

2011-08-02 Thread Y2i
Just tried to migrate from 2.2 to 2.4 RC1. First, the project didn't compile because of internal compiler errors. All obsoleted RF-related stuff is removed (good), but there is no way to migrate to 2.4 as it was possible to 2.3 (for some people) if the project uses RF. After migrating from gwt

Re: How do I get PNG image data as a decoded bytearray?

2011-08-02 Thread BST
By read do you mean upload it from a location on the client side? For that you need to use a GWT FormPanel and Apche commons ServletFileUpload to get the file item then do the usual java io process to convert to a byte array. If this is not what you looking for , please elaborate on the

Do Beanvalidation(JSR-303) and editor framework play along well ?

2011-08-02 Thread Karthik Reddy
In other words does a call like SimpleBeanEditorDriver.getErrors() give me a list of errors. I am trying this in 2.3 and I do not seem to be able to retrieve the errors via SimpleBeanEditorDriver.getErrors() . -- You received this message because you are subscribed to the Google Groups

[gwt-contrib] Template embedding in the GWT

2011-08-02 Thread Sanjay Jain
Hello All I have template with its css and html.Now I want to get all the look and features (compatibility) of that template in my gwt application. I am not getting the right way to do that. One way which I thought is that for control there will be a .html file , which will be added to the gwt

[gwt-contrib] Re: Simplify the use of TckCompileTestCase by always using the module named (issue1467811)

2011-08-02 Thread rchandia
LGTM http://gwt-code-reviews.appspot.com/1467811/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add Provided Field Null Validation (issue1486801)

2011-08-02 Thread rchandia
http://gwt-code-reviews.appspot.com/1486801/diff/1/user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java File user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java (right):

[gwt-contrib] Making lazy widgets generation the default option. (issue1499809)

2011-08-02 Thread hermes
Reviewers: rjrjr, Description: Making lazy widgets generation the default option. Review by: rj...@google.com Please review this at http://gwt-code-reviews.appspot.com/1499809/ Affected files: M user/src/com/google/gwt/uibinder/UiBinder.gwt.xml M

[gwt-contrib] Re: Include enclosing class in generated class name (issue1499804)

2011-08-02 Thread rchandia
LGTM http://gwt-code-reviews.appspot.com/1499804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Remove the pre-GwtAstBuilder compile chain. (issue1465805)

2011-08-02 Thread zundel
LGTM http://gwt-code-reviews.appspot.com/1465805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Making lazy widgets generation the default option. (issue1499809)

2011-08-02 Thread Ray Ryan
Lets warn gwt-announce that the default will change next Tuesday, and encourage them to try it out themselves in the meantime. Are you okay driving that, and with waiting another week? On Aug 2, 2011 6:33 AM, her...@google.com wrote: Reviewers: rjrjr, Description: Making lazy widgets

[gwt-contrib] Re: Adding a spot for database column name in Column. Allows us to create an updated SQL statement w... (issue1503806)

2011-08-02 Thread jlabanca
http://gwt-code-reviews.appspot.com/1503806/diff/3/user/src/com/google/gwt/user/cellview/client/Column.java File user/src/com/google/gwt/user/cellview/client/Column.java (right):

[gwt-contrib] Re: Replace RequestFactoryInterfaceValidator with an annotation-processor-based approach. (issue1503804)

2011-08-02 Thread rjrjr
http://gwt-code-reviews.appspot.com/1503804/diff/1/samples/dynatablerf/build.xml File samples/dynatablerf/build.xml (right): http://gwt-code-reviews.appspot.com/1503804/diff/1/samples/dynatablerf/build.xml#newcode8 samples/dynatablerf/build.xml:8: !-- Run the annotation processor -- This is a

[gwt-contrib] [google-web-toolkit] r10485 committed - Eliminates the code for the long deprecated urn:with feature....

2011-08-02 Thread codesite-noreply
Revision: 10485 Author: rj...@google.com Date: Mon Aug 1 13:27:49 2011 Log: Eliminates the code for the long deprecated urn:with feature. Review at http://gwt-code-reviews.appspot.com/1500808 Review by: her...@google.com

[gwt-contrib] [google-web-toolkit] r10486 committed - Simplify the use of TckCompileTestCase by always using the module name...

2011-08-02 Thread codesite-noreply
Revision: 10486 Author: gwt.mirror...@gmail.com Date: Tue Aug 2 05:56:59 2011 Log: Simplify the use of TckCompileTestCase by always using the module named TckTest.gwt.xml. Add asserts for generator compile time errors. Review at http://gwt-code-reviews.appspot.com/1467811 Review

[gwt-contrib] unit cache with binary annotations

2011-08-02 Thread Stephen Haberman
Hi, I ran into an odd boundary case with the unit cache today that I thought I'd report. I had a class, Foo, using a binary-only annotation, @Bar. Somehow my classpath was wrong, and so I got a (valid) compilation error from ecj that Foo couldn't be compiled without Bar. However, after fixing

[gwt-contrib] [google-web-toolkit] r10487 committed - Adding a spot for database column name in Column. Allows us to create ...

2011-08-02 Thread codesite-noreply
Revision: 10487 Author: porte...@google.com Date: Tue Aug 2 07:46:31 2011 Log: Adding a spot for database column name in Column. Allows us to create an updated SQL statement when the sort column changes, using only the Column itself. Review at

[gwt-contrib] Re: Adding a spot for database column name in Column. Allows us to create an updated SQL statement w... (issue1503806)

2011-08-02 Thread stephen . haberman
http://gwt-code-reviews.appspot.com/1503806/diff/2002/user/src/com/google/gwt/user/cellview/client/Column.java File user/src/com/google/gwt/user/cellview/client/Column.java (right):

[gwt-contrib] Re: Adding a spot for database column name in Column. Allows us to create an updated SQL statement w... (issue1503806)

2011-08-02 Thread Jeff Larsen
I'm inclined to agree with Stephen here. No where else in GWT widgetry is there a reference to database related things. I don't think this is a big deal either, but it seems like a more application specific thing rather than something that belongs inside GWT proper. --

Re: [gwt-contrib] unit cache with binary annotations

2011-08-02 Thread Eric Ayers
I see how that could happen. We don't take annotations into account in the computing of dependencies in BytecodeSignatureMaker.CompileDependencyVisitor. Filed issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=6646 -Eric. On Tue, Aug 2, 2011 at 2:57 PM, Stephen Haberman

Re: [gwt-contrib] Re: Adding a spot for database column name in Column. Allows us to create an updated SQL statement w... (issue1503806)

2011-08-02 Thread Ray Ryan
I was biting my tongue on this one, but I guess I'll jump in and agree, this smells bad. @jlabanca, is there no hook in Column or maybe Cell.Context where this kind of app-specific data can be added? On Tue, Aug 2, 2011 at 12:32 PM, Jeff Larsen larse...@gmail.com wrote: I'm inclined to agree

Re: [gwt-contrib] Re: Adding a spot for database column name in Column. Allows us to create an updated SQL statement w... (issue1503806)

2011-08-02 Thread Ray Ryan
It's John L's call, but that's certainly my preference. On Tue, Aug 2, 2011 at 1:10 PM, John Porter Simons porte...@google.comwrote: The other way we (me and dramos@) discussed doing this was, in our CellTable subclass, have a map from Column to String to store these database column names. I

[gwt-contrib] Re: Adding a spot for database column name in Column. Allows us to create an updated SQL statement w... (issue1503806)

2011-08-02 Thread jlabanca
This came up before, and here is the rationale. If you add an app specific data object to Column, you have to add another parameterized type to Column. That's more verbose, somewhat confusing, and it will be Void for most users anyway. I'm a big fan of parameterized types because they make the

[gwt-contrib] Remove unneeded loop over cached units (issue1503807)

2011-08-02 Thread stephen . haberman
Reviewers: zundel, Please review this at http://gwt-code-reviews.appspot.com/1503807/ Affected files: M dev/core/src/com/google/gwt/dev/javac/CompilationStateBuilder.java Index: dev/core/src/com/google/gwt/dev/javac/CompilationStateBuilder.java diff --git

[gwt-contrib] Fix: http://code.google.com/p/google-web-toolkit/issues/detail?id=6367 (issue1508802)

2011-08-02 Thread meder
Reviewers: tobyr, jat, Description: Fix: http://code.google.com/p/google-web-toolkit/issues/detail?id=6367 Create shared utils package and include it in gwt-dev and gwt-servlet Please review this at http://gwt-code-reviews.appspot.com/1508802/ Affected files: M

[gwt-contrib] Re: Fix: http://code.google.com/p/google-web-toolkit/issues/detail?id=6367 (issue1508802)

2011-08-02 Thread tobyr
On 2011/08/03 00:22:49, meder wrote: LGTM http://gwt-code-reviews.appspot.com/1508802/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10488 committed - Created wiki page through web user interface.

2011-08-02 Thread codesite-noreply
Revision: 10488 Author: b...@google.com Date: Tue Aug 2 17:49:09 2011 Log: Created wiki page through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=10488 Added: /wiki/RequestFactoryInterfaceValidation.wiki === ---

[gwt-contrib] [google-web-toolkit] r10489 committed - Fix: http://code.google.com/p/google-web-toolkit/issues/detail?id=6367...

2011-08-02 Thread codesite-noreply
Revision: 10489 Author: gwt.mirror...@gmail.com Date: Tue Aug 2 20:51:04 2011 Log: Fix: http://code.google.com/p/google-web-toolkit/issues/detail?id=6367 Create shared utils package and include it in gwt-dev and gwt-servlet Review at http://gwt-code-reviews.appspot.com/1508802