Re: stoppropagation in IE8 with GCF plugin activated

2011-05-23 Thread JC
Anybody home? Or maybe that someone could explain me why I don't have any trouble with Chrome but I have with IE8 with the Google Chrome Frame activated. I think that I'm not the only one with this kind of problem. Please gimme advices. On 21 mai, 11:38, JC realje...@gmail.com wrote: Well,

Image URL from Facebook doesn't load on Chrome, but does on other browsers.

2011-05-23 Thread erebrus
For some reason, in Chrome, an image with a url like: http://a1.sphotos.ak.fbcdn.net/hphotos-ak-snc4/154191_1015063770634_542315633_16102394_1381308_n.jpg doesn't show up when I load it in GWT (inside a Image object). It does however show up if I use Firefox or IE. Does anybody have any clue

Re: Validation-api-1.0.0, Doesn't work

2011-05-23 Thread MaximeMularz
Hi, I compiled the sources but when I'm using Validator validator = Validation.buildDefaultValidatorFactory().getValidator(), these are the errors : * Deferred binding result type 'javax.validation.ValidatorFactory' should not be abstract * Unable to load modumle entry point class

Re: Validation-api-1.0.0, Doesn't work

2011-05-23 Thread Adolfo Panizo Touzon
Try it with: Validator validator = GWT.create(SampleValidator.class); Other thing, send us the modules that you are inhertir in your project. If you use your form, you must specify in your xxx.gwt.xml the change of the class (remember, you must use the gwt class and not the standar class), like

Re: Validation-api-1.0.0, Doesn't work

2011-05-23 Thread Adolfo Panizo Touzon
Another thing I forgot, you could specify the steps you have done to compile the gwt-user project? Thanks in advance. 2011/5/23 Adolfo Panizo Touzon adolfo.pan...@gmail.com Try it with: Validator validator = GWT.create(SampleValidator.class); Other thing, send us the modules that you are

Tried to implement MVP Part 2 - some Questions remain

2011-05-23 Thread tanteanni
i am still at the path to get an deeper understanding of design of large-scale-gwt applications. first some way points were set (https://groups.google.com/forum/#!topic/google-web-toolkit/f20FbM04usU/discussion). Now i implemented my only use-case obeying to MVP Part

xs vs. xsiframe linker - purpose of two cross site linkers in GWT

2011-05-23 Thread Raphael André Bauer
Hi, I recently tried to use GWT's Cross Site linkers to allow GWT code loaded from different servers. And - they really like a charm - great work! :) Linker xs does not seem to work in dev mode [1], Linker xsiframe [2] works both in dev an production mode, but needs script tags of gwt.xml to be

Re: Issue in method anonymous class in GWT

2011-05-23 Thread ankit
thnks to u Juan.but the problem still exist.setRecords() is executing after model(). On May 20, 4:16 pm, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Do: public void model(){    System.out.println(This line is executing);   DataListModel model = new

HTML rendering in GWT

2011-05-23 Thread maximus
Hi all, Is it possible to execute this line of code in GWT : htmlfont face=\sansserif\ size=\3\bAre you sure that you want to Edit?/b/font/html I want to create a TextPane and initialize it with : Are you sure that you want to Edit ? after applying the mentioned HTML properties to it. Thanks

Re: xs vs. xsiframe linker - purpose of two cross site linkers in GWT

2011-05-23 Thread Thomas Broyer
On Monday, May 23, 2011 11:34:31 AM UTC+2, ra wrote: Hi, I recently tried to use GWT's Cross Site linkers to allow GWT code loaded from different servers. And - they really like a charm - great work! :) Linker xs does not seem to work in dev mode [1], Linker xsiframe [2] works both in

How to unit test case on GWT server side class methods and how mock up the session inside the methods.

2011-05-23 Thread Rupesh
Can anybody please suggest how to write unit test case on GWT server side class methods and mainly how to mock up the session inside the methods. I getting NullPointerException with the statment like : final HttpSession session = this.getHttpSession(); - As I m not able create the Object of same

Aw: Re: Issue in method anonymous class in GWT

2011-05-23 Thread Jens
Maybe I don't get it right but in an entrypoint class: @Override public void onModuleLoad() { System.out.println(onModuleLoad(): started); Label label = new Label() { @Override public void setText(final String text) { System.out.println(Label.setText(): + text); super.setText(text); }

Re: Image URL from Facebook doesn't load on Chrome, but does on other browsers.

2011-05-23 Thread Max Jonas Werner
Hi erebrus, without some code it'll be difficult to help you. Please post the code snippet which creates your Image. HTH Max -- 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: Validation-api-1.0.0, Doesn't work

2011-05-23 Thread Adolfo Panizo Touzon
Hi Maxime, I answered for you in the mail from which you sent me the link. While I wait your answer I am working to see if I can fix it. Thank you very much for everything. 2011/5/23 Adolfo Panizo Touzon adolfo.pan...@gmail.com Another thing I forgot, you could specify the steps you have done

Re: Validation-api-1.0.0, Doesn't work

2011-05-23 Thread MaximeMularz
Hi, 1/ I did the tuto : http://code.google.com/webtoolkit/makinggwtbetter.html#workingoncode. 2/ I visited this page http://subversion.apache.org/packages.html; 3/ I downloaded and Installed : Win32Svn (32-bit client, server and bindings, MSI and ZIPs; maintained by David Darj) 4/ I added

Re: Validation-api-1.0.0, Doesn't work

2011-05-23 Thread Adolfo Panizo Touzon
Hi, [I feel like a complete idiot right now. XD. There is a tutorial on google!] Ok. I'm putting to work to try to compile everything on my own in the meantime, if youmanage what you put in the mail to compile all the SDK and get it, accelerate the whole process and so I can create the complete

Re: Validation-api-1.0.0, Doesn't work

2011-05-23 Thread MaximeMularz
Hi, I'm waiting your sample because, I don't know how to play with !!! Maxime On 23 mai, 14:17, Adolfo Panizo Touzon adolfo.pan...@gmail.com wrote: Hi, [I feel like a complete idiot right now. XD. There is a tutorial on google!] Ok. I'm putting to work to try to compile everything on my

Re: GWT frustrations

2011-05-23 Thread bkbonner
Ok, So I initialized the request factory with a SimpleEventBus and I got further. I then got the NoClassDefFoundError on javax.validation.Validation. Woohoo! I never cheered so much for a different error. I remembered this had to do with JSR-303 and after some searching I found that this

Re: stoppropagation in IE8 with GCF plugin activated

2011-05-23 Thread jhulford
I can't help you, but you may get better luck posting this into the Chrome Frame group. On May 23, 2:39 am, JC realje...@gmail.com wrote: Anybody home? Or maybe that someone could explain me why I don't have any trouble with Chrome but I have with IE8 with the Google Chrome Frame activated.

Re: Vaadin always causes out of memory exception

2011-05-23 Thread Andigator
In hosted mode: Failed to create an instance of 'vom.vaadin.terminal.gwt.client.WidgetSet' via deferred binding. |--- Out of memory Not that it should need this much memory anyway, but I'm running - Xmx2048M on 64 bit VM. Also tried 4096. Anyone else run into this problem? Thanks! On May

Re: How to unit test case on GWT server side class methods and how mock up the session inside the methods.

2011-05-23 Thread Ben Imp
I do all of my server side work in little action objects. This allows you to remove your dependency on RemoteServiceServlet, and test only your code. So basically all of your server methods would look like: return new MyAction(getThreadLocalRequest(), clientArgumentBundle).perform(); Then

Null pointer exception while calling RootPanel cancelBtnPanel = RootPanel.get(Btn1);

2011-05-23 Thread Bob
Hi, I am new to GWT, stuck with a basic problem. I have 2 html pages, my first page is index.html ( which is a static page ) and my second page is register.html page which is partly static and I am trying to create the buttons using GWT. In my register.html, I have defined a table and 2 tds

Deploy GWT into OSGi

2011-05-23 Thread Jose Luis Hernandez
Hello! I have developed a GWT simple application. I have generated war file and deployed it into JBoss. It runs!!! However, now I would like to deploy it into Apache Felix as OSGi container. Has anyone performed that??? How could I do it??? I have added the manifest file and the bundle is ACTIVE.

Xcode

2011-05-23 Thread CSchulz
Is there any information on using GWT with Xcode instead of Eclipse? I prefer not to use Eclipse. Thanks! -- 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

Problem with combining amcharts(Java Script Version) with smartgwt

2011-05-23 Thread Viswam
Hi, I am getting a problem like the checkbox is not changing its state once I add the line chart using amcharts in java script version. Please advise me how to get rid of this.. Thanks in Advance -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: managing gwt session?

2011-05-23 Thread Tim
Hi Ds, i also had some trouble concerning gwt sessions. I've written down my solution for a user log in scenario using session in my blog: http://tims-tech-blog.blogspot.com/ Hope it'll help. Regards, Tim -- You received this message because you are subscribed to the Google Groups Google

[UIBinder] UIField mapping with a name different between template and Java class

2011-05-23 Thread mat.gwt
Hello, Here my problematic. I have a UIBinder XML template, which will be linked to several Widget class. The name of the template fields are generic (not biz terms), as the widgets which will used this template are very various. g:Label ui:field='additionalData' ... / But in the widgets it's

Re: How to learn use GWT

2011-05-23 Thread KitleOyun
If you want to develop your GWT apps with a RAD tool, such as Roo, then http://gwtsts.blogspot.com/2011/02/rapid-application-development-using-gwt.html is a great place to start. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Event Handling

2011-05-23 Thread Juhi
Hi, I am designing an application using gwt with uibinder. I have two stacks on the left side of the browser and a context area on the right. Under the stacks, I have defined a tree that have a couple of tree items under it. I need to display a form on click or on selection of the tree item

Doubts on removeRow

2011-05-23 Thread Bharathi
Hi, I am inserting row using insertRow syntax for flextable in GWT.Based on the dropdown box selection i am inserting 4 new rows with mentioning position.In the same position there are already some rows inserted.When remove the rows it is not getting remove the newly inserted row.Instead it

GWT and Developing UI

2011-05-23 Thread Ash
We have a application that we have coded using GWT, Java, JDO, JPA. We have almost written our code for crud logic and its time to look at the development of UI. I am new to gwt and trying to explore some options for developing UI using gwt. I am little lost and would like to know whats the best

GWT Designer + GXT - Palette don't display GXT components

2011-05-23 Thread Jonathan
Hi, This is my versions: gxt-2.2.4-gwt22.jar Google Web Toolkit SDK 2.3.02.3.0.r36v201104261928 com.google.gwt.eclipse.sdkbundle.e36.feature.feature.group GWT Designer2.3.1.r36x201105142201 com.google.gdt.eclipse.designer.feature.feature.group GWT Designer Core

Module HTML, CSS, JS not created in Eclipse Google Web Toolkit project

2011-05-23 Thread Tor Pedersen
I have created a Google Web Toolkit project in Eclipse, without Google App Engine bindings as I want to use a regular java servlet engine (jetty-hightide) as my backend. Via Build Path I added some jars (sfl4j, activemq) and as GWT compiler doesn't copy them to directory war I did this manually.

Re: Image URL from Facebook doesn't load on Chrome, but does on other browsers.

2011-05-23 Thread erebrus
That's the point, the code is as straight forward as it gets HorizontalPanel hz = new HorizontalPanel(); Image image = new Image(http://a1.sphotos.ak.fbcdn.net/hphotos-ak- snc4/154191_1015063770634_542315633_16102394_1381308_n.jpg1);

Re: stoppropagation in IE8 with GCF plugin activated

2011-05-23 Thread JC
Ok, I'm gonna try, thank you On 23 mai, 16:04, jhulford jhulf...@gmail.com wrote: I can't help you, but you may get better luck posting this into the Chrome Frame group. On May 23, 2:39 am, JC realje...@gmail.com wrote: Anybody home? Or maybe that someone could explain me why I don't

how to best use MVP in this case?

2011-05-23 Thread KD
My app has the following layout.. ---header--- --searchbox-- W1, W2, W3 W3 W4 Where W1-5 are widgets, just like on Google Desktop. Using the searchbox basically updates the widgets with results depending on what widgets are mean to show. And yes, user can hit the back button and get

Re: HTML rendering in GWT

2011-05-23 Thread Ben Imp
Yes, it is possible. However, you should probably be using CSS and a span tag. Why not take a tour through the samples and see what GWT can do. http://code.google.com/webtoolkit/examples/ -Ben -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

[UIBinder] UIField mapping with a name different between template and Java classH

2011-05-23 Thread mat.gwt
Hello, Here my problematic. I have a UIBinder XML template, which will be linked to several Widget class. The name of the template fields are generic (not biz terms), as the widgets which will used this template are very various. g:Label ui:field='additionalData' ... / But in the widgets

Aw: [UIBinder] UIField mapping with a name different between template and Java classH

2011-05-23 Thread Jens
Maybe its possible (you have to write custom UiBinder generators) but at some point you will need a mapping between your template field name additionalData and the java field name ownerAge. How would you define that mapping? For me it doesn't feel right to possibly have a third file with that

Re: Facebook like/send buttons: using XFBML from GWT

2011-05-23 Thread KaffeineComa
Hi Librarian, We had *some* success in getting the FB buttons to work by hosting them on a JSP, and then viewing them via an iframe in the GWT app. You'll still potentially have rendering issues, as the FB buttons like to open popup divs when clicked, and it can be tricky to make things

Persistence Engine for GWT

2011-05-23 Thread J.Ganesan
I invite the group members to try out this persistence engine for GWT from www.DataStoreGwt.com. The developer can persist the object graph from client-side code without any RPC or custom serialization. Also, the developer can exercise concurrency control, commit or rollback a transaction, all

Re: Image URL from Facebook doesn't load on Chrome, but does on other browsers.

2011-05-23 Thread erebrus
Furthermore, if I force the image to have a size, I can right click and the open the picture link in a new tab and it will be displayed, it just doesn't seem to display inside an image object... On May 23, 3:14 pm, erebrus ereb...@gmail.com wrote: That's the point, the code is as straight

Re: Image URL from Facebook doesn't load on Chrome, but does on other browsers.

2011-05-23 Thread erebrus
I had meanwhile included a typo in the url...this is correct now. The problem persists HorizontalPanel hz = new HorizontalPanel(); Image image = new Image(http:// a1.sphotos.ak.fbcdn.net/hphotos-ak- snc4/154191_1015063770634_542315633_16102394_1381308_n.jpg);

CellList 2.3 javadoc typo

2011-05-23 Thread Stevko
The 2.3 GWT javadocs have a typo that can be easily remedied: http://google-web-toolkit.googlecode.com/svn/javadoc/2.3/com/google/gwt/user/cellview/client/CellList.html void setEmptyListMessage(SafeHtml html) Deprecated. as of GWT 2.3, use

Get keypress info without an event.

2011-05-23 Thread zip184
I have a MenuBar item Command that needs to know the current state of the keyboard. I basically need to detect whether the Ctrl is down and I don't have access to any KeyPressEvent that I'm aware of. I added the item with MenuBar.addItem(String, Command). The Command is where the code is that

Aw: Re: Image URL from Facebook doesn't load on Chrome, but does on other browsers.

2011-05-23 Thread Jens
Hmm I have added your code in a simple EntryPoint class and it works in my Chrome version (Mac OS, Beta/Dev Channel, Version 13.0.767.1). As the code snippet is really short I have no idea what can be wrong in your setup. Does the generated html code looks correct? -- You received this

adding code to RequestFactory Proxy

2011-05-23 Thread Stevko
I am using the web bindery requestfactory proxies successfully throughout a web app under development. One thing that I'm finding myself writing over and over are simple methods that define the logic for the proxy data fields. For example: class MeetingProxy extends EntityProxy { public Date

Re: GWT and Developing UI

2011-05-23 Thread Ash
Some insights would be definitely helpful. On May 22, 12:28 am, Ash ashwani...@gmail.com wrote: We have a application that we have coded using GWT, Java, JDO, JPA. We have almost written our code for crud logic and its time to look at the development of UI. I am new to gwt and trying to

more than one generate-with for the same class

2011-05-23 Thread Constantino
Hi, I was searching for something like: http://code.google.com/p/gwt-rpc-interceptor but saw that it was not exactly what I wanted, so I created my own interceptor. I have declared it like this: generate-with class=com.my.generator.ServiceInterfaceProxyGenerator

Re: GWT and Developing UI

2011-05-23 Thread Alisson Prestes
For 1 and 2 I would use a FlowPanel and some CSS. Alisson Prestes www.google.com/profiles/javalisson On Mon, May 23, 2011 at 4:49 PM, Ash ashwani...@gmail.com wrote: Some insights would be definitely helpful. On May 22, 12:28 am, Ash ashwani...@gmail.com wrote: We have a application

Re: GWT meets Adobe Flex: gwt4air 2.1 is here !

2011-05-23 Thread gwt.user
Works great. Thank you Alain. By the way have you ever thought about selling this to Adobe ? I think that might be interesting for them :) -- 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: Module HTML, CSS, JS not created in Eclipse Google Web Toolkit project

2011-05-23 Thread Tor Pedersen
Think I've got it. I have to explicitly make a page using (in Eclipse) File-New-Other then choose Google Web Toolkit-HTML page. Only problem now is that this feature seems to be broken in GWT 2.3.0... bummer... (http://code.google.com/p/google-web-toolkit/issues/detail? id=6338) Oh well... where

Re: Setting Up A Login Page To Use SSL

2011-05-23 Thread Nick Apperley
When using CORS with GWT how will I know if an HTTP request is getting through? In the client the RequestBuilder class is being used to send an HTTP POST with the Content-Type header set to text/plain. With the testing of the client it doesn't appear as though anything is occurring after the

Re: Setting Up A Login Page To Use SSL

2011-05-23 Thread Nick Apperley
It appears as though a request is getting through to the server. Why does RequestBuilder only accept a single String for data with an HTTP request? There are 2 defined REST web services on the server that take one or more parameters (data). How do I send an HTTP POST that contains one or more

GWT+Tomcat

2011-05-23 Thread Navindian
My Current application is working fine with Google app engine.. I wish to move it to Tomcat Server. What are the changes i need to convert it to web application in eclipse? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: Disabling Symbol Maps?

2011-05-23 Thread davekor
I tried excluding the symbolMap files with the following addition to appengine-web.xml, but its still complaining about the files being too big to be uploaded. So I guess that didn't work. resource-files exclude path=/WEB-INF/deploy/extrasolar/symbolMaps/* / /resource-files On May 13,

Spring + RequestFactory example project

2011-05-23 Thread Jeff Larsen
A very simple, very bare bones example project on setting up a RequestFactory + Maven project. https://github.com/larsenje/SpringRequestFactoryExample -- 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: Disabling Symbol Maps?

2011-05-23 Thread sixcorners
Well.. Here is a way to solve it I guess.. Kind of the least most invasive way to do it.. http://pastebin.com/urjK7LaB then add this to .gwt.xml define-linker class=x.linker.SymbolMapTooBig name=symbolmapsucks/ add-linker name=symbolmapsucks/ I recommend testing it first... Good luck.. --

Re: A way to see if scrollpanel's scrollbar is visible?

2011-05-23 Thread Craig Mitchell
Yes. int scrollBarWidth = scrollPanel.getElement().getOffsetWidth() - scrollPanel.getElement().getClientWidth(); int scrollBarHeight = scrollPanel.getElement().getOffsetHeight() - scrollPanel.getElement().getClientHeight(); values will be 0 if they are not showing. -- You received this

Re: image / background not showing up

2011-05-23 Thread kuokon
I've tracked it down, the problem was I'm using 'html5boilerplate.com's template CSS, which contains this line: ... @media print { { background: transparent !important; color: black !important; text- shadow: none !important; filter:none !important; ... and somehow GWT translated it to apply

[gwt-contrib] [google-web-toolkit] r10202 committed - Enables on the persistent unit cache by default....

2011-05-23 Thread codesite-noreply
Revision: 10202 Author: gwt.mirror...@gmail.com Date: Mon May 23 07:26:25 2011 Log: Enables on the persistent unit cache by default. Review at http://gwt-code-reviews.appspot.com/1448801 http://code.google.com/p/google-web-toolkit/source/detail?r=10202 Modified:

[gwt-contrib] Re: Re-implement runAsync to improve code size. (issue1442807)

2011-05-23 Thread bobv
http://gwt-code-reviews.appspot.com/1442807/diff/4001/dev/core/src/com/google/gwt/core/ext/soyc/impl/SplitPointRecorder.java File dev/core/src/com/google/gwt/core/ext/soyc/impl/SplitPointRecorder.java (right):

[gwt-contrib] Re: Re-implement runAsync to improve code size. (issue1442807)

2011-05-23 Thread zundel
http://gwt-code-reviews.appspot.com/1442807/diff/4001/dev/core/src/com/google/gwt/core/ext/soyc/impl/SplitPointRecorder.java File dev/core/src/com/google/gwt/core/ext/soyc/impl/SplitPointRecorder.java (right):

[gwt-contrib] Re: SafeHtmlRenderer code gen for UiBinder. Picking up issue 1426803 (issue1442804)

2011-05-23 Thread rchandia
PTAL http://gwt-code-reviews.appspot.com/1442804/diff/7001/user/src/com/google/gwt/uibinder/rebind/AbstractFieldWriter.java File user/src/com/google/gwt/uibinder/rebind/AbstractFieldWriter.java (right):

[gwt-contrib] Re: SafeHtmlRenderer code gen for UiBinder. Picking up issue 1426803 (issue1442804)

2011-05-23 Thread rchandia
http://gwt-code-reviews.appspot.com/1442804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Pruner runs only once. (issue1436802)

2011-05-23 Thread scottb
http://gwt-code-reviews.appspot.com/1436802/diff/4001/dev/core/src/com/google/gwt/dev/jjs/impl/ControlFlowAnalyzer.java File dev/core/src/com/google/gwt/dev/jjs/impl/ControlFlowAnalyzer.java (right):

[gwt-contrib] Re: Pruner runs only once. (issue1436802)

2011-05-23 Thread jbrosenberg
LGTM http://gwt-code-reviews.appspot.com/1436802/diff/4001/dev/core/test/com/google/gwt/dev/jjs/impl/PrunerTest.java File dev/core/test/com/google/gwt/dev/jjs/impl/PrunerTest.java (right):

[gwt-contrib] Partial fix for buganizer issue 4466425. Created a method to shift the expression range indices ... (issue1451801)

2011-05-23 Thread dconnelly
Reviewers: zundel, Description: Partial fix for buganizer issue 4466425. Created a method to shift the expression range indices for the detailed SOYC reports after function clustering. Please review this at http://gwt-code-reviews.appspot.com/1451801/ Affected files: M

Re: [gwt-contrib] EventBus package(s) in future GWT releases

2011-05-23 Thread Ray Ryan
We're trying to make bindery the correct location, but we're a bit in mid-step. But you shouldn't have to have two instances. gwt...EventBus extends binder...EventBus. On Sun, May 22, 2011 at 10:29 AM, dd cafeb...@googlemail.com wrote: Hey g-men, with GWT 2.3 the autobean, event and

[gwt-contrib] Re: Re-implement runAsync to improve code size. (issue1442807)

2011-05-23 Thread scottb
http://gwt-code-reviews.appspot.com/1442807/diff/4001/dev/core/src/com/google/gwt/core/ext/soyc/impl/SplitPointRecorder.java File dev/core/src/com/google/gwt/core/ext/soyc/impl/SplitPointRecorder.java (left):

[gwt-contrib] Re: Partial fix for buganizer issue 4466425. Created a method to shift the expression range indices ... (issue1451801)

2011-05-23 Thread zundel
http://gwt-code-reviews.appspot.com/1451801/diff/1/dev/core/src/com/google/gwt/dev/jjs/JavaToJavaScriptCompiler.java File dev/core/src/com/google/gwt/dev/jjs/JavaToJavaScriptCompiler.java (right):

[gwt-contrib] Re: Partial fix for buganizer issue 4466425. Created a method to shift the expression range indices ... (issue1451801)

2011-05-23 Thread Daniel Connelly
Comment re: clusterer below. Working on the formatting now... On Mon, May 23, 2011 at 2:07 PM, zun...@google.com wrote: http://gwt-code-reviews.appspot.com/1451801/diff/1/dev/core/src/com/google/gwt/dev/jjs/JavaToJavaScriptCompiler.java File

[gwt-contrib] RequestFactoryServlet

2011-05-23 Thread Jeff Larsen
@Bobv One thing about RequestFactoryServlet is that it is somewhat difficult to setup DI from containers such as Spring. I've been working on getting Spring wired into the request factory framework and there are a bunch of examples, but they all are pretty ugly. I think I've found a fairly

[gwt-contrib] Re: SafeHtmlRenderer code gen for UiBinder. Picking up issue 1426803 (issue1442804)

2011-05-23 Thread rjrjr
Nearly there, just a couple of nits. Thanks! After this patch lands we're going to need to think harder about the testing. The coverage introduced here is pretty light. E.g., we're not reproducing any of the escaping checks (like the various test*FunnyChars tests in UiBinderTest. I don't have an

[gwt-contrib] Re: 1. Assert, at runtime, that GWT is running in Standards Mode (i.e. with an appropriate DOCTYPE d... (issue1422816)

2011-05-23 Thread jlabanca
DocumentModeAsserter is asserting that the Document.compatMode does not equal BackCompat, which corresponds to quirks mode. You should be able to use any variation of the strict mode doctype and still pass the asserter, as long as the Document.compatMode is CSS1Compat. If your app is in quirks

[gwt-contrib] Re: Pruner runs only once. (issue1436802)

2011-05-23 Thread scottb
http://gwt-code-reviews.appspot.com/1436802/diff/4001/dev/core/test/com/google/gwt/dev/jjs/impl/PrunerTest.java File dev/core/test/com/google/gwt/dev/jjs/impl/PrunerTest.java (right):

Re: [gwt-contrib] RequestFactoryServlet

2011-05-23 Thread BobV
Does it makes sense to add the ServletContext into RequestFactoryServlet inside GWT proper? If so, I can submit a patch for you. That sounds like a very clean approach. When you submit the patch, please create an issue in the GWT issue tracker with the URL of the code review. -- Bob Vawter

[gwt-contrib] Re: Adds a ui:safehtml tag to UiBinder (issue1422812)

2011-05-23 Thread rjrjr
http://gwt-code-reviews.appspot.com/1422812/diff/7001/user/test/com/google/gwt/uibinder/elementparsers/ElementParserTester.java File user/test/com/google/gwt/uibinder/elementparsers/ElementParserTester.java (right):

[gwt-contrib] Re: SafeHtmlRenderer code gen for UiBinder. Picking up issue 1426803 (issue1442804)

2011-05-23 Thread rchandia
http://gwt-code-reviews.appspot.com/1442804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: SafeHtmlRenderer code gen for UiBinder. Picking up issue 1426803 (issue1442804)

2011-05-23 Thread rchandia
http://gwt-code-reviews.appspot.com/1442804/diff/10001/user/src/com/google/gwt/uibinder/rebind/AbstractFieldWriter.java File user/src/com/google/gwt/uibinder/rebind/AbstractFieldWriter.java (right):

[gwt-contrib] Re: SafeHtmlRenderer code gen for UiBinder. Picking up issue 1426803 (issue1442804)

2011-05-23 Thread rjrjr
LGTM Woot! http://gwt-code-reviews.appspot.com/1442804/diff/10001/user/test/com/google/gwt/uibinder/elementparsers/DialogBoxParserTest.java File user/test/com/google/gwt/uibinder/elementparsers/DialogBoxParserTest.java (right):

[gwt-contrib] Re: Attachable-IsRenderable rename step 1: Renaming the base interface. (issue1447806)

2011-05-23 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/1447806/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10203 committed - Pruner runs only once....

2011-05-23 Thread codesite-noreply
Revision: 10203 Author: sco...@google.com Date: Mon May 23 09:42:46 2011 Log: Pruner runs only once. I know this feels a little hacky, but I tracked down most of the sources of Pruner jitter that's causing it to run more than once. 1) Instance fields needed to be treated like

[gwt-contrib] Re: Re-implement runAsync to improve code size. (issue1442807)

2011-05-23 Thread zundel
LGTM http://gwt-code-reviews.appspot.com/1442807/diff/4001/dev/core/src/com/google/gwt/dev/js/JsUnusedFunctionRemover.java File dev/core/src/com/google/gwt/dev/js/JsUnusedFunctionRemover.java (left):

[gwt-contrib] gwtc classpath

2011-05-23 Thread Grzegorz Kossakowski
Hello, I run into a case when I want to have different classpath for running gwtc (through com.google.gwt.dev.Compiler class) from classpath containing source code that gwtc would compile. Let me give you a specific scenario. My fork of gwt is using scala-library.jar of some version A for

[gwt-contrib] Public (steph...@gmail.com): (issue1450802)

2011-05-23 Thread rjrjr
Reviewers: jlabanca, Description: Public (steph...@gmail.com): Adds two protected static methods to EventBus that expose otherwise inaccessible methods on Event (setSource and dispatch) to subclasses of EventBus. Allows alternative EventBus implementations without muddying the public API events

[gwt-contrib] Re: Facilitate implementations of EventBus in other packages (issue1443804)

2011-05-23 Thread rjrjr
Tweaks in http://gwt-code-reviews.appspot.com/1450802 http://gwt-code-reviews.appspot.com/1443804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Issue 6153

2011-05-23 Thread Tim Murison
Hi GWT Devs, I've recently come across Issue 6153 (http://code.google.com/p/google-web-toolkit/issues/detail?id=6153) which affects the released version of GWT 2.3. Any chance of a patch or a release 2.3.1 to fix this? Automatic error reporting integrated with the editor framework is probably

[gwt-contrib] Re: Partial fix for buganizer issue 4466425. Created a method to shift the expression range indices ... (issue1451801)

2011-05-23 Thread zundel
http://gwt-code-reviews.appspot.com/1451801/diff/1/dev/core/src/com/google/gwt/dev/jjs/JavaToJavaScriptCompiler.java File dev/core/src/com/google/gwt/dev/jjs/JavaToJavaScriptCompiler.java (right):

Re: [gwt-contrib] gwtc classpath

2011-05-23 Thread Eric Ayers
Hi Grzegorz, You mentioned the compiled classes in the class path are used to populate the type orace. For the most part, the type oracle types are compiled from source. Types that don't have source are then checked to see if they are binary annotations and then a type oracle reference is

[gwt-contrib] [google-web-toolkit] r10204 committed - - Modify the default HTML template to indicate that quirks mode is not...

2011-05-23 Thread codesite-noreply
Revision: 10204 Author: fre...@google.com Date: Mon May 23 11:13:45 2011 Log: - Modify the default HTML template to indicate that quirks mode is not supported - Cleanup UserAgentGenerator.java, for consistency with DocumentModeGenerator.java - Add two new configuration properties:

[gwt-contrib] Adds a ServletContext ThreadLocal to RequestFactoryServlet issue 6393 (issue1448804)

2011-05-23 Thread larsenje
Reviewers: bobv, google-web-toolkit-contributors_googlegroups.com, Description: Adds a ThreadLocalServletContext which will make it easier to facilitate getting beans from Spring. Please review this at http://gwt-code-reviews.appspot.com/1448804/ Affected files:

Re: [gwt-contrib] RequestFactoryServlet

2011-05-23 Thread Jeff Larsen
Created the issue as well and posted a link to the review. Thanks! http://gwt-code-reviews.appspot.com/1448804/ http://code.google.com/p/google-web-toolkit/issues/list?cursor=6393updated=6393ts=1306206518 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] RequestFactoryServlet

2011-05-23 Thread Jeff Larsen
Oh and I did test this to make sure it would with Spring. If you're interested here is a link to my test project. https://github.com/larsenje/SpringRequestFactoryExample -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10205 committed - Attachable-IsRenderable rename step 1: Renaming the base interface....

2011-05-23 Thread codesite-noreply
Revision: 10205 Author: rdcas...@google.com Date: Mon May 23 17:23:56 2011 Log: Attachable-IsRenderable rename step 1: Renaming the base interface. Review at http://gwt-code-reviews.appspot.com/1447806 http://code.google.com/p/google-web-toolkit/source/detail?r=10205 Added: