Re: This application is out of date, please click the refresh button on your browser

2011-05-26 Thread Ashwani Gupta
I had the same issue. Try restarting your computer and if that doesn't fix it then search for this ERROR: Expecting version between 5 and 6 from client, got 7 in the group and you can read through what worked for me. Ash On Wed, May 25, 2011 at 10:45 PM, Jose Luis Hernandez

Uncaught JavaScript exception in Chome

2011-05-26 Thread Bin Wu
Hi All, I am really new to GWT and working for my first GWT WebApp. Now I have got an error in the development console from eclipse, it ONLY happens in Chrome (either the latest stable version 11 or the latest beta version 13). I have no idea what is the problem. This happens after I upgraded GWT

Re: Uncaught JavaScript exception in Chome

2011-05-26 Thread Bin Wu
An quick update, I have disabled all the extension in Chrome, it seems fixed most of them. I mean I will not get the errors every time by left-clicking, but only happens once I load the webapp in the browser. In Eclipse Dev Console (UnknownFileName:-1) 2011-05-26 15:52:20,140

Share a Database Refrence in GWT

2011-05-26 Thread Myth17
I am working on a GWT Application which requires connection with MySQL database. I can do it successfully for a servlet. However I require multiple RemoteServiceServlets to share a single Conection refrence as creating a new one everytime makes no sense. How can I achive this? -- You

Re: Initialization Parameter in GWT

2011-05-26 Thread Myth17
This link was helpfull. Problem solved. :) http://stackoverflow.com/questions/6123806/initialization-parameter-in-gwt-for-database-connection -- 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: PreloadedTable alternative - GWT Incubator is death?

2011-05-26 Thread Go2one
Thanks for your response. I need to render own Widgets in the Cells - is this really the right way? Other question: Is there a way tp fetch the cell on a PreloadedTable if I click on it? Best Regards! -- You received this message because you are subscribed to the Google Groups Google Web

Re: This application is out of date, please click the refresh button on your browser

2011-05-26 Thread Jose Luis Hernandez
Hi! I have changed the libraries and the error is disappeared. However, the error changes. Now my error is: //EX[2,1, [com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException/ 3936916533,Could not locate requested interface 'main.java.com.gwt.app.client.GreetingService' in default

Re: Share a Database Refrence in GWT

2011-05-26 Thread Myth17
Do I need something like Struts? I dont want over complex architecture. I have no prior experience with struts Framework. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

force a node open on a cell tree (GWT 2.3)

2011-05-26 Thread K.WA
Hi I'm doing some common stuff, i.e manage a tree where the user can add and remove nodes. To the right of the tree the user sees an inspector that allows to sees and change detailled propery about the item currently selected in the tree. To add an item, the user selects a node and clicks a (+)

Re: Issue in method anonymous class in GWT

2011-05-26 Thread ankit
Thanks Jen...if u can give me some example of GWT.runAsync...then it wud be little helpful to me On May 24, 2:13 pm, Jens jens.nehlme...@gmail.com wrote: No I assumed you call your model.setRecords() method inside the model() method (because thats the only place where you can call it). So in my

activities - places with more complex layouts

