Re: DisclosurePanel + Custom images + XML

2010-07-19 Thread rlebosse
Thanks Thomas! I tried your solution but I have this error when I try to display the disclosure panel. 10:05:37.921 [ERROR] [ermin] In g:header closeImage='{disclosurePanelClosed}' openImage='{disclosurePanelOpen}' of g:DisclosurePanel stylePrimaryName='menu' ui:field='sessions', both openImage

How to find correctly the client's locale?

2010-07-19 Thread Sorinel C
I have used the following code, trying to detect the client's locale, but always I get the default one, which is the EN_US, even if I change the locale of my system to French, for example. [code] final LocaleInfo locale = LocaleInfo.getCurrentLocale();

Re: How to find correctly the client's locale?

2010-07-19 Thread Sorinel C
I have in my module .gwt.xml file definition the following lines: inherits name=com.google.gwt.core.Core / inherits name=com.google.gwt.user.User / inherits name=com.google.gwt.i18n.I18N / inherits name=com.google.gwt.i18n.CldrLocales / inherits

Re: How to find correctly the client's locale?

2010-07-19 Thread olivier nouguier
Hi, Don't much about recent GWT version. But I the beginning of GWT I18N a simple solution was to use the I18N resolution ... Simply provide in a key locale( ex: locale=en ) with the correct value in each bundle, then just bind this key like another i18n label and you're done ... HIH On

Re: A couple of (probably) simple questions about using _escaped_fragment_ / ajax crawl-able.

2010-07-19 Thread RPB
I always use the #!meep syntax, which when the google crawler sees it interprets as ?_escape_fragment. I seem to recall reading in the google documentation that this is the correct way to do it. -Rob On Jul 17, 8:12 pm, darkflame darkfl...@gmail.com wrote: Thanks for both your help I'm almost

Re: No Class Definition Found Exception : jexcelapi

2010-07-19 Thread rajan kochhar
I have already added jar file in WEB-INF/lib folder.I am using Eclipse plugin for GWT. Can you clearify what exactly you mean by keeping them on the server? On Jul 19, 4:33 am, mdwarne mike.wa...@gmail.com wrote: Make sure your jars are in your webapp  WEB-INF/lib folder on the server.. Mike.

Re: GWT 2.0.4 caused Class Not Found, TransformerFactoryImpl

2010-07-19 Thread Jan
@Shyam Visamsetty: I just tested your solution and it works. So thank you very much!!! @emurmur: I already starred this issue and I am also looking forward to a real fix by google Best regards Jan -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

GWT + Arrows + DisclosurePanel #2

2010-07-19 Thread rlebosse
Hi everybody, I'm trying to change the arrow icons of the GWT disclosure panels. I made it in a GWT class. public interface CustomDisclosurePanelImages extends DisclosurePanelImages { public AbstractImagePrototype disclosurePanelClosed(); public AbstractImagePrototype disclosurePanelOpen(); }

Re: DisclosurePanel + Custom images + XML

2010-07-19 Thread rlebosse
I found the solution. Dont forget the d of closedImage. closedImage={disclosurePanelClosed} On Jul 19, 10:13 am, rlebosse rlebo...@gmail.com wrote: Thanks Thomas! I tried your solution but I have this error when I try to display the disclosure panel. 10:05:37.921 [ERROR] [ermin] In g:header

Re: GWT + Arrows + DisclosurePanel #2

2010-07-19 Thread rlebosse
I found the solution. Dont forget the d of closedImage. closedImage={disclosurePanelClosed} On Jul 19, 11:43 am, rlebosse rlebo...@gmail.com wrote: Hi everybody, I'm trying to change the arrow icons of the GWT disclosure panels. I made it in a GWT class. public interface

Re: menu got hanged

2010-07-19 Thread rajendra dasari
Hi all, I am also facing with the same issue, but which is working in FireFox, but in IE8 it is hanged, when i open a Window, or when i clearing and adding Panels to RootPanel. If u found any solutions please help me how to resolve. Thanks, Raj. On Sun, Jul 18, 2010 at 8:38 PM, Paachu

Setting jsessionid client side

2010-07-19 Thread Sudheer
Hello there! Our development environment has client code and server code. Client side we are using GWT(GXT) and server side we are using RESTFul (Apache CXF) services. And the communication between client and server is via JSON. Also we need to maintain token for login user. Everything runs fine

Re: Client-server synchronizing problems

2010-07-19 Thread rajendra dasari
Hi Gustavo, I want to know the server side how you are adding data to JSONArray and sending this JSONArray as response. using Java GWT we are adding like this form. 1) we have to add JSONArray to ArrayList. For Example: in server side resonse I am adding String name = Ram; ArrayList alList = new

Re: DeferredCommand. When should an RPC use it?

2010-07-19 Thread Brian Reilly
I don't know about addPause, but I think that DeferredCommand is primarily for cases where you need to do something with the DOM before it's actually available. For example, you can put a setFocus call in a DeferredCommand block before the element that's receiving focus has been added to the DOM

Re: New Java Documentation Tool from Sencha

2010-07-19 Thread Brian Reilly
It looks like some doc content isn't being displayed. I happened to go to com.extjs.gxt.ui.client.widget.Label and viewed the source and say a dl block. However it's not showing up in the app anywhere that I could see. -Brian On Jul 16, 3:17 am, Abraham Elias abraham.el...@gmail.com wrote:

Re: New Java Documentation Tool from Sencha

2010-07-19 Thread Peter Simun
Are there any plans when will sencha use standard GWT APIs ? Like HasText, HasValue, HasWidgets interfaces? For example, TextArea does not implements any of interfaces above but the widgets itself should hasve such an implementations. Thanks, Peter On 19. Júl, 14:17 h., Brian Reilly

Re: A couple of (probably) simple questions about using _escaped_fragment_ / ajax crawl-able.

2010-07-19 Thread Katharina Probst
That's right - you'll want #!. You don't want to use _escaped_fragment_ because that's just meant as a temporary URL between the crawler and your site, not for the user (remember that if your user would click on _escaped_fragment_, they'll get a rendered snapshot, not a functioning JavaScript

Re: GeoMap alternative?

2010-07-19 Thread Akshay Kumar
Once again, thanks for the tips Mikael. I shall give it a try.. On 19 July 2010 00:27, Mikael Couzic mikaelcou...@gmail.com wrote: Well, I know exactly how to do that with GWT-OpenLayers, but except GeoMap I'm not familiar with the alternatives so I can't compare. Anyway if you want to

Re: $_POST is empty when request made using RequestBuilder

2010-07-19 Thread RPB
Apologies if this is a double-post, the thread didn't seem to update the first time. I don't see anything in particular that is wrong with your code, but the following works for me if you want to give it a try: public void postPHPRequest(String url, String postData){ url =

Error while running my web app....

2010-07-19 Thread rohit kumra
GWT module abc may need to be (re)compiled. can anybody plz tel me the solution to this prob...? -- 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: $_POST is empty when request made using RequestBuilder

2010-07-19 Thread Thomas Broyer
On 18 juil, 14:44, malrawi musab.alr...@gmail.com wrote: Hi, I am really new to GWT, I tried searching the net for hours to get an answer to my problem with no luck. Here is what I am doing: I am creating a simple EntryPoint which shows some text fields, when the user clicks on a button I

Sending byte[] to Server

2010-07-19 Thread pk
HI, I am trying to send a byte[] to server (which is a file stream read thrugh a trusted applet and converted to byte[] and returned to the gwt client using gwtai). I am not getting any exception either in client side or in the server side, but the RPC call is not able to reach the server. Your

Re: $_POST is empty when request made using RequestBuilder

2010-07-19 Thread RPB
Although I can't see anything obviously incorrect with your code, the following code snippet successfully sends a POST request in my code: public void postPHPRequest(String url, String postData){ url = URL.encode(url); RequestBuilder builder = new

need best GWT book for a begginner to start career

2010-07-19 Thread Santosh kumar
hi, this is santosh, i got a job on java platform, so here im working on eclipse environment also im using GOOFLE WEB TOOLKIT .. but im facing difficulty in understanding the concept of GWT so please will u suggest me the best GWT book or send me the link where i can download book for free of

Can we go project like www.blockbuster.com using GWT ?

2010-07-19 Thread mrjayarajj
I am doing a RD on choosing the technology,framework etc.. I understand some benefits of gwt but still my client expect to do project simillar to www.blockbuster.com please some one tell me can we do project like www.blockbuster.com using gwt with same look and feel .. i hope that is very very

Re: Sending byte[] to Server

2010-07-19 Thread Lothar Kimmeringer
pk schrieb: I am trying to send a byte[] to server (which is a file stream read thrugh a trusted applet and converted to byte[] and returned to the gwt client using gwtai). I am not getting any exception either in client side or in the server side, but the RPC call is not able to reach the

Re: Can we go project like www.blockbuster.com using GWT ?

2010-07-19 Thread Stefan Bachert
Hi, Anything I have seen on this site could be done with GWT. I would expect a GWT approach to have a better startup time, maybe the half. On my slow line blockbuster take up to 60 seconds. 1.4 MByte size GWT is mostly GUI/client so you are free to choose the technology on server side. SPring,

Re: How to find correctly the client's locale?

2010-07-19 Thread Glimpse
I've renamed my index.html to index.jsp and I've added the following line in the head/ section: meta name=gwt:property content=locale=%=request.getLocale()% My application now uses the preferred language defined in the browser's settings. This works fine! On 19 juil, 10:24, Sorinel C

Re: How do I make alternative style sheets for IE7 etc. in GWT?

2010-07-19 Thread Stefan Bachert
Hi, Supported values are: ie6,ie8,gecko,gecko1_8,safari,opera You'll notice particularly vexingly there is no good way to specify an IE7 specific style rule. You'll find a justification for that decision here:http://code.google.com/p/google-web-toolkit/wiki/IE8Support When there is the

Re: How to find correctly the client's locale?

2010-07-19 Thread Stefan Bachert
Hi, the startup code detects the locale. As documented in stockwatcher demo, you could either supply a locale in the url (query parameter) or put it into host page as a fixed value Stefan Bachert http://gwtworld.de On 19 Jul., 10:19, Sorinel C scristescu...@hotmail.com wrote: I have used the

Re: need best GWT book for a begginner to start career

2010-07-19 Thread Akshay Kumar
I suggest - start with the http://code.google.com/webtoolkit/doc/latest/tutorial/ Follow its all the steps, get your hands dirty and dirtier. And then if you still need to learn from examples, then I liked the contents of this book: 1. Google Web Toolkit - Applications by Ryan dewsbury (

Re: DeferredCommand. When should an RPC use it?

2010-07-19 Thread Stefan Bachert
Hi, I do not see a specific relationship between RPC and deferred command. You could you deferred command to have a easy trigger after all done. For example: Assume you are using method chaining / fluent interfaces or similar techniques. With a deferred command you could solve the finishing

Re: Eclipse - Google Addons are gone after update

2010-07-19 Thread Magnus
Hi Jec! On Jul 18, 5:53 am, Jeff Chimene jchim...@gmail.com wrote: drwxr-sr-x 3 rootroot 4096 2010-07-18 05:07 . drwxr-sr-x 12 rootroot 4096 2010-07-12 19:10 .. drwxrwsr-x 9 Debian-exim users 4096 2010-06-17 17:15 eclipse Well, it's pretty clear that you're not root

Re: Eclipse - Google Addons are gone after update

2010-07-19 Thread Magnus
Well, I just found that tar tvfz eclipse-archive shows tomcat/ users as the owner of the files. I think that this UID corresponds to my Debian-exim id. However, I extract the tar files with tar xvfz. Magnus On Jul 18, 7:12 am, Jeff Chimene jchim...@gmail.com wrote: On Sat, Jul 17, 2010 at

Re: A couple of (probably) simple questions about using _escaped_fragment_ / ajax crawl-able.

2010-07-19 Thread darkflame
Thanks that clears things up a lot. I'll change them all to #!. I knew that if I used ? the user would need page refreshes, but this would only have been seen if the user has javascript disabled. I figured I could possibly use the search-engine crawlable version also has a javascriptless version

Adding Log4J to GWT?

2010-07-19 Thread AthlonRob
Is there a simple way to add Log4J ability to GWT? I am using GWT with MyBatis (formerly iBatis) and am having a problem. If I drop log4j-1.2.16.jar in to my classpath, as soon as I obtain a MyBatis connection, it starts throwing exceptions: [WARN] Exception while dispatching incoming RPC

Re: GinInjection

2010-07-19 Thread Eric
On Jul 18, 10:48 am, Thomas Broyer t.bro...@gmail.com wrote: GIN and UiBinder don't know of each other. If you want your instances injected by GIN, then you should provide them to UiBinder so it doesn't instantiate them by itself. This is generally done using @UiField(provided=true), and

Java 7 And Closures

2010-07-19 Thread Daniel Simons
Hey Guys, I was wondering if there have been plans centered around including Java 7 features such as closures to future versions of GWT. Thanks, Daniel -- 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: Java 7 And Closures

2010-07-19 Thread Nabeel Ali Memon
I guess GWT has been in great need of Closures. Just look at all the async callbacks. So i think we'll see a quick adoption of Closures, at least. Nabeel On Mon, Jul 19, 2010 at 10:48 PM, Daniel Simons daniel.simo...@gmail.comwrote: Hey Guys, I was wondering if there have been plans centered

Re: Java 7 And Closures

2010-07-19 Thread dolcra...@gmail.com
I think GWT should refrain from including Java 7 features until it is released at least... On Jul 19, 1:48 pm, Daniel Simons daniel.simo...@gmail.com wrote: Hey Guys, I was wondering if there have been plans centered around including Java 7 features such as closures to future versions of GWT.

Re: Software testing

2010-07-19 Thread Peter Simun
Don't forget to have a look on GWT testing best practices presented on Google I/O 2010: http://www.youtube.com/watch?v=T_CLzgEL7FA Peter On 15. Júl, 00:39 h., Thomas Broyer t.bro...@gmail.com wrote: On 13 juil, 00:17, anabillo bilal.all...@gmail.com wrote: Hello Guys , I start writing a

Re: Client-server synchronizing problems

2010-07-19 Thread Gustavo
Hi Raj, Thank you for your suggesion, i will try it as soon as i can understand it correctly, my skills are really not good, so i have to struggle a little. Btw, i don't know about this hanging problem on IE8, what causes it? can you reproduce it? Thanks again, Gustavo -- You received this

Share user input data from + MVP + Lady_Gaga

2010-07-19 Thread mk
Following is one of MVP sequence for TWO widgets 1) 1st VIEW has a simple textbox and submit button, wherein use enters her name Lady_Gaga and click submit. 2) 1st PRESENTER fires an event on submit_button_click. 3) 2nd PRESENTER catches that event and displays 2nd VIEW as dialog box with user

Re: Adding Log4J to GWT?

2010-07-19 Thread Freller
Try http://code.google.com/p/gwt-log/ very good integration with log4j Regards, Freller On Jul 19, 1:15 pm, AthlonRob athlon...@gmail.com wrote: Is there a simple way to add Log4J ability to GWT? I am using GWT with MyBatis (formerly iBatis) and am having a problem.  If I drop

Need strategy to implement window layout

2010-07-19 Thread David Vree
Brand new GWT developer here -- tasked with implementing a thin client that will replace a rich client .NET program that used to make use of this dockable window library: http://www.divelements.com/net/controls/sanddock/screenshots.aspx I'm currently struggling with the layout of the main

Re: Remove event handlers or not?

2010-07-19 Thread jay
Where do you see the automatic removal of handlers? There's nothing when a widget is unloaded, and I can't find anything that would do any cleanup. Maybe there's some code somewhere to do cleanup as the app is shutting down? I'm *really* interested in this because I'm in the process of tracking

Share user input data within MVP + Lady_Gaga

2010-07-19 Thread mk
How to share user input data within MVP. Following is one of MVP sequence for TWO widgets 1) 1st VIEW has a simple textbox and submit button, wherein use enters her name Lady_Gaga and click submit. 2) 1st PRESENTER fires an event ( cuz of button click). 3) 2nd PRESENTER catches that event and

Re: Eclipse - Google Addons are gone after update

2010-07-19 Thread Jeff Chimene
On 07/19/2010 07:44 AM, Magnus wrote: Well, I just found that tar tvfz eclipse-archive shows tomcat/ users as the owner of the files. I think that this UID corresponds to my Debian-exim id. However, I extract the tar files with tar xvfz. Magnus OK. I can reproduce what you're seeing.

Re: Share user input data within MVP + Lady_Gaga

2010-07-19 Thread Arthur Kalmenson
Isn't the second presenter setting the value in the second view based on the event it just caught? You're describing the interaction right there. -- Arthur Kalmenson On Mon, Jul 19, 2010 at 5:54 PM, mk munna.kaka.ch...@gmail.com wrote: How to share user input data within MVP. Following is

Re: Need strategy to implement window layout

2010-07-19 Thread Thomas Broyer
On 19 juil, 23:01, David Vree david.h.v...@gmail.com wrote: Brand new GWT developer here -- tasked with implementing a thin client that will replace a rich client .NET program that used to make use of this dockable window library:

Re: Remove event handlers or not?

2010-07-19 Thread Thomas Broyer
On 19 juil, 23:15, jay jay.gin...@gmail.com wrote: Where do you see the automatic removal of handlers? There's nothing when a widget is unloaded, and I can't find anything that would do any cleanup.  Maybe there's some code somewhere to do cleanup as the app is shutting down? onDetach calls

Re: Eclipse - Google Addons are gone after update

2010-07-19 Thread Rajeev Dayal
As an FYI, this issue is being tracked here: http://code.google.com/p/google-web-toolkit/issues/detail?id=5080 On Mon, Jul 19, 2010 at 5:57 PM, Jeff Chimene jchim...@gmail.com wrote: On 07/19/2010 07:44 AM, Magnus wrote: Well, I just found that tar tvfz eclipse-archive shows tomcat/ users

Re: Remove event handlers or not?

2010-07-19 Thread Blagoja Chavkoski
Hi, I have some small question related to events..but other way around: How can we fire a native(browser) event in gwt 2.xx ?! On 1.6 there was a method.Document.fireXXXEvent but not in the newer relies. tnx! On Tue, Jul 20, 2010 at 12:23 AM, Thomas Broyer t.bro...@gmail.com wrote: On 19

Re: Remove event handlers or not?

2010-07-19 Thread jay
Ah, so that's good for handlers of *DOM* events [e.g., using addDomHandler()]. For logical events [those added via addHandler()], however, it seems like you may still need to manually remove listeners. Is that correct? thanks! jay On Jul 19, 3:23 pm, Thomas Broyer t.bro...@gmail.com wrote: On

Re: Error while running my web app....

2010-07-19 Thread Blagoja Chavkoski
Compile the application...u made a big changes probably (I would say u implement locale or something like that ) so the app dose not have all needed permutations for the pages. Just compile, if using gwt plugin for eclipse the red icon..if using stand alone with ant build then call compile target

Re: Share user input data within MVP + Lady_Gaga

2010-07-19 Thread mk
Thanks a lot. Now if there are three DIFFERENT presenters (say 2a,2b,2c) listening event from 1st presenter. Than do 1st presenter has to create event with all the appro. values required by 2a,2b,2c presenters? Plz respond. On Jul 19, 3:59 pm, Arthur Kalmenson arthur.k...@gmail.com wrote:

GWT UI spacing issue

2010-07-19 Thread vbhansaly
Hi, I have designed a GWT based form in my webapp. It looks fine in firefox at normal zoom level (ctrl + 0). However with each zoom in (ctrl + -) the spacing between the form fields tends to decrease. Which layout should be layout used to prevent the above issue. Thanks, -- You received this

Re: Need strategy to implement window layout

2010-07-19 Thread David Vree
Thank you very much for the big help. To take advantage of window resizing, should I be setting the size of the panes as a percentage (of total window size)? On Jul 19, 6:19 pm, Thomas Broyer t.bro...@gmail.com wrote: On 19 juil, 23:01, David Vree david.h.v...@gmail.com wrote: Brand new GWT

Cache static data?

2010-07-19 Thread mk
How to cache data in browser. I want to cache data which changes infrequently (thus static common data changing bi-weekly and NOT html, js, css etc). -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

GWT response is allowing only boolean value in IE

2010-07-19 Thread raj
Hi All, I am new to GWT, when i am passing GWT response from server as String value, it is going to infinite state in IE. But in Mozilla String response is getting well with html tag pSuccess/p . Here is the code what i am doing is At client request: save.addListener(new ButtonListenerAdapter() {

Re: The new shiny GwtRpcCommLayer

2010-07-19 Thread monkeyboy
Jeff kindly answered here: http://groups.google.com/group/gwtrpccommlayer/browse_thread/thread/8ab1139854ef8858 On Jul 15, 4:19 pm, monkeyboy dilbert.elbo...@gmail.com wrote: This is great news for me:http://googlewebtoolkit.blogspot.com/2010/07/gwtrpccommlayer-extendin... It is about a GWT

[gwt-contrib] Re: ActivityManager support for RunAsync

2010-07-19 Thread Ben Harris
GIN trunk has AsyncProviders which are a nicer solution. On Jul 19, 9:40 am, jarrod jarrod.carl...@gmail.com wrote: I thought it might be helpful if, in the upcoming 2.1 release, ActivityManager and ActivityMapper could easily accommodate the use of RunAsync for code splitting. To make this

[gwt-contrib] Re: Adds Java classes for JSON serialization/deserialization to complement (issue696801)

2010-07-19 Thread zundel
Thanks for all the feedback. My responses to the comments from the Rays, Thomas, John and Scott: - We need functionality in the compiler to create JSON output to create a performance analysis tool. We are just using JSON as an exported data format, so being able to serialize a POJO isn't a big

[gwt-contrib] Add first-class support for [array].length in the compiler. (issue702801)

2010-07-19 Thread tobyr
Reviewers: scottb, Description: Add first-class support for [array].length in the compiler. Review by: sco...@google.com Please review this at http://gwt-code-reviews.appspot.com/702801/show Affected files: M dev/core/src/com/google/gwt/dev/jjs/ast/JVisitor.java M

[gwt-contrib] Re: Add first-class support for [array].length in the compiler. (issue702801)

2010-07-19 Thread tobyr
http://gwt-code-reviews.appspot.com/702801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add first-class support for [array].length in the compiler. (issue702801)

2010-07-19 Thread tobyr
http://gwt-code-reviews.appspot.com/702801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Revert Revert Adds UiBinder support for Grid, (issue703801)

2010-07-19 Thread rjrjr
Bob, you might want to use git magic to diff this directly against 8387. The delta from there is quite small. http://gwt-code-reviews.appspot.com/703801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Revert Revert Adds UiBinder support for Grid, (issue703801)

2010-07-19 Thread rjrjr
Bob, you might want to use git magic to diff this directly against 8387. The delta from there is q http://gwt-code-reviews.appspot.com/703801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Revert Revert Adds UiBinder support for Grid, (issue703801)

2010-07-19 Thread bobv
LGTM, with nits. http://gwt-code-reviews.appspot.com/703801/diff/1/2 File user/src/com/google/gwt/uibinder/elementparsers/GridParser.java (right): http://gwt-code-reviews.appspot.com/703801/diff/1/2#newcode2 user/src/com/google/gwt/uibinder/elementparsers/GridParser.java:2: * Copyright 2009

[gwt-contrib] Re: Revert Revert Adds UiBinder support for Grid, (issue703801)

2010-07-19 Thread markovuksanovic
Some comments. http://gwt-code-reviews.appspot.com/703801/diff/1/2 File user/src/com/google/gwt/uibinder/elementparsers/GridParser.java (right): http://gwt-code-reviews.appspot.com/703801/diff/1/2#newcode2 user/src/com/google/gwt/uibinder/elementparsers/GridParser.java:2: * Copyright 2009

[gwt-contrib] Re: Revert Revert Adds UiBinder support for Grid, (issue703801)

2010-07-19 Thread rjrjr
http://gwt-code-reviews.appspot.com/703801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Revert Revert Adds UiBinder support for Grid, (issue703801)

2010-07-19 Thread rjrjr
http://gwt-code-reviews.appspot.com/703801/diff/1/2 File user/src/com/google/gwt/uibinder/elementparsers/GridParser.java (right): http://gwt-code-reviews.appspot.com/703801/diff/1/2#newcode2 user/src/com/google/gwt/uibinder/elementparsers/GridParser.java:2: * Copyright 2009 Google Inc. On

[gwt-contrib] Moving the Cookbook examples into Showcase. Also updates a few examples in Showcase that used de... (issue704801)

2010-07-19 Thread jlabanca
Reviewers: Dan Rice, Description: Moving the Cookbook examples into Showcase. Also updates a few examples in Showcase that used deprecated code. The process for including raw source code in an example is now much easier thanks to ContentWidget#registerSource(). Examples that were using custom

[gwt-contrib] [google-web-toolkit] r8390 committed - Adds Java classes for JSON serialization/deserialization to complement...

2010-07-19 Thread codesite-noreply
Revision: 8390 Author: zun...@google.com Date: Mon Jul 19 11:45:38 2010 Log: Adds Java classes for JSON serialization/deserialization to complement com.google.gwt.json.client classes for the client side API. Review at http://gwt-code-reviews.appspot.com/696801

[gwt-contrib] [google-web-toolkit] r8391 committed - Revert Revert Adds UiBinder support for Grid,...

2010-07-19 Thread codesite-noreply
Revision: 8391 Author: rj...@google.com Date: Mon Jul 19 12:11:32 2010 Log: Revert Revert Adds UiBinder support for Grid, fixes bug that broke having subclasses of Grid in ui.xml files. Restores r8387 Review at http://gwt-code-reviews.appspot.com/703801 Review by: robertvaw...@google.com

[gwt-contrib] [google-web-toolkit] r8392 committed - Stop including backtraces whenever an annotation class is either...

2010-07-19 Thread codesite-noreply
Revision: 8392 Author: bowdi...@google.com Date: Mon Jul 19 12:48:16 2010 Log: Stop including backtraces whenever an annotation class is either undefined or not really an annotation. The backtrace doesn't help the end user, and it feels more like a compiler exception than a user code /

[gwt-contrib] Re: Add first-class support for [array].length in the compiler. (issue702801)

2010-07-19 Thread scottb
@spoon: question for you embedded in comments. @tobyr: mostly LG, just a few things. http://gwt-code-reviews.appspot.com/702801/diff/7001/8001 File dev/core/src/com/google/gwt/dev/jjs/ast/JArrayLength.java (right): http://gwt-code-reviews.appspot.com/702801/diff/7001/8001#newcode26

[gwt-contrib] [google-web-toolkit] r8393 committed - Once again rolls back GridParser, due to an as yet...

2010-07-19 Thread codesite-noreply
Revision: 8393 Author: rj...@google.com Date: Mon Jul 19 13:29:17 2010 Log: Once again rolls back GridParser, due to an as yet undiagnosed backward incompatibility. http://code.google.com/p/google-web-toolkit/source/detail?r=8393 Deleted:

[gwt-contrib] Re: Add first-class support for [array].length in the compiler. (issue702801)

2010-07-19 Thread spoon
http://gwt-code-reviews.appspot.com/702801/diff/7001/8006 File dev/core/src/com/google/gwt/dev/jjs/impl/ExpressionAnalyzer.java (right): http://gwt-code-reviews.appspot.com/702801/diff/7001/8006#newcode163 dev/core/src/com/google/gwt/dev/jjs/impl/ExpressionAnalyzer.java:163: canThrowException =

[gwt-contrib] Re: Revert Revert Adds UiBinder support for Grid, (issue703801)

2010-07-19 Thread rjrjr
http://gwt-code-reviews.appspot.com/703801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Revert Revert Adds UiBinder support for Grid, (issue703801)

2010-07-19 Thread rjrjr
Ignore this, please. Rietveld appears to be confused by the latest patch. I'll start a new issue. http://gwt-code-reviews.appspot.com/703801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re-re-reintroduces GridParser. Now we are careful not to emit a call (issue697802)

2010-07-19 Thread rjrjr
Reviewers: robertvawter, Description: Re-re-reintroduces GridParser. Now we are careful not to emit a call to resize(int, int) unless there is an actual reason to, thus minimizing the chance that we'll break a custom Grid subclass, and eliminating any change to the code generated by a simple

[gwt-contrib] Re: Re-re-reintroduces GridParser. Now we are careful not to emit a call (issue697802)

2010-07-19 Thread rjrjr
Hey, Bob. Third time's the charm. This should be a very small delta if you compare it directly against r8391. http://gwt-code-reviews.appspot.com/697802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Using ValueStore without RequestFactory

2010-07-19 Thread jarrod
I've spent some time looking through the new RequestFactory and ValueStore packages in GWT 2.1-M2. I am excited to see data binding and validation creeping into the core GWT code. However, I have a bit of a concern that the current implementation is too specific to JPA- based applications. Will

[gwt-contrib] Fix garbage collection issue with logging in Dev Mode (issue667802)

2010-07-19 Thread unnurg
Reviewers: Ray Ryan, Description: Fix garbage collection issue with logging in Dev Mode Please review this at http://gwt-code-reviews.appspot.com/667802/show Affected files: M user/src/com/google/gwt/logging/client/LogConfiguration.java Index:

[gwt-contrib] Re: Fix garbage collection issue with logging in Dev Mode (issue667802)

2010-07-19 Thread unnurg
http://gwt-code-reviews.appspot.com/667802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors