Re: XML Validation directly

2010-07-29 Thread Danny Goovaerts
I use saxon from Michael Kay (www.saxonica.com) for programmatic XML validation. It's very good, but it does not proivided much more detailed error messages. You mention that you need this during development time. Do you want to validate XML files that you construct by hand before using them in

Possible problem with GWT URL mechanism and cache

2010-07-29 Thread Ittai
Hi, I'm encountering a problem, currently on IE8 and Win XP, where I can start up the debug mode on eclipse and enter the URL of my application on IE8: http://localhost:8080/myModule/myModule.html?params and everything will work properly. If I stop the debug, change the code and build the

Re: Do we have any Library for OpenID autentication(Authentication using Google accounts/Face book etc.)

2010-07-29 Thread Danny Goovaerts
I've implemented support for openID with special case for Google and Yahoo mail (www.cellamea.eu). I've written a servlet that uses openid4java to interact with the openid providers. I can make the code available. On this moment, it's not packaged in an isolated way, so it's not usable out of the

Re: Spring Security UI Conditional Rendering

2010-07-29 Thread Peter Simun
SessionHandlerListener and SessionRemoteServiceFilter are used only for session handling - with each RPC request the sessionID is tranfered in the payload and on the server side is request paired with the session (based on sessionID from payload). (Security information are stored in session) If

Re: gwt module may need to be (re)compiled

2010-07-29 Thread Blagoja Chavkoski
You have problems with compiling, probably not created all permutation...Ill say u have added some I18N language topics Compile first all project, then create the war..with all pages...let me say if u have 2 languages..en and de than u need to compile(the compiler, not you) 14 diff

Re: gwt module may need to be (re)compiled

2010-07-29 Thread Thomas Van Driessche
Hi, Thanks for the reply. But i think this is what i did? What steps/commands do you suggest then? kind regards On Jul 29, 11:39 am, Blagoja Chavkoski baze...@gmail.com wrote: You have problems with compiling, probably not created all permutation...Ill say u have added some I18N language

Re: gwt module may need to be (re)compiled

2010-07-29 Thread Blagoja Chavkoski
How much language sup. u have?! I would say take out all inheritance for languages in the gwt.xml module, and re-compile the app and try what will happen... Also on withc browser you test..let me say..u can say to the compiler not to create all the permutation, maybe for a try just for

Re: gwt module may need to be (re)compiled

2010-07-29 Thread Frederic Conrotte
Sometimes you see the message “GWT module fundd may need to be recompiled “ popping up. It’s simply because the URL does not contain the “? gwt.codesvr=127.0.0.1:9997” part at its end. Ensure the full URL is passed to the Web server and the problem disappears. Fred On Jul 29, 10:18 am, Thomas

Re: gwt module may need to be (re)compiled

2010-07-29 Thread Thomas Van Driessche
HI, I also have read this on the internet, but the problem is that the parameter is attached, so that can't be the cause... Can it be that the XSLinker causes the problem? I removed it and now i can do a mvn clean install (deploy the war) and mvn gwt:clean gwt:compile gwt:run withouth problems

Re: Load widgets with user specific information strategy

2010-07-29 Thread Ice13ill
I wouldn't use queries that have as parameter the user's ID receiverd from the client because that could cause a security issue (let's say a hack could change the id that will reach the server). Instead you could store the user's ID on server side based on the current session (which probably

Falsh object

2010-07-29 Thread gopal bhalala
Hi to all, How can i put general flash banner using GWT without using html Best Regards Thanking you, Gopal Dhanjibhai Bhalala -- 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: Falsh object

2010-07-29 Thread rudolf michael
Hello there, I was able to use the below library in order to add any kind of SWF object as a widget. give it a try, it is easy and simple to use...check the wiki http://code.google.com/p/gwt2swf/ http://code.google.com/p/gwt2swf/regards, Rudolf Michael On Thu, Jul 29, 2010 at 3:50 PM, gopal

Re: gwt module may need to be (re)compiled

2010-07-29 Thread Thomas Van Driessche
The problem isn't gone. I still got it... It was gone for a second, but now it's back and i don't know the reason why. The internationalisation is out of the project... I use also the maven-clean-plugin for the war folder. any other reasons why this can happen? On Jul 29, 2:05 pm, Thomas Van

Re: Do we have any Library for OpenID autentication(Authentication using Google accounts/Face book etc.)

2010-07-29 Thread Jeff Chimene
Hi: I'm not convinced that GWT is the right environment for Authentication. GWT is a great toolkit, but solving the authentication/authorization problem in an application-agnostic way is a tough problem to solve. FWIW, one of my current apps supports traditional username/password as well as

Re: how to size Frame so no scrollbars?

2010-07-29 Thread Thomas Dvornik
An easy solution would be to use a 3rd party like SmartGWT. All their widgets have a method called setAutoHeight() which will do exactly what you want. However, I haven't tried this, but give it a shot. This might have to go in an class that extends Frame. link.addClickListener(new

deRPC == Error in the com.google.gwt.rpc.server.CommandSerializationUtil

2010-07-29 Thread Sorinel C
Hi there, I got to that point that I need to improve my RPC transfer speed - due to big data - and I tried the com.google.gwt.rpc.RPC. It's much, much faster -- but it's buggy. In dev.mode I got from 45 sec (classic approach) to 5sec with deRPC approach). But when I tried to run it in the

multi-file selection upload - swfupload can work with gwt?

2010-07-29 Thread cy dev
i am working out a multiple file upload module with gwt (which can support multi-file selection). the most available tool i can find is swfupload, however the samples provided seems to work with php platform only. the progress i am working is to create a HTML widget and embed the flash button

Passing values between 2 screens (popups)

2010-07-29 Thread Reinaldo (Gmail)
Hi All. I`d like to know how would be the best approach to pass some data (attributes) from Screen A to Screen B. (Kind of popups) I want to avoid any request. I heard about putting the values in a cookie and get them later but I did not like that solution. Thanks Manza -- You

Eclipse New Project - No JUnit Tests Created

2010-07-29 Thread Matei Dragu
Hello, I am following the Getting Started documentation here: http://code.google.com/webtoolkit/doc/latest/tutorial/gettingstarted.html and when I created a new project in Eclipse (3.6) no JUnit tests were created. The folders are there but the .java files are not. Does anyone know what might be

exporting all table data to excel sheet irrespective of page data

2010-07-29 Thread Jay
Hi, I am trying to export all the data which is present in table to excel sheet but through GWT it is allowing to export only the data present in current page. E.g if we have total data of 400 and in current page if it is having 100 data (because of pagination) then by clicking on export excel

Howto drop menubar items from code

2010-07-29 Thread gwtnub
Hi,im creating a menubar with diferentes menuitems and submenus that are created dynamically ( is not a static code). I want to activate one item from the menubar (possible one nested in one of the menubar submenus), how i do this via code? I tried with dom.get().createClickEvent with no luck,

How to debug GWT serverside code with non suported classes by Google App Engine (debugging with tomcat?)

2010-07-29 Thread lmedici
Hi i try to debug a method containing a mysql connection or a soap call implemented with axis2 (Version 1.5.1). this doesn't work. i can deploy the code into a tomcat. in this case it works. but in this case i cannot debug it. i searched in the web and i saw that i have to disable the Google App

Css in Visualizations charts

2010-07-29 Thread acrace
I have a GWT chart widget that uses the Visualizations api. I'm trying to style individual cells in my chart widget using css. The end goal is to differentiate selected cells from unselected by either changing their border or applying a background image. I have not been able to find a good example

opening a MenuBar programatically

2010-07-29 Thread bftanase
Hi, How can I trigger a MenuBar to open (same effect as in hovering my mouse over the menu title, when setAutoOpen() is set to true) 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

create agenda (meeting invitation) by GWT

2010-07-29 Thread ichi
Hi, I'm using Java eclipse and GWT to develop a website and I'm planning to create a calendar in which there is an agenda contain proposition of meeting and then send invitation to other users. What is possible way to do this? I saw in GWT calendar

GWT evaluation: How to realize this specific app scenario?

2010-07-29 Thread A.Augustini
Dear GWT Community members: As GWT newbie I'm currently evaluating GWT for some potential future projects. After reading available introductory materials, I'm now wondering if GWT is the appropriate candidate for my specific app scenario. If I got it right, there basically exist 2 methods to

swfupload with gwt

2010-07-29 Thread cy dev
i am working out a multiple file upload module with gwt. the most available tool i can find is swfupload, however the samples provided seems to work with php platform only. the progress i am working is to create a HTML widget and embed the flash button object, the select dialog prompts and allow

html

2010-07-29 Thread Andrea Bittencourt de Souza
como navegar entre telas html??? how to navigate between screens html??? -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to

java.lang.NoClassDefFoundError: com/google/gwt/dev/DevMode; 2.1.0-M1

2010-07-29 Thread capgeti
Hello. I have a problem to start gwt-devmode since last week. I use intellij IDEA 9.0.3. I created a GWT Modul and a web facet. I created a GWT Run Configuration too. In use of gwt 2.0.3 all works fine, but when I try 2.1.0-M1 this exception was thrown: Exception in thread main

Re: Views without presenters - how should they handle events?

2010-07-29 Thread PeteUK
Christian, Thanks for the reply. I understand that mechanism. The point I was making is that there is no presenter class because of the way the Mailboxes view is created from the uiBinder xml. Pete On 28 July, 16:04, Christian Goudreau goudreau.christ...@gmail.com wrote: Reference the

Re: Falsh object

2010-07-29 Thread Peter Simun
Hi Gopal, You can inspire yourself by gwt-youtube-api project. http://gwt-youtube-api.googlecode.com/svn/trunk/src/main/java/com/google/youtube/client/api/FlashPlayer.java No HTML, just pure GWT :) Peter On 29. Júl, 14:50 h., gopal bhalala gopalbhal...@gmail.com wrote: Hi to all, How can i

Re: Views without presenters - how should they handle events?

2010-07-29 Thread PeteUK
Thanks for the reply. I think I will use the event bus for now. Half way through reading about Guice. Looks pretty neat. Will finish up and start reading about Gin. I still don't know at this stage if I can dependency inject the event bus to the view that is created by the binder. Sounds a bit

GWTCanvas vs gwt-graphics?

2010-07-29 Thread BrianP
I'm looking for a library with (what seems like) basic drawing capabilities: - drawing circles, rectangles, and lines between them (like a family tree) - text notations on these objects; not exactly ON them, but near them - ability to fill partials on the circles and rectangles, mostly filling a

Re: XML Validation directly

2010-07-29 Thread John Ivens
Thanks for the information! On Wed, Jul 28, 2010 at 11:39 PM, Danny Goovaerts danny.goovae...@gmail.com wrote: I use saxon from Michael Kay (www.saxonica.com) for programmatic XML validation. It's very good, but it does not proivided much more detailed error messages. You mention that you

Re: html

2010-07-29 Thread Peter Simun
use GWT anchor with the specified link to HTML file Peter On 28. Júl, 18:56 h., Andrea Bittencourt de Souza deia...@gmail.com wrote: como navegar entre telas html??? how to navigate between screens html??? -- You received this message because you are subscribed to the Google Groups Google

Re: Web service call

2010-07-29 Thread Deepak Singh
Hi Sanjeev, I have set up a project in GWT 2.1 M2 through eclipse 3.5 and have included smartGWT jar file and have also configured in gwt.xml file. I am using wsdl classes from smartGwt and getting this error. Caused by: java.lang.UnsatisfiedLinkError:

TextBox and Button missing in Chrome

2010-07-29 Thread dragonfly
I installed latest GWT 2.0.4 and created my first project inside Eclipse 3.5 today. The first project runs well on IE and firefox but the TextBox and Button are both missing in Google Chrome. Any one has the same issue? It happens both at home and work computers, tested at Mac, Windows and Ubuntu

Re: GWT Rocks!

2010-07-29 Thread Nuda LU
Hi, can you tell me your standards to evaluate a tool? speed? user-friendly? On Wed, Jul 28, 2010 at 9:56 PM, sakesun roykiatisak sake...@gmail.comwrote: Besides praising, could anybody please give some short story of your experience with GWT ? What kind of project are you working on ? How

Re: swfupload with gwt

2010-07-29 Thread Peter Simun
Did you try gwt-plupload project? http://code.google.com/p/gwt-plupload/ Plupload project seem to have nice examples which fits your needs. Peter On 28. Júl, 18:57 h., cy dev cydevelo...@gmail.com wrote: i am working out a multiple file upload module with gwt.  the most available tool i can

Re: Falsh object

2010-07-29 Thread gopal bhalala
Thank you very much dear Best Regards Thanking you, Gopal Dhanjibhai Bhalala On Thu, Jul 29, 2010 at 6:27 PM, rudolf michael roud...@gmail.com wrote: Hello there, I was able to use the below library in order to add any kind of SWF object as a widget. give it a try, it is easy and simple

Re: GWTCanvas vs gwt-graphics?

2010-07-29 Thread André Moraes
GWT-graphics: The goal of the GWT Graphics library is to provide a consistent cross-browser vector graphics library for Google Web Toolkithttp://code.google.com/webtoolkit/. GWT Graphics uses SVG and VML for creating graphics. GWTCanvas Provides cross Browser Vector Graphics support in the spirit

Re: java.lang.NoClassDefFoundError: com/google/gwt/dev/DevMode; 2.1.0-M1

2010-07-29 Thread dane.molotok
DevMode is provided by gwt-dev.jar, which is in the SDK. So let's start simple: is gwt-dev.jar on your classpath? (I have zero experience with IDEA, sorry). On Jul 29, 5:17 am, capgeti capg...@googlemail.com wrote: Hello. I have a problem to start gwt-devmode since last week. I use intellij

How to unit test an event, based on the event bus?

2010-07-29 Thread Csaba Gajo
Hello there, I watched the presentation by Ray Ryan and have implemented a basic framework based on the MVP pattern article [1]. However, what I don't understand is how am I supposed to write my unit tests? Let's say I have an architecture like this: [client] +- [events]

Re: Possible problem with GWT URL mechanism and cache

2010-07-29 Thread Chris Conroy
This sounds like you misconfigured your webserver to serve up the .nocache files as cached. On Thu, Jul 29, 2010 at 2:51 AM, Ittai etai...@gmail.com wrote: Hi, I'm encountering a problem, currently on IE8 and Win XP, where I can start up the debug mode on eclipse and enter the URL of my

Re: Passing values between 2 screens (popups)

2010-07-29 Thread lineman78
If you were the one that spawned the screen you will have a javascript referance to it and can call javascript functions on it. http://codepunk.hardwar.org.uk/bjs12.htm You will be able to do this in GWT by using the GWT Exporter library. On Jul 28, 7:58 pm, Reinaldo \(Gmail\)

Re: Do we have any Library for OpenID autentication(Authentication using Google accounts/Face book etc.)

2010-07-29 Thread lineman78
You don't want to use GWT for authentication, what you want to do is use the authentication provided to you by the container. The solution that Danny provided does just that. You want to use a JSR-196 authentication provider like openId4Java and use your web.xml to require authentication to

Page Document Resize On Load

2010-07-29 Thread Vince
Hello, There's this resize of the content that happens on load of the page where GWT is running. This page is launched from an app that does not employ GWT and is using a style on its body element that zeroes out the padding and margin style attributes. To note, the GWT application does the same

Protected Page + PopupPanel

2010-07-29 Thread Hilco Wijbenga
I'm trying to have a popup login box show up instead of the real page when the user is not yet logged in. The relevant code is below. What happens, however, is that the popup panel shows up briefly and is then overwritten with the DockLayoutPanel, even though I did not yet add it to the

Re: Protected Page + PopupPanel

2010-07-29 Thread Hilco Wijbenga
On 29 July 2010 12:26, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: I'm trying to have a popup login box show up instead of the real page when the user is not yet logged in. The relevant code is below. What happens, however, is that the popup panel shows up briefly and is then overwritten

Re: IncompatibleRemoteServiceException caused by different RPC Protocol Versions (server: 5, client 6)

2010-07-29 Thread Jason482
I'm getting pretty much the same error, except in reverse: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This application is out of date, please click the refresh button on your browser. ( Expecting version 6 from server, got 5. ) Have you been able to get around this using

Re: Do we have any Library for OpenID autentication(Authentication using Google accounts/Face book etc.)

2010-07-29 Thread V M
Thanks everyone for your valuable input. I guess i have to lookinto implementation of OpenID4Java. Cheers, VM On Thu, Jul 29, 2010 at 2:04 PM, lineman78 linema...@gmail.com wrote: You don't want to use GWT for authentication, what you want to do is use the authentication provided to you by

Re: gwt module may need to be (re)compiled

2010-07-29 Thread Yau
I encountered the same problem 2 times before 1) I forgot to add a new jar in the build path into WEB-INF/lib folder. 2) the mapping in proxy_ajp was incorrect (but it doesn't apply if you are debugging in hosted mode). On Jul 29, 4:18 pm, Thomas Van Driessche thomas.van.driessch...@gmail.com

Re: gwt module may need to be (re)compiled

2010-07-29 Thread igor mejia
tou can use mvn gwt:clean gwt:compile 2010/7/29 Yau kvle...@gmail.com I encountered the same problem 2 times before 1) I forgot to add a new jar in the build path into WEB-INF/lib folder. 2) the mapping in proxy_ajp was incorrect (but it doesn't apply if you are debugging in hosted mode).

Re: GWT Rocks!

2010-07-29 Thread sakesun roykiatisak
Speed of development is my primary concern. But I'm open for any other practical story why GWT is such an elegant solution. Thanks On Thu, Jul 29, 2010 at 11:25 PM, Nuda LU nuda...@gmail.com wrote: Hi, can you tell me your standards to evaluate a tool? speed? user-friendly? On Wed, Jul 28,

Re: GWT Rocks!

2010-07-29 Thread Craigo
With 6 developers, we used GWT to develop on online lending application. GWT was used as the front end, and it seamlessly plugged into the back end software via Spring. The developers were already skilled in Java, so the uptake of GWT was painless. Development was completed within a few weeks,

Re: HTML5 Offline GWT APP

2010-07-29 Thread Shawn Brown
Hey Julio, The problem is finding out which files are cached and how... i don't know if there is any tool that show you that. Here's one way... Go to the The Application Cache Database section http://building-iphone-apps.labs.oreilly.com/ch06.html Shawn -- You received this message because

[gwt-contrib] Partial commit towards making instance methods real. Merged the execution paths (issue726801)

2010-07-29 Thread amitmanjhi
Reviewers: Ray Ryan, Description: Partial commit towards making instance methods real. Merged the execution paths for the syncRequest and RequestObject. Patch by: amitmanjhi Review by: rjrjr (desk review) Please review this at http://gwt-code-reviews.appspot.com/726801/show Affected files:

[gwt-contrib] Re: Split LogManager class into an set of Impl classes so that any LogManager calls (issue638802)

2010-07-29 Thread fredsa
LGTM http://gwt-code-reviews.appspot.com/638802/diff/1/2 File user/src/com/google/gwt/logging/LogImpl.gwt.xml (right): http://gwt-code-reviews.appspot.com/638802/diff/1/2#newcode11 user/src/com/google/gwt/logging/LogImpl.gwt.xml:11: replace-with

[gwt-contrib] Re: Add two new ClientBundle annotations: (issue714801)

2010-07-29 Thread fredsa
http://gwt-code-reviews.appspot.com/714801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] No longer require RPCs to contain a 'Content-Length' HTTP request header, thus (issue727801)

2010-07-29 Thread fredsa
Reviewers: jat, Description: No longer require RPCs to contain a 'Content-Length' HTTP request header, thus enabling support for XHR with 'Transfer-Encoding: Chunked'. Review by: j...@google.com Please review this at http://gwt-code-reviews.appspot.com/727801/show Affected files: M

[gwt-contrib] Re: Partial commit towards making instance methods real. Merged the execution paths (issue726801)

2010-07-29 Thread Ray Ryan
LGTM On Wed, Jul 28, 2010 at 6:19 PM, amitman...@google.com wrote: Reviewers: Ray Ryan, Description: Partial commit towards making instance methods real. Merged the execution paths for the syncRequest and RequestObject. Patch by: amitmanjhi Review by: rjrjr (desk review) Please

[gwt-contrib] Re: No longer require RPCs to contain a 'Content-Length' HTTP request header, thus (issue727801)

2010-07-29 Thread jat
http://gwt-code-reviews.appspot.com/727801/diff/1/2 File user/src/com/google/gwt/user/server/rpc/RPCServletUtils.java (right): http://gwt-code-reviews.appspot.com/727801/diff/1/2#newcode183 user/src/com/google/gwt/user/server/rpc/RPCServletUtils.java:183: int byteCount = in.read(buffer); Does

[gwt-contrib] Re: Add two new ClientBundle annotations: (issue714801)

2010-07-29 Thread bobv
LGTM with minor changes. http://gwt-code-reviews.appspot.com/714801/diff/10001/11001 File user/src/com/google/gwt/resources/client/DataResource.java (right): http://gwt-code-reviews.appspot.com/714801/diff/10001/11001#newcode41 user/src/com/google/gwt/resources/client/DataResource.java:41:

[gwt-contrib] Re: Begin to convert DynaTableRF sample to using UiBinder. (issue698802)

2010-07-29 Thread bobv
http://gwt-code-reviews.appspot.com/698802/diff/1/5 File samples/dynatablerf/src/com/google/gwt/sample/dynatablerf/client/DayFilterWidget.ui.xml (right): http://gwt-code-reviews.appspot.com/698802/diff/1/5#newcode17

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

2010-07-29 Thread zundel
On 2010/07/19 14:26:03, zundel wrote: 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,

[gwt-contrib] Re: First pass at keyboard navigation (currently only for CellTable) (issue710802)

2010-07-29 Thread rice
http://gwt-code-reviews.appspot.com/710802/diff/1/3 File user/src/com/google/gwt/cell/client/Cell.java (right): http://gwt-code-reviews.appspot.com/710802/diff/1/3#newcode71 user/src/com/google/gwt/cell/client/Cell.java:71: boolean isEditing(Element element, Object key); Good idea. On

[gwt-contrib] Re: Begin to convert DynaTableRF sample to using UiBinder. (issue698802)

2010-07-29 Thread Ray Ryan
LGTM On Thu, Jul 29, 2010 at 6:22 AM, b...@google.com wrote: http://gwt-code-reviews.appspot.com/698802/diff/1/5 File samples/dynatablerf/src/com/google/gwt/sample/dynatablerf/client/DayFilterWidget.ui.xml (right): http://gwt-code-reviews.appspot.com/698802/diff/1/5#newcode17

[gwt-contrib] Re: Hard coded History integration for the Scaffold app. This is step zero (issue717801)

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

[gwt-contrib] Re: Hard coded History integration for the Scaffold app. This is step zero (issue717801)

2010-07-29 Thread rjrjr
Still not ready for review, just sharing the progress. Activities no longer have to clean up any event handlers they register, and ActivityManger should be exception proof. http://gwt-code-reviews.appspot.com/717801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Ensure bridgeMethods is initialized, even when constructed from other subtypes, such as MissingT... (issue708802)

2010-07-29 Thread Scott Blum
LGTM -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Optimize ResourceOracle Refresh by removing some archaic guarantees and some other peephole opti... (issue728801)

2010-07-29 Thread conroy
Reviewers: scottb, Description: Optimize ResourceOracle Refresh by removing some archaic guarantees and some other peephole optimizations R: scottb Please review this at http://gwt-code-reviews.appspot.com/728801/show Affected files: M dev/core/src/com/google/gwt/dev/cfg/ModuleDef.java D

[gwt-contrib] Re: Optimize ResourceOracle Refresh by removing some archaic guarantees and some other peephole opti... (issue728801)

2010-07-29 Thread conroy
(rebase from superdevmode) http://gwt-code-reviews.appspot.com/728801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add two new ClientBundle annotations: (issue714801)

2010-07-29 Thread fredsa
http://gwt-code-reviews.appspot.com/714801/diff/10001/11001 File user/src/com/google/gwt/resources/client/DataResource.java (right): http://gwt-code-reviews.appspot.com/714801/diff/10001/11001#newcode41 user/src/com/google/gwt/resources/client/DataResource.java:41: public @interface DoNotEmbed

[gwt-contrib] Re: Optimize ResourceOracle Refresh by removing some archaic guarantees and some other peephole opti... (issue728801)

2010-07-29 Thread scottb
LGTM http://gwt-code-reviews.appspot.com/728801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Optimize ResourceOracle Refresh by removing some archaic guarantees and some other peephole opti... (issue728801)

2010-07-29 Thread scottb
Nit: http://gwt-code-reviews.appspot.com/728801/diff/1/2 File dev/core/src/com/google/gwt/dev/cfg/ModuleDef.java (right): http://gwt-code-reviews.appspot.com/728801/diff/1/2#newcode125 dev/core/src/com/google/gwt/dev/cfg/ModuleDef.java:125: private final Styles styles = new Styles();; Extra

[gwt-contrib] Re: Split LogManager class into an set of Impl classes so that any LogManager calls (issue638802)

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

[gwt-contrib] Re: Split LogManager class into an set of Impl classes so that any LogManager calls (issue638802)

2010-07-29 Thread unnurg
http://gwt-code-reviews.appspot.com/638802/diff/1/2 File user/src/com/google/gwt/logging/LogImpl.gwt.xml (right): http://gwt-code-reviews.appspot.com/638802/diff/1/2#newcode11 user/src/com/google/gwt/logging/LogImpl.gwt.xml:11: replace-with

[gwt-contrib] Remove bogus @SuppressWarnings that eclipse wanted (issue729801)

2010-07-29 Thread rjrjr
Reviewers: tobyr, Description: Remove bogus @SuppressWarnings that eclipse wanted Review by: to...@google.com Please review this at http://gwt-code-reviews.appspot.com/729801/show Affected files: M dev/core/src/com/google/gwt/dev/jjs/impl/BuildTypeMap.java Index:

[gwt-contrib] Re: Remove bogus @SuppressWarnings that eclipse wanted (issue729801)

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

[gwt-contrib] Adds a new CrossSiteIframeLinker. This linker works cross-site, (issue726802)

2010-07-29 Thread spoon
Reviewers: jgw, Description: Adds a new CrossSiteIframeLinker. This linker works cross-site, because it uses a script tag to download code instead of XHR. However, like the iframe linker, it still uses an iframe to hold all the installed code. Review by: j...@google.com Please review this at

[gwt-contrib] Re: Adds a new CrossSiteIframeLinker. This linker works cross-site, (issue726802)

2010-07-29 Thread spoon
This is ready for review. It's almost the same as this change: http://gwt-code-reviews.appspot.com/726802 The only difference is that this patch makes a new linker rather than updating the XS linker in place. The contents of the new linker are the same as what was in the previous patch.

[gwt-contrib] Re: Adds a new CrossSiteIframeLinker. This linker works cross-site, (issue726802)

2010-07-29 Thread spoon
Err, make that the following issue: http://gwt-code-reviews.appspot.com/674802 http://gwt-code-reviews.appspot.com/726802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Lazily generate LocaleInfoImpl (rebase from superdevmode) (issue619807)

2010-07-29 Thread conroy
Reviewers: scottb, Description: Lazily generate LocaleInfoImpl (rebase from superdevmode) Review by: sco...@google.com Please review this at http://gwt-code-reviews.appspot.com/619807/show Affected files: M user/src/com/google/gwt/i18n/client/LocaleInfo.java --

[gwt-contrib] Forgot to commit .classpath and .project for DynaTableRf due to (issue721802)

2010-07-29 Thread rjrjr
Reviewers: amitmanjhi, Description: Forgot to commit .classpath and .project for DynaTableRf due to .gitignore settings. Review by: amitman...@google.com Please review this at http://gwt-code-reviews.appspot.com/721802/show Affected files: A eclipse/samples/DynaTableRf/.classpath A

[gwt-contrib] [google-web-toolkit] r8439 committed - Remove bogus @SuppressWarnings that eclipse wanted...

2010-07-29 Thread codesite-noreply
Revision: 8439 Author: rj...@google.com Date: Thu Jul 29 09:21:20 2010 Log: Remove bogus @SuppressWarnings that eclipse wanted Review at http://gwt-code-reviews.appspot.com/729801 Review by: to...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=8439 Modified:

[gwt-contrib] Re: Forgot to commit .classpath and .project for DynaTableRf due to (issue721802)

2010-07-29 Thread Amit Manjhi
LGTM On Thu, Jul 29, 2010 at 12:47 PM, rj...@google.com wrote: Reviewers: amitmanjhi, Description: Forgot to commit .classpath and .project for DynaTableRf due to .gitignore settings. Review by: amitman...@google.com Please review this at http://gwt-code-reviews.appspot.com/721802/show

Re: [gwt-contrib] Phasing in a new, unified linker

2010-07-29 Thread Matt Mastracci
On 2010-07-26, at 4:56 PM, John Tamplin wrote: Is the new linker designed to curtail extension, or to sanely encourage it? The existing primary linkers ended up getting extended in brittle ways. That's a good point. Let's make it a final class to start with, and open up extension points

[gwt-contrib] Re: Adds a new CrossSiteIframeLinker. This linker works cross-site, (issue726802)

2010-07-29 Thread Matt Mastracci
[manually forwarding to list due to subscription bug...] Wow, this looks great. This is exactly what I had imagined. Once dev mode is in place we should be able to switch dotspots over to this from our current custom linker. I was looking through the latest SelectionScriptLinker in trunk and

Re: [gwt-contrib] Phasing in a new, unified linker

2010-07-29 Thread Lex Spoon
I don't have a strong opinion about it. They can be non-final, with simply no particular effort to truly make them extensible. I think it might be possible to move the template JS files to GWT-translated code with extension points managed through rebinding and overriding. Until then, making

[gwt-contrib] [google-web-toolkit] r8441 committed - Refactoring to one top level class per .java file, since some...

2010-07-29 Thread codesite-noreply
Revision: 8441 Author: fabb...@google.com Date: Thu Jul 29 09:26:40 2010 Log: Refactoring to one top level class per .java file, since some tools don't understand more than that. Review by: jat Review at http://gwt-code-reviews.appspot.com/686801

[gwt-contrib] [google-web-toolkit] r8442 committed - Forgot to commit .classpath and .project for DynaTableRf due to...

2010-07-29 Thread codesite-noreply
Revision: 8442 Author: rj...@google.com Date: Thu Jul 29 09:50:39 2010 Log: Forgot to commit .classpath and .project for DynaTableRf due to .gitignore settings. Review at http://gwt-code-reviews.appspot.com/721802 Review by: amitman...@google.com

[gwt-contrib] Re: Hard coded History integration for the Scaffold app. This is step zero (issue717801)

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

[gwt-contrib] Re: No longer require RPCs to contain a 'Content-Length' HTTP request header, thus (issue727801)

2010-07-29 Thread fredsa
Thanks, Chris. I'll plan a separate patch for that. http://gwt-code-reviews.appspot.com/727801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: No longer require RPCs to contain a 'Content-Length' HTTP request header, thus (issue727801)

2010-07-29 Thread fredsa
http://gwt-code-reviews.appspot.com/727801/diff/1/2 File user/src/com/google/gwt/user/server/rpc/RPCServletUtils.java (right): http://gwt-code-reviews.appspot.com/727801/diff/1/2#newcode183 user/src/com/google/gwt/user/server/rpc/RPCServletUtils.java:183: int byteCount = in.read(buffer); The

[gwt-contrib] Re: Add two new ClientBundle annotations: (issue714801)

2010-07-29 Thread fredsa
http://gwt-code-reviews.appspot.com/714801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8443 committed - Re-introduces UiBinder parser for AbsolutePanel, now backward...

2010-07-29 Thread codesite-noreply
Revision: 8443 Author: gwt.mirror...@gmail.com Date: Thu Jul 29 11:09:15 2010 Log: Re-introduces UiBinder parser for AbsolutePanel, now backward compatible. Restores work introduced at r8430, rolled back at r8432. Patch by konstantin.scheg...@gmail.com Review by rj...@google.com

[gwt-contrib] DynatableRf refactoring in response to http://code.google.com/p/google-web-toolkit/source/detail... (issue674803)

2010-07-29 Thread amitmanjhi
Reviewers: Ray Ryan, Description: DynatableRf refactoring in response to http://code.google.com/p/google-web-toolkit/source/detail?r=8436 Patch by: amitmanjhi Review by: rjrjr Please review this at http://gwt-code-reviews.appspot.com/674803/show Affected files: M

[gwt-contrib] Re: DynatableRf refactoring in response to http://code.google.com/p/google-web-toolkit/source/detail... (issue674803)

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

[gwt-contrib] [google-web-toolkit] r8444 committed - rollback of optimizations that caused problems for some projects...

2010-07-29 Thread codesite-noreply
Revision: 8444 Author: unn...@google.com Date: Thu Jul 29 12:27:21 2010 Log: rollback of optimizations that caused problems for some projects Review by: con...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=8444 Added:

[gwt-contrib] Ensure that we give createTempFile at least 3 characters for the prefix (issue699804)

2010-07-29 Thread conroy
Reviewers: Lex, Description: Ensure that we give createTempFile at least 3 characters for the prefix See: http://code.google.com/p/google-weab-toolkit/issues/detail?id=5178 Review by: sp...@google.com Please review this at http://gwt-code-reviews.appspot.com/699804/show Affected files: M

  1   2   >