2011-05-26 Thread tanteanni
i just tried to implement one little part of my little app with activities and places (before i tried MVP Part2https://groups.google.com/forum/#%21topic/google-web-toolkit/PYzmI2Ur34c). while this was nearly no problem i stumbled on refactoring/redesigning the rest - the main layout, entry

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

2011-05-26 Thread MaximeMularz
Hi, I have a new error : [ERROR] javax.servlet.ServletContext log: Exception while dispatching incoming RPC call java.lang.ExceptionInInitializerError at com.google.gwt.rpc.server.RPC.decodeRequest(RPC.java:160) at com.google.gwt.rpc.server.RpcServlet.processCall(RpcServlet.java:

Re: using GWT with flex?

2011-05-26 Thread Alain Ekambi
Well one the selling argument of most GWT-based framework is no plug in required or based on open standard And i think it s a good one. Flex needs Flash and since Steve Jobs was so nice to Flash the popularity of Flash is schrinking a bit :) Also because there is no way around MXML/AS3 to build

Re: This application is out of date, please click the refresh button on your browser

2011-05-26 Thread Jose Luis Hernandez
Well, I have achieved to solve the problem. It is needed to override method 'service' from HttpServlet: @Override protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { // Cache the current thread Thread

Using RequestFactory with other languages, especially Go

2011-05-26 Thread Alexander Orlov
Is it possible to leverage GWT's RequestFactory capability with other backends. Especially I'm interested whether it's possible to use RequestFactory in conjunction with a backend written in Go. And how big is the effort to write the appropriate glue code? -- You received this message because

GWT Session/login

2011-05-26 Thread Renato Beserra
Hey guys, I am developing a GWT application that requires login and I am using GWT RPC. I implemented a simple login/session feature that is handled with calls to the database to verify the authenticity of the session ID. I know that this is not efficient, but i am hesitating to use HTTPSession

Re: Error while deploying my gwt application on a websphere server 6.1 !!!!

2011-05-26 Thread Carlos
hey, for those who might face the same problem, the solution is that when you want to recreat your .war you should clean up your project and compile it (clean up is not always neseccary). On 24 mai, 16:47, Carlos hbazz...@gmail.com wrote: hi, This is the message i found in the log of the my

ListBox and Data Binding

2011-05-26 Thread Tyo
I'm novice in GWT, help pls with my problem. I try to bind complex data to UI via GWT Editor mechanism. It works perfectly when binding String fields to TextBox widgets, but I cannot understand how to bind any field to ListBox widget. Look at following example, pls Bean class: public class

Re: Selecting TextInputCell

2011-05-26 Thread tjmcc18
Best I could come up with is to use a modified version of EditTextCell instead, which at least highlights the text in the box on click. This still seems like a bug or at least an area that needs improvement. -TJ On May 25, 10:23 am, tjmcc18 tjmc...@gmail.com wrote: I have a CellTable which

Re: Share a Database Refrence in GWT

2011-05-26 Thread tjmcc18
If you are using an application server to run your services, making use if connection pools and datasources at that level is usually an easy way to share a pool of database connections. -TJ On May 26, 4:06 am, Myth17 nitishupr...@gmail.com wrote: Do I need something like Struts? I dont want

User Agent for Firefox 4

2011-05-26 Thread Simona Hobjila
Hello! I'm using Firefox 4.0.1 and gecko1_8 seem to work as value for user.agent.. Could you please tell me which token should I use instead? set-property name=user.agent value= / Thanks, Simona -- You received this message because you are subscribed to the Google Groups Google Web

localisation issues with DateTimeFormat.PredefinedFormat MONTH_ABBR

2011-05-26 Thread claratee
Hi, Where can I report this? I think its a bug. It appears that the strings returned for abbreviated month are wrong. I was wondering if anyone else has come across this, whether its likely to be resolved in another release, or if there is a good workaround. We are preparing an application for

HTML widget sometimes doesn't render 3rd party Javascript widget

2011-05-26 Thread maq
Hi, I tried to use GWT HTML widget to include a third party widget such as javascript code for Expedia banner. It doesn't seem always working when I test it. If the same javascript is directly put in the static HTML host page, it always works. Has anyone seen similar problem? - maq -- You

cant open gwt web project

2011-05-26 Thread alok o p
hi i am getting this error message,while i try to open a new gwt web project,please let me know if anyone has solution. Plug-in com.google.gdt.eclipse.suite was unable to load class com.google.gdt.eclipse.suite.wizards.NewWebAppProjectWizard. An error occurred while automatically activating

a Way to differentiate between User and Code Events

2011-05-26 Thread SVR
Is there a Way to differentiate between User and Code Events? I want to do certain actions only when the user blurs out of a field but not when the code does (the blur event is generated when the code sets focus on a different field). Has anybody done anything like this? thanks -- You received

Re: PreloadedTable alternative - GWT Incubator is death?

2011-05-26 Thread markM
Incubator has a learning curve but it works just fine for me and is blazing fast! On May 25, 11:40 am, Go2one dennis.schum...@go2one.de wrote: Hi everyone, because of performance issues we are using the PreloadedTable instead of FlexTable. No I read, that GWT Incubator is death? Is there any

Broken editor type conversions in GWT trunk r10227

2011-05-26 Thread Miroslav Genov
Hello, I'm trying to use trunk version of GWT but I'm encountering some conversion issues with the Editor framework. Caused by: java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String at

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

2011-05-26 Thread Adolfo Panizo Touzon
Maybe it can help you http://stackoverflow.com/questions/2116583/gwt-java-security-accesscontrolexception-access-denied-for-serializer-in-ubunt http://stackoverflow.com/questions/2116583/gwt-java-security-accesscontrolexception-access-denied-for-serializer-in-ubuntrevise, maybe that this exception

cant open gwt web project

2011-05-26 Thread Seth Hollyman
It's unclear from that excerpt what is wrong. It could indicate an error with the installation of GPE, or it could indicate some other issue with your eclipse environment. More information is needed. That said, the simplest resolution going forward is to try reinstalling GPE into a fresh

Re: PreloadedTable alternative - GWT Incubator is death?

2011-05-26 Thread Go2one
Thanks for your information but I can't figure out, what is the RowIndex of the clicked Row in a PreloadedTable: PreloadedTable innerGrid = new PreloadedTable(); innerGrid.addHandler(new ClickHandler() { public void onClick(ClickEvent event) { //what is the clicked row

How can I use the Unofficial Google Text-To-Speech API in a GWT application?

2011-05-26 Thread Alberto
Hi, I'm trying to use the Google TTS API (http://translate.google.com/ translate_tts?tl=enq=text”) for my GWT application. This API give me back an mp3 in a buffer that I have to play. To play mp3 files I'm using GWT-Voices (http://code.google.com/p/gwt- voices/) that requires an URL of the mp3

Re: User Agent for Firefox 4

2011-05-26 Thread Chris Conroy
gecko1_8 is the correct user agent for Firefox 4. This is slightly confusing since FF4 runs Gecko 2.0. However, we only update the user agent permutation properties when there is new code to select, and all of the FF3.6 permutation specific code is still valid for FF4. On Thu, May 26, 2011 at

how to i persiste state??

2011-05-26 Thread Elhanan
hi.. i've read about the MVP / place framework, but from all of this i still don't understand how do i persist the state of view i'm LEAVING, so it would mainted on the url, i have no reference the to place i'm leaving from all i have is the getActivity method with it's place parameter of

Re: HTML widget sometimes doesn't render 3rd party Javascript widget

2011-05-26 Thread Gabriel
Hi, First, when you want to access variables and functions from JSNI that are outside of the GWT code you must use the $wnd. prefix, for example to run the JavaScript alert() function from JSNI you would write $wnd.alert('something'); Second, you may be trying to call external JavaScript

Re: GWT Designer not working?

2011-05-26 Thread Eric Clayberg
Assuming you are using Windows, this issue is generally limited to Windows XP and earlier, so the best solution would be to upgrade to Windows Vista or Windows 7. It looks like something is interfering with localhost communications or JavaScript. Make sure that anything that might interfere with

Re: activities - places with more complex layouts

2011-05-26 Thread Thomas Broyer
There were interesting discussions in the comments of http://tbroyer.posterous.com/gwt-21-activities and http://tbroyer.posterous.com/gwt-21-activities-nesting-yagni -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: HTML widget sometimes doesn't render 3rd party Javascript widget

2011-05-26 Thread maq
Gabriel, Thanks for reply. Apologize for not being clear about my problem. I was not trying to calling any javascripts through JSNI. I simply want to include the banner scripts got from Expedia affiliate search form in a GWT HTML widget. div id='searchform_634420069924922689'/divscript

Cancelling RequestContext.create()

2011-05-26 Thread will0
Dear all, Considering the following common data structure: ParentProxy { ... ListChildProxy } In our app, the user may change and add a number of ChildProxies as well as ParentProxy properties, then save everything. When I'm creating a new ChildProxy, I call

Re: activities - places with more complex layouts

2011-05-26 Thread tanteanni
thx but guess before i opened this thread :-). the problem with all the tutorials/blogs/threads about places and activities is, that they all try to link themself to mvp and they all use/recycle simple mvp examples. (ok your articles try to show/mention the difference) but the main problem is

JUnitCreator not found

2011-05-26 Thread Bob
On Mac OSX, new to GWT, working through tutorials. I don't understand where JUnitCreator creator is...I cannot find it anywhere, as if i did not install with GWT 2.3 with Eclipse. It looks like (from the web) it should be installed in something like:

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

2011-05-26 Thread gwt.user
Also i dont know if Adobe will be interested in anything that do not include ActionScript and MXML to build Flexapplications You wont know until you try do yo ? Technically your project is really awesome man but more then the technical battle it s the commnucation battle that you will have

Re: GWT Session/login

2011-05-26 Thread Juan Pablo Gardella
Use a framework to manage security concern, for example Spring Security. This framework use HttpSession for example 2011/5/26 Renato Beserra renatobese...@gmail.com Hey guys, I am developing a GWT application that requires login and I am using GWT RPC. I implemented a simple login/session

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

2011-05-26 Thread MaximeMularz
The validation sample works !!! only without GAE - library, My new question : Does the validation sample work with google app engine ? Thanks On 26 mai, 16:00, Adolfo Panizo Touzon adolfo.pan...@gmail.com wrote: Maybe it can help

Re: activities - places with more complex layouts

2011-05-26 Thread Thomas Broyer
On Thursday, May 26, 2011 6:48:03 PM UTC+2, tanteanni wrote: thx but guess before i opened this thread :-). the problem with all the tutorials/blogs/threads about places and activities is, that they all try to link themself to mvp and they all use/recycle simple mvp examples. The

Re: Better XSRF protection in 2.3?

2011-05-26 Thread John A. Tamplin
Also, you are free to use the underlying RpcToken capabilities, which solves the hard part of the problem (transparently adding a token to every RPC request). You can use it to build on top of whatever session mechanism you have now, like this: // could also add @XsrfProtect and extend

eclipse GWT plugin jetty server problem

2011-05-26 Thread othman
Hi, i keep having an issue with GWT eclipse (helios) plugin in Linux box (opensuse 11.4). sometimes if i stop the dev mode server and then try Run as- web Application it gives me the below error. sometimes this doesn't give error and the dev mode app is started by the gwt eclipse plugin. maybe

Re: eclipse GWT plugin jetty server problem

2011-05-26 Thread Juan Pablo Gardella
The error java.net.BindException: Address already in use indicate that you have a process that are listening in this port. 2011/5/26 othman othmanelmou...@gmail.com Hi, i keep having an issue with GWT eclipse (helios) plugin in Linux box (opensuse 11.4). sometimes if i stop the dev mode

GWT Application Working in IE8.0, but Not In FireFox

2011-05-26 Thread Steve
We've developed a GWT application and it runs like a charm in IE8.0. However, when we try to launch it in FireFox (3.5 or 4.0) it doesn't work -- the layout is incorrect, the formatting is incorrect, some of the buttons and link no longer work, etc, etc. There are two modules in the application,

Re: eclipse GWT plugin jetty server problem

2011-05-26 Thread othman
probably this command : $sudo netstat --tcp --udp --listening -- program But why sometimes the port is free and app can run whether sometimes the port is not? this is a strange behavior maybe related to eclipse gwt plugin? On May 26, 9:52 pm, othman othmanelmou...@gmail.com wrote: there are no

Re: eclipse GWT plugin jetty server problem

2011-05-26 Thread Alan Chaney
Try running: ps alx | grep java and carefully check that the jetty server has shut down properly. Sometimes a bug can stop the server shutting down, and thus the port appears to be still in use when you try and start another instance. HTH Alan On 5/26/2011 2:09 PM, othman wrote:

Problem with Delete id Datastore

2011-05-26 Thread Randell Schneider
Hi There, I'm Starting a Web Project with GWT and some problems about datastore delete by ID. do not know why having this problem. I think it should be the primary key generation. OBS: getters and setters were not placed in this post Class GRUPO: import javax.jdo.PersistenceManager;

Gwt

2011-05-26 Thread POONEH
Hi I am a beginner in GWT, I download the DynaTableRf and tried to deploy it with eclipse on my google account, but it said that the project is not web app project why? I download it as a GWT project what should I do to deploy it to eclipse? Thank you -- You received this message because you are

Error when obfuscating a gwt jar

2011-05-26 Thread Hedi Ben Said
When I obfuscate a jar of a gwt application I got the following error The response could not be deserialized. By obfuscating I do not mean the compiler option of gwt. I mean obfuscating the .class files contained in the jar file Do you have any idea? Thanks a lot -- You received this message

Re: Gwt

2011-05-26 Thread David Chandler
Perhaps this will help: http://www.youtube.com/watch?v=GGJC_i7Dw6c Main documentation site for GWT is here: http://code.google.com/webtoolkit/download.html If you're just starting out, click the Downloads tab and follow the instructions to get Google Plugin for Eclipse, then complete the

Re: Problem with Delete id Datastore

2011-05-26 Thread David Chandler
Hi Randell, I'm guessing this is an App Engine project, in which case your server-side questions will likely get more response on the App Engine forum: http://groups.google.com/group/google-appengine/topics HTH, /dmc On Thu, May 26, 2011 at 11:09 AM, Randell Schneider

Re: eclipse GWT plugin jetty server problem

2011-05-26 Thread othman
thanks. could the gwt eclipse plugin developers team check with us if this is a known bug for the gwt eclipse plugin in Linux? does anyone experience this same problem? thanks On May 26, 10:12 pm, Alan Chaney a...@mechnicality.com wrote: Try running: ps alx | grep java and carefully check

Re: eclipse GWT plugin jetty server problem

2011-05-26 Thread Thomas Broyer
It's been reported several times: http://code.google.com/p/google-web-toolkit/issues/detail?id=3957 http://code.google.com/p/google-web-toolkit/issues/detail?id=4312 http://code.google.com/p/google-web-toolkit/issues/detail?id=4514 (pay attention to the issues status) -- You received this

Re: GWT/GPE 2.3 unable to sign in with Google Apps account

2011-05-26 Thread Alyxandor Aristocles
Alright, final notification to everyone's emails... Setting a fresh eclipse on linux worked perfectly. The same accounts that would hang in windows can use the plugin perfectly on ubuntu. This leads me to believe the white screen of death is a redirect hang during auth procedure in the web

Re: eclipse GWT plugin jetty server problem

2011-05-26 Thread othman El Moulat
thank you this has given one method that solves the problem automatically select unused port On Thu, May 26, 2011 at 11:14 PM, Thomas Broyer t.bro...@gmail.com wrote: It's been reported several times: http://code.google.com/p/google-web-toolkit/issues/detail?id=3957

Re: using GWT with flex?

2011-05-26 Thread Alain Ekambi
By the way this is an example illustrating how you can use GWT RPC with Flex using gwt4air. http://www.gwt4air.appspot.com/#mx.extended.rpc I basically just modified the default GWT example by changing the GWT UI with a Flex UI. The communication with the server is the same. This approach is

More logs on requestfactory ?

2011-05-26 Thread Simon M
I am getting an exception sent by a Receiver : Caused by: java.lang.RuntimeException: Server Error: null at com.google.web.bindery.requestfactory.shared.Receiver.onFailure(Receiver.java:36) at

Re: JSNI and Flex Intercommunication Problem (through Javascript Interface)

2011-05-26 Thread nino
Sorry i got back at you this late. You allready spot the problem. try doing somethinf like this var network_json = new $wnd.Object(); network_json.data = { data: { nodes: [ { id: 1 }, { id: 2 } ], edges: [ { id: 2to1, target: 1, source: 2 } ] }

GWT

2011-05-26 Thread POONEH GHORBANI
Hi I am a beginner in GWT, I download the DynaTableRf and tried to deploy it with eclipse on my google account, but it said that the project is not web app project why? I download it as a GWT project what should I do to deploy it to eclipse? Thank you -- You received this message because you are

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

2011-05-26 Thread Jonathan
Eric Clayberg, you are 100% right ! Tanx for the info On 25 mai, 09:43, Eric Clayberg clayb...@google.com wrote: GXT is only supported for GWT Java UIs. UiBinder does not provide an API for non-standard parsers, so, in general, GXT won't work with GWT Designer in UiBinder mode. GXT works

Re: Persistence Engine

2011-05-26 Thread J.Ganesan
The hosting issues have since been resolved. Please visit www.DataStoreGwt.com J.Ganesan www.DataStoreGwt.com On May 17, 8:43 pm, Ganesan tanyageo...@gmail.com wrote: It is just a matter of a few days, not exceeding seven days. We had some Linux permission issues while hosting. Thanks for

Re: GWT

2011-05-26 Thread John LaBanca
1. You have to install the google plugin for eclipse: http://code.google.com/eclipse/ 2. Right click on the DynaTableRf project and select properties 3. Expand Google 4. Choose App Engine-Enable App-Engine Try running in dev mode or deploying again. Thanks, John LaBanca

How to add CompositeCell to the CellTable

2011-05-26 Thread Kathiravan Tamilvanan
I am trying to CompositeCell with three checkboxes and a button hasCells.add(new HasCellContact, Boolean() { private CheckboxCell cell = new CheckboxCell(); @Override public CellBoolean getCell() { return cell;

[gwt-contrib] Re: Resubmitting r9970 again (again) - updating Animation to use the native requestAnimationFrame, w... (issue1446812)

2011-05-26 Thread t . broyer
I only gave it a glance but here are a few comments: - while I like the public requestAnimationFrame API, I don't like the static methods - I don't quite like the ImplMozilla/ImplWebkit extends ImplTimer pattern See details inline.

[gwt-contrib] Re: Resubmitting r9970 again (again) - updating Animation to use the native requestAnimationFrame, w... (issue1446812)

2011-05-26 Thread jlabanca
http://gwt-code-reviews.appspot.com/1446812/diff/1/user/src/com/google/gwt/animation/Animation.gwt.xml File user/src/com/google/gwt/animation/Animation.gwt.xml (right): http://gwt-code-reviews.appspot.com/1446812/diff/1/user/src/com/google/gwt/animation/Animation.gwt.xml#newcode22

[gwt-contrib] Re: Resubmitting r9970 again (again) - updating Animation to use the native requestAnimationFrame, w... (issue1446812)

2011-05-26 Thread t . broyer
http://gwt-code-reviews.appspot.com/1446812/diff/1/user/src/com/google/gwt/animation/client/Animation.java File user/src/com/google/gwt/animation/client/Animation.java (right): http://gwt-code-reviews.appspot.com/1446812/diff/1/user/src/com/google/gwt/animation/client/Animation.java#newcode56

[gwt-contrib] Re: Bugfixes in ControlFlowAnalyzer (issue1443807)

2011-05-26 Thread zundel
http://gwt-code-reviews.appspot.com/1443807/diff/2001/dev/core/src/com/google/gwt/dev/jjs/impl/ControlFlowAnalyzer.java File dev/core/src/com/google/gwt/dev/jjs/impl/ControlFlowAnalyzer.java (left):

[gwt-contrib] Re: Broken editor type conversions in GWT trunk r10227

2011-05-26 Thread Thomas Broyer
TextBox is for editing String (it's a IsEditorLeafValueEditorString), use an IntegerBox for Integers (IsEditorLeafValueEditorInteger). (and this group is for contributors to GWT, use http://groups.google.com/group/google-web-toolkit for support questions) --

[gwt-contrib] Changed method dependencies report to show method code sizes. Call stacks are now a dropdown act... (issue1451803)

2011-05-26 Thread dconnelly
Reviewers: zundel, Description: Changed method dependencies report to show method code sizes. Call stacks are now a dropdown action under each method. Please review this at http://gwt-code-reviews.appspot.com/1451803/ Affected files: M

[gwt-contrib] Re: Changed method dependencies report to show method code sizes. Call stacks are now a dropdown act... (issue1451803)

2011-05-26 Thread dconnelly
A NOOO On 2011/05/26 15:08:30, dconnelly wrote: http://gwt-code-reviews.appspot.com/1451803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Отг: Re: Broken editor type conversions in GWT trunk r10227

2011-05-26 Thread Miroslav Genov
Ah my mistake. Sorry about that post, but I wasn't sure where the problem is with my usage or some GWT issue. Thats why I posted it on both groups. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Misc GWT compiler bugfixes and cleanups (issue1452802)

2011-05-26 Thread scottb
Reviewers: jbrosenberg, zundel, http://gwt-code-reviews.appspot.com/1452802/diff/1/dev/core/src/com/google/gwt/dev/jjs/ast/JGwtCreate.java File dev/core/src/com/google/gwt/dev/jjs/ast/JGwtCreate.java (right):

[gwt-contrib] Re: Adding new DataGrid widget. DataGrid is a variation of CellTable that supports a fixed header a... (issue1450805)

2011-05-26 Thread jlabanca
committed as r10228 http://gwt-code-reviews.appspot.com/1450805/diff/1/user/src/com/google/gwt/user/cellview/client/AbstractCellTable.java File user/src/com/google/gwt/user/cellview/client/AbstractCellTable.java (right):

[gwt-contrib] Re: Misc GWT compiler bugfixes and cleanups (issue1452802)

2011-05-26 Thread zundel
LGTM http://gwt-code-reviews.appspot.com/1452802/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Misc GWT compiler bugfixes and cleanups (issue1452802)

2011-05-26 Thread zundel
http://gwt-code-reviews.appspot.com/1452802/diff/1/dev/core/src/com/google/gwt/dev/jjs/impl/ReferenceMapper.java File dev/core/src/com/google/gwt/dev/jjs/impl/ReferenceMapper.java (right):

[gwt-contrib] Re: AutoboxUtils cleanup (issue1443808)

2011-05-26 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1443808/diff/1/dev/core/src/com/google/gwt/dev/jjs/impl/AutoboxUtils.java File dev/core/src/com/google/gwt/dev/jjs/impl/AutoboxUtils.java (right):

[gwt-contrib] Re: AutoboxUtils cleanup (issue1443808)

2011-05-26 Thread scottb
http://gwt-code-reviews.appspot.com/1443808/diff/1/dev/core/src/com/google/gwt/dev/jjs/impl/AutoboxUtils.java File dev/core/src/com/google/gwt/dev/jjs/impl/AutoboxUtils.java (right):

[gwt-contrib] Re: A mechanical refactoring of the Precompile options as prep for further cleanup. (issue1452804)

2011-05-26 Thread zundel
Specifically, I used Eclipse refactoring to move Precompile.PrecompileOptions, Precompile.PrecompileOptionsImpl, Precompile.ArgProcessor, and GraphicsInitThread to top level classes. I updated one or two comments, and added @Override tags where eclipse highlighted them as being needed.

[gwt-contrib] Re: A mechanical refactoring of the Precompile options as prep for further cleanup. (issue1452804)

2011-05-26 Thread jbrosenberg
LGTM http://gwt-code-reviews.appspot.com/1452804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Changed method dependencies report to show method code sizes. Call stacks are now a dropdown act... (issue1443809)

2011-05-26 Thread dconnelly
Reviewers: zundel, Description: Changed method dependencies report to show method code sizes. Call stacks are now a dropdown action under each method. Review by: zun...@google.com Please review this at http://gwt-code-reviews.appspot.com/1443809/ Affected files: M

[gwt-contrib] Re: Add BatchedRequestScope utility class to aggregate all requests made within a single tick of the... (issue1449804)

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

[gwt-contrib] Re: Add RequestContext.find() to support chained requests. (issue1448806)

2011-05-26 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/1448806/diff/1/user/src/com/google/web/bindery/requestfactory/shared/RequestContext.java File user/src/com/google/web/bindery/requestfactory/shared/RequestContext.java (right):

[gwt-contrib] Re: Changed method dependencies report to show method code sizes. Call stacks are now a dropdown act... (issue1443809)

2011-05-26 Thread zundel
And, as you pointed out, there is no need for the class name headers to be clickable - could you remove that non-functioning clicking? http://gwt-code-reviews.appspot.com/1443809/diff/1/dev/core/src/com/google/gwt/soyc/MakeTopLevelHtmlForPerm.java File

[gwt-contrib] Creating a default Locator for RequestFactoryServlet

2011-05-26 Thread Jeff Larsen
@Bobv Thanks for committing the previous change, and I've got one more change that will make my, and probably a bunch of other people's, lives easier. By being able to setup a DefaultLocator, it would stop me from having to copy/paste @ServiceName(value=com.my.service.MyService *

Re: [gwt-contrib] Dollar sign and binary types

2011-05-26 Thread Grzegorz Kossakowski
2011/5/26 Grzegorz Kossakowski grzegorz.kossakow...@gmail.com: 2011/5/26 Eric Ayers zun...@google.com: Hi again, Can you point out any of places where you saw this assumption?  The last time I was mucking around with binary type names I was told not to assume that $ could not appear in

[gwt-contrib] Re: Creating a default Locator for RequestFactoryServlet

2011-05-26 Thread Thomas Broyer
How about simply using a ServiceLayerDecorator that overrides resolveLocator, delegating to super.resolveLocator and, if it returns null then return the default locator instead? -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Changed method dependencies report to show method code sizes. Call stacks are now a dropdown act... (issue1443809)

2011-05-26 Thread dconnelly
http://gwt-code-reviews.appspot.com/1443809/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Dollar sign and binary types

2011-05-26 Thread John Tamplin
On Thu, May 26, 2011 at 2:03 PM, Grzegorz Kossakowski grzegorz.kossakow...@gmail.com wrote: The problematic place for me is ReplaceBindings.java, lines 154-155: // Rebinds are always on a source type name. String reqType = type.getName().replace('$', '.'); Any comment on that

Re: [gwt-contrib] Re: Creating a default Locator for RequestFactoryServlet

2011-05-26 Thread John Tamplin
On Thu, May 26, 2011 at 2:23 PM, Thomas Broyer t.bro...@gmail.com wrote: How about simply using a ServiceLayerDecorator that overrides resolveLocator, delegating to super.resolveLocator and, if it returns null then return the default locator instead? If it were in a separate annotation, you

[gwt-contrib] Re: Change the wrapElement API to receive the id and a parent element. I also ported some of the boo... (issue1446811)

2011-05-26 Thread rjrjr
http://gwt-code-reviews.appspot.com/1446811/diff/1/user/src/com/google/gwt/user/client/ui/IsRenderable.java File user/src/com/google/gwt/user/client/ui/IsRenderable.java (right):

[gwt-contrib] Re: Change the wrapElement API to receive the id and a parent element. I also ported some of the boo... (issue1446811)

2011-05-26 Thread rjrjr
http://gwt-code-reviews.appspot.com/1446811/diff/1/user/src/com/google/gwt/user/client/ui/IsRenderable.java File user/src/com/google/gwt/user/client/ui/IsRenderable.java (right):

[gwt-contrib] Re: Changed method dependencies report to show method code sizes. Call stacks are now a dropdown act... (issue1443809)

2011-05-26 Thread zundel
LGTM. Updated report looks great! http://gwt-code-reviews.appspot.com/1443809/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Dollar sign and binary types

2011-05-26 Thread Eric Ayers
Unfortunately, I tried removing the replace('$',.) and it failed miserably. Looking at it in the debugger, those really are binary names. e.g.: com.google.gwt.core.client.impl.AsyncFragmentLoader$LoadingStrategy On Thu, May 26, 2011 at 2:24 PM, John Tamplin j...@google.com wrote: On Thu, May

Re: [gwt-contrib] Activities Places

2011-05-26 Thread Juan Pablo Gardella
Thanks!! 2011/5/25 A. Stevko andy.ste...@gmail.com Thanks. I like it. It makes clearer some of the relationships. On Wed, May 25, 2011 at 11:43 AM, danieldietrich cafeb...@googlemail.comwrote: Hi, I've drawn an informal map about Activities Places - perhaps it is helpful for

[gwt-contrib] Re: Change the wrapElement API to receive the id and a parent element. I also ported some of the boo... (issue1446811)

2011-05-26 Thread rjrjr
For the record: Rafa talked some sense into me offline. The Stamper notion really isn't practical given the limitations of SafeHtmlTemplates, so I'm backing off of most of this craziness. Instead we'll just delete the extends SafeHtmlRenderer thing. That will also allow backing away from the

[gwt-contrib] Re: Change the wrapElement API to receive the id and a parent element. I also ported some of the boo... (issue1446811)

2011-05-26 Thread rdcastro
http://gwt-code-reviews.appspot.com/1446811/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

  1   2   >