Re: 2.1 Documentation

2010-10-07 Thread Flemming Boller
Hi Aldo Why is it so important for you to start a project with the GA - release ? Normally enterprise projects are have quite a big development time, so the GA release could properly be avaiable before you enter the first testphase. We are currently running with 2.1M3 in production, and have

GXT 2.2 scroll issue

2010-10-07 Thread naveen
Hi team, I have a grid in which i have around 100 rows. All the records will be loaded at once, at first i can see 15 records. If i want to see rest of the records i have scroll down. Scrolling down is not an issue, but when ever i scroll down and select 16th record, there will be no action and

FormPanel Vs TextBoxBox.getText()

2010-10-07 Thread Will
Hi, Beginners qn... I was wondering what is the best policy when constructing a simple form in a GWT application. I have manually constructed it and I am reading data from textboxes, buttons explicitly with getText() etc... What is the advantages / disadvantages of using FormPanel instead. When

Re: REQUEST BUILDER + JSON OBJECT + PHP SERVER SIDE LANGUAGE

2010-10-07 Thread Alessio unibs
Hi andy, thank you for answer; Yes i try setRequestData, and if i'am right, i must use send() method to send the request. I did that but the $_POST php variable was empty again. My php file is for now: ?php $jsonGenerale = $_POST; echo(count($jsonGenerale)); ? THANK YOU IN

Client Server Communication - Best practice

2010-10-07 Thread Will
Hi, I have a question about using serializable objects vs JSON. The tutorials demonstrate the use of JSON for client server communication as well as serialized objects. My question concerns is there a best practice around using JSON vs serialized objects? When would one be better using JSON? My

Re: Orkut-like profile photo cropping

2010-10-07 Thread LittleWaver
Any kind of example how to do that? - any existing implementations wrapping similar js libraries? JCrop uses JQuery? - how to handle that? Any idea if Google guys made it that way for their orkut/gmail profile picture cropping tool? On 7 říj, 05:05, jvictor jeffvic...@gmail.com wrote: You can

Re: Client Server Communication - Best practice

2010-10-07 Thread jocke eriksson
well you can't send a ObjectOutputstream to the client :). gwt does not run in a jvm. 2010/10/7 Will shatner.will...@gmail.com Hi, I have a question about using serializable objects vs JSON. The tutorials demonstrate the use of JSON for client server communication as well as serialized

Re: Client Server Communication - Best practice

2010-10-07 Thread jocke eriksson
So you have to send it in some other format GWT rpc or JSON. JSON has the advantage that it's not dependent on GWT. 2010/10/7 jocke eriksson jock...@gmail.com well you can't send a ObjectOutputstream to the client :). gwt does not run in a jvm. 2010/10/7 Will shatner.will...@gmail.com Hi,

Re: Client Server Communication - Best practice

2010-10-07 Thread Will
Hi Jocke, Thanks for the reply... Ok Jocke... thanks for your reply... I think you answered my question with your second post.. GWT rpc vs JSON... The main advantage of using JSON over GWT RPC (serialize the objects) is that JSON is not GWT dependent...?? Am I correct in this? ref:

Re: Client Server Communication - Best practice

2010-10-07 Thread Will
this thread is also helpful... http://stackoverflow.com/questions/2955071/gwt-rpc-vs-http-call-which-is-better Thanks a lot for your replies... On Oct 7, 12:23 pm, Will shatner.will...@gmail.com wrote: Hi Jocke, Thanks for the reply... Ok Jocke... thanks for your reply... I think you

GWT portlets application

2010-10-07 Thread christophe.jour...@stambia.com
Hi, I want to make an application with portlets. So I want the possibility to drag and drop any portlet in some predefined places. Is it possible with only GWT or is there a library wich make it simple to do? I've seen the GWT Google Portlets project but it seems we can't drag and drop the

Re: New Showcase online!

2010-10-07 Thread Jambi
I don´t get this one...!? I just wanted to mention that there are some new examples like the cell widgets On Oct 7, 1:14 am, Brian hibr...@gmail.com wrote: Who IS that guy about to hack Jimmy Carter with a light saber? On Oct 6, 5:54 pm, Jambi michael.lukaszc...@googlemail.com wrote:

How to style MenuBar in CSS

2010-10-07 Thread dominic jansen
Hi, i have some problems with styling a menubar via css. The standard gwt css looks like this: http://gwt.google.com/samples/Showcase/Showcase.html#!CwMenuBar My goal is to change the background-color to red. Manipulating the gwt css works fine. I can change the background of the horizontal

Re: FormPanel Vs TextBoxBox.getText()

2010-10-07 Thread Thomas Broyer
On Oct 7, 10:25 am, Will shatner.will...@gmail.com wrote: Hi, Beginners qn... I was wondering what is the best policy when constructing a simple form in a GWT application. I have manually constructed it and I am reading data from textboxes, buttons explicitly with getText() etc... What

Re: New Showcase online!

2010-10-07 Thread dilbert
I think Brian talks about this. http://gwt.google.com/samples/Showcase/Showcase.html#!CwBasicPopup On Oct 7, 2:16 pm, Jambi michael.lukaszc...@googlemail.com wrote: I don´t get this one...!? I just wanted to mention that there are some new examples like the cell widgets On Oct 7, 1:14 am,

Re: REQUEST BUILDER + JSON OBJECT + PHP SERVER SIDE LANGUAGE

2010-10-07 Thread Thomas Broyer
On Oct 7, 11:30 am, Alessio unibs cecchia...@libero.it wrote: Hi andy, thank you for answer; Yes i try setRequestData, and if i'am right, i must use send() method to send the request. I did that but the $_POST php variable was empty again. My php file is for now: ?php        

Re: Client Server Communication - Best practice

2010-10-07 Thread Thomas Broyer
On Oct 7, 11:45 am, Will shatner.will...@gmail.com wrote: Hi, I have a question about using serializable objects vs JSON. The tutorials demonstrate the use of JSON for client server communication as well as serialized objects. My question concerns is there a best practice around using

Re: How to style MenuBar in CSS

2010-10-07 Thread Christian Voigt
Try this:Override style "gwt-MenuItemSeparator" e. g..gwt-MenuItemSeparator { Display: none;}WEB.DE DSL Doppel-Flat ab 19,99 /mtl.! Jetzt auch mit gratis Notebook-Flat! http://produkte.web.de/go/DSL_Doppel_Flatrate/2 -- You received this message because you are subscribed to the Google Groups

adding id's to td elements from a FlexTable ?

2010-10-07 Thread jsmith
Hi I fill a FlexTable dynamically with data. While i am doing that i want to add a id to every td element. But i diddn't find any FlexTable.getCell() function to get to the td element. I want only specific elements to ged ids not every element. best regards -- You received this message because

Re: How to style MenuBar in CSS

2010-10-07 Thread dominic jansen
hey christian, thanks for your answer! but it looks like the MenuItemSeparator defines the style only for the seperator in the horizontal menubar (if seperators are added) - e.g. the | in foo | bar when i override the style, there are no changes. the whole vertical menubar is surrounded with

Re: Spring 3.0 + GWT 2.0 integration

2010-10-07 Thread aces2805
Hi Paul, thanks the reference is useful again I was able to do some some basic authentication, do you have an idea on how to use CAS on spring and GWT? On Oct 7, 2:25 am, Paul Grenyer paul.gren...@gmail.com wrote: Hi Glad it was useful! I haven't got around to writing up spring security

Re: GWT portlets application

2010-10-07 Thread gcstang
Too bad you don't want to use SmartGWT it works nicely in there. On Oct 7, 6:30 am, christophe.jour...@stambia.com christophe.jour...@stambia.com wrote: Hi, I want to make an application with portlets. So I want the possibility to drag and drop any portlet in some predefined places. Is it

Re: Client Server Communication - Best practice

2010-10-07 Thread jocke eriksson
Yes but I would actually recommend using javascript objects instead of JSON, this is because they can have transitive dependencies(I think it's called) where Object A can have a Object B and B can have a Object A. I use stripes for this feature. Look at the JavascriptResolution. Regards Jocke.

Re: Spring 3.0 + GWT 2.0 integration

2010-10-07 Thread Paul Grenyer
Hi On Thu, Oct 7, 2010 at 3:00 PM, aces2805 ace...@gmail.com wrote: Hi Paul, thanks the reference is useful again I was able to do some some basic authentication, do you have an idea on how to use CAS on spring and GWT? I might do if I knew what CAS was? -- Thanks Paul Paul Grenyer

Re: FormPanel Vs TextBoxBox.getText()

2010-10-07 Thread Will
thanks... On Oct 7, 2:07 pm, Thomas Broyer t.bro...@gmail.com wrote: On Oct 7, 10:25 am, Will shatner.will...@gmail.com wrote: Hi, Beginners qn... I was wondering what is the best policy when constructing a simple form in a GWT application. I have manually constructed it and I am

Re: Client Server Communication - Best practice

2010-10-07 Thread Will
Thanks for all the replies guys... On Oct 7, 3:49 pm, jocke eriksson jock...@gmail.com wrote: Yes but I would actually recommend using javascript objects instead of JSON, this is because they can have transitive dependencies(I think it's called) where  Object A can have a Object B and B can

Re: Orkut-like profile photo cropping

2010-10-07 Thread Josh Tinkham
I'm looking for the exact same thing. Have the picture sitting on the server, client has the path to it and can display it fine. Now need to crop! On Oct 7, 5:52 am, LittleWaver alfaomeg...@gmail.com wrote: Any kind of example how to do that? - any existing implementations wrapping similar js

TOOLTIPS FOR HEADER GRID !!!

2010-10-07 Thread Andrey H.
I set tooltip text for header grid (ColumnConfig.setToolTip), BUT I CAN'T SET TOOLTIP CONFIGURATION!!! I need for set ToolTipConfig.dismissDelay property, because dismissDelay by default 5000ms. Tooltips disappeared after 5sec and it's look very ugly!!! It's bug or may be I mistake? How I can set

Re: REQUEST BUILDER + JSON OBJECT + PHP SERVER SIDE LANGUAGE

2010-10-07 Thread Ketan Shah
try trasmettiJSON.setHeader(Content-Type,application/x-www-form- urlencoded); On Oct 7, 1:58 am, Alessio unibs cecchia...@libero.it wrote: Hi, i have problem by using gwt requestbuilder to make http request with json object in body messages. In the server side code, i use php, but when i try

Re: adding id's to td elements from a FlexTable ?

2010-10-07 Thread Thomas Broyer
On Oct 7, 3:52 pm, jsmith 3p1...@googlemail.com wrote: Hi I fill a FlexTable dynamically with data. While i am doing that i want to add a id to every td element. But i diddn't find any FlexTable.getCell() function to get to the td element. I want only specific elements to ged ids not

Why ListDataProvider is aware about data display?

2010-10-07 Thread ailinykh
Hello, everybody! I just looked into latest show case. CellList/Celltable work with ListDataProvider which is a class keeping all data. But it is aware about user interface - dataProvider.addDataDisplay(display); What a reason for that strange design? Thank you, Andrey -- You received this

Re: Why ListDataProvider is aware about data display?

2010-10-07 Thread Thomas Broyer
On Oct 7, 6:02 pm, ailinykh ailin...@gmail.com wrote: Hello, everybody! I just looked into latest show case. CellList/Celltable work with ListDataProvider which is a class keeping all data. But it is aware about user interface - dataProvider.addDataDisplay(display); What a reason for

Integration of hibernate with GWT

2010-10-07 Thread swingm
Hi all, I want some references which can explain integration of hibernate with GWT in step by step manner. i also want to know the best practices that needs to be followed while integrating the same. kindly help in this -- You received this message because you are subscribed to the Google

Re: Integration of hibernate with GWT

2010-10-07 Thread Thomas Broyer
On 7 oct, 18:43, swingm swingmi...@gmail.com wrote: Hi all, I want some references which can explain integration of hibernate with GWT in step by step manner. i also want to know the best practices that needs to be followed while integrating the same. kindly help in this I'd suggest

Re: Integration of hibernate with GWT

2010-10-07 Thread Roger Studner
Why GWT scares me these days just a bit: I'd suggest waiting a bit (a few days, maybe even just hours) for the 2.1 RC1 release of GWT and use RequestFactory (you could go with the current M3, but many things have changed since then, so starting with RC1 would probably be better). Roger On Oct

Re: Why ListDataProvider is aware about data display?

2010-10-07 Thread ailinykh
It makes sense. But why not traditional Model/View design when Model fires events and any subscriber (not necessary View) updates itself? On Oct 7, 11:18 am, Thomas Broyer t.bro...@gmail.com wrote: On Oct 7, 6:02 pm, ailinykh ailin...@gmail.com wrote: Hello, everybody! I just looked into

Re: Integration of hibernate with GWT

2010-10-07 Thread Thomas Broyer
On 7 oct, 19:42, Roger Studner rstud...@gmail.com wrote: Why GWT scares me these days just a bit: I'd suggest waiting a bit (a few days, maybe even just hours) for the 2.1 RC1 release of GWT and use RequestFactory (you could go with the current M3, but many things have changed since then,

Re: Integration of hibernate with GWT

2010-10-07 Thread Roger Studner
The general consensus is that GWT moves incredibly fast :) I should have tried convey a bit more smirk in my comment. I'm super excited for all the changes GWT brings. I just am ready for it to slow down, so it is an easier sell to the other people (management). I hate saying, The new

Re: Why ListDataProvider is aware about data display?

2010-10-07 Thread Thomas Broyer
On 7 oct, 19:58, ailinykh ailin...@gmail.com wrote: It makes sense. But why not traditional Model/View design when Model fires events and any subscriber (not necessary View) updates itself? Because most model objects do *not* fire events, and because in web apps you generally have several

Re: TOOLTIPS FOR HEADER GRID !!!

2010-10-07 Thread Jim Douglas
You're referring to this Swing configuration class: http://download.oracle.com/javase/6/docs/api/javax/swing/ToolTipManager.html There is no equivalent to that in GWT or in JavaScript. This is how you set a tooltip in GWT:

Datastor issues - persistent POJOs

2010-10-07 Thread Will
Hi, I'm constructing a POJO (Employee) on teh client side and trying to make persistent in teh datastore. So that both client and sever can see this class i place it in the / shared folder and annotate the object as suggested by tutorials for persistence... @PersistenceCapable public class

Re: Unable to use GWT Dev Ext 1.0.7511 for FireFox 3.6.10 on 64bit SUSE 11.3

2010-10-07 Thread Craig
I had the same problem and found the solution in another thread (which I can't find now). For me GWT Hosted Mode was looking for the library libnspr4.so.0d which didn't exist on my computer. I just created a symlink to libnspr4.so and everything worked after that. ln -s /usr/lib/libnspr4.so

Failed to Load Spring Bean from Java Project

2010-10-07 Thread D C
I'm having problem running GWT local server on Eclipse 3.6 when the Spring bean is in a separate java project. But when the project is built as a war file and deployed to Tomcat, things are Okay. It appears to me that GWT local server engine cannot find the *.class in the Java project/bin

Catching RPC exceptions at client side

2010-10-07 Thread Itzik Yatom
Hi, Our project uses GWT and App engine. We have a problem with catching exceptions. When we define an exception as part of method signature in our RPC asynch interface and implement it at the server, the client side catches it and everything works fine. But in other 'unusual' case we have

Google Plugin for Eclipse: Deprecating Support for Eclipse 3.3

2010-10-07 Thread Alexander Humesky
Hello Google Plugin for Eclipse users, According to our usage statistics, less than 2% of our user base uses Eclipse 3.3 with the Google Plugin for Eclipse. Supporting Eclipse 3.3 limits the set of features offered by Eclipse that we can leverage and increases our maintenance burden. So, we have

GWT themes examples?

2010-10-07 Thread Patrick
Hello, Do you know if there exists a showcase of GWT themes, to see different (and possibly better) looks of GWT widgets? Thanks in advance, Patrick -- 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: integrating with wicket

2010-10-07 Thread fachhoch
Thanks for you email , I tried adding a simple Hello world exampleinto my exsistin g app . here are the files I added . first I created a file code package gov.hhs.acf.web.gwt.client; import com.google.gwt.core.client.EntryPoint; import com.google.gwt.event.dom.client.ClickEvent; import

enum Serialization problem

2010-10-07 Thread javest
Hi I have enum in my class which is passed through RPC. when I am looking into the .gwt.rpc and rpc.log files my enum is there, seems Serialization is ok. Till now my application is working fine (actually that enum is not used on the client's side, only on the server layer), but recently I

One HTML per App?

2010-10-07 Thread D C
Is there only one HTML page for a GWT application? All the example I saw online contains only one HTML page. It is very different from other web approaches. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

de-serialization of UUID via deRPC

2010-10-07 Thread Asaf
Hello, I have a servlet which extends RpcService that exposes this method: public java.util.UUID getUUID() { return UUID.randomUUID(); } In client side, invoking this method initiates an object in client side but looses all of its values, Looking at UUID class, it implements

RE: GWT portlets application

2010-10-07 Thread Armishev, Sergey
If you want multi window interface with ability to drag/drop/minimize/maximize take a look at GWT window manager. I used it in my web application and my customers are very happy http://www.gwtwindowmanager.org/ Here is a demo URL http://www.gwtwindowmanager.org/demo/GwmDemo.html -Sergey

Re: Datastor issues - persistent POJOs

2010-10-07 Thread Didier DURAND
I personally use the clone technique: i.e a simple pojo with no annotation. You may later on face a second issue with your annotated objects if their methods use server side specific objects or methods: the emulated part of JRE in gwt is fairly small: see doc. so, separating client and server

Re: Invoke a GWT Widget from JSP Page

2010-10-07 Thread Daniel Kurka
Hi Salil, you can reserve some space in your jsp page for the gwt widget: div id=wherethegwtwidgetgoes /div And in GWT you can add your widget to the div by doing: RootPanel.get(wherethegwtwidgetgoes).add(widget); hope that helps 2010/10/6 Salil salil.k...@gmail.com Hi, I have a JSP

Example Multi-Tier Deployment apps

2010-10-07 Thread Brett Thomas
The GWT documentation identifies two classes of server architectures that support GWT-RPC: Simple Client-Server or Multi-Tier Deployment [1]. Pretty intuitive, but it seems to me that there aren't too many examples of the latter out there. Anybody know of any good examples of connecting GWT-RPC to

Re: Spring 3.0 + GWT 2.0 integration

2010-10-07 Thread aces2805
Hi, I just went to there site http://www.jasig.org if I'm right, it is a web application for authentication. On Oct 7, 10:54 pm, Paul Grenyer paul.gren...@gmail.com wrote: Hi On Thu, Oct 7, 2010 at 3:00 PM, aces2805 ace...@gmail.com wrote: Hi Paul, thanks the reference is useful again I was

Re: integrating with wicket new bee need help !

2010-10-07 Thread fachhoch
Need help please !. I resolved the problem with compilation.Next a new probelm started and this is when building my project I get java heap out of memory error. I resolved that using extraJvmArgs vm argument , so then the build works. Now I get out of memory when I run my app using embedded

Re: integrating with wicket new bee need help !

2010-10-07 Thread fachhoch
I could not reolve the out of memory issue I get this at compile time. here is my maven plguin plugin groupIdorg.codehaus.mojo/groupId artifactIdgwt-maven-plugin/artifactId version1.2/version configuration

GWT HTML class won't follow file:/ links

2010-10-07 Thread Greg Dougherty
I am trying to make some file links (i.e. a href=file:///.The file/a).using the HTML Class (I've previously made working http: links using it, so I'm pretty sure I know how to use it correctly). The links show up on my page, but clicks do not work on them. Neither does right-clicking and

Re: Where can I find documentation to GWT MVP comming with version 2.1

2010-10-07 Thread Rud
I appreciate the example Daniel. As an experiment I used UiBinder to replace the User panel. That was straightforward. The UiBinder class code for those interested is posted at the end of the message. I am now trying to move the framework into my application but without success. My app has a

GWT Junit test causes Hibernate Exception

2010-10-07 Thread VrmpX
Hello, I'm currently using GWT 2.0.4 with Hibernate3, on Eclipse Helios, to create a simple web application. So far, I'm able to reach the database and do some RPC's to the server perfectly without any problem. The problem arises whenever I try to test out my server classes (the data access

Re: Where can I find documentation to GWT MVP comming with version 2.1

2010-10-07 Thread Rud
Okay, got it to work but it feels ugly. In my 'east' I put a class SimpleDisplayUi which is a UiBinder class. Its ui.xml just has a SimplePanel. The trick was in SimpleDisplayUi.showActivityWidget(IsWidget widget) to do simplePanel.setWidget(widget.asWidget()); It seems

Re: de-serialization of UUID via deRPC

2010-10-07 Thread Peter Ondruska
I do not know why it does not work but you can use one of many UUID generators on the web: http://uuid-service.appspot.com On Oct 6, 10:58 pm, Asaf asaf...@gmail.com wrote: Hello, I have a servlet which extends RpcService that exposes this method: public java.util.UUID getUUID() {   return

Re: Stockwatcher. When StockPrice class object is created?

2010-10-07 Thread suersh babu
stockprice generated randomly On Sun, Oct 3, 2010 at 12:13 AM, Maciej Egermeier maciejegerme...@gmail.com wrote: In tutorial StockPrice class is created but I can't find any instance of an object of that class. And I have problem with function: private void updateTable(StockPrice

[gwt-contrib] [google-web-toolkit] r8965 committed - Resolves ROO-1508 by requiring CompositeEditors to return a canonical ...

2010-10-07 Thread codesite-noreply
Revision: 8965 Author: b...@google.com Date: Wed Oct 6 10:46:19 2010 Log: Resolves ROO-1508 by requiring CompositeEditors to return a canonical component Editor instance for path traversal. Patch by: bobv Review by: rjrjr Review at http://gwt-code-reviews.appspot.com/965801

Re: [gwt-contrib] CellTable headersStale

2010-10-07 Thread Stephen Haberman
That sounds reasonable. We should either have a boolean to refresh the headers, or just refresh them all the time. Please open an issue in jira and assign it to me. Awesome. I opened the issue, though it looks like I don't have rights to assign it over to you:

Re: [gwt-contrib] attachevent.handler

2010-10-07 Thread Stephen Haberman
In Panel: @Override protected void onLoad() { } No `super.onLoad()` means attach events don't fire for panels. I assume this was not intended? Given my last ping garnered a response, can I also open an issue in roo's jira for this? The AttachEvent is very handy, just seems

[gwt-contrib] [google-web-toolkit] r8966 committed - Clean up Cell-related javadoc...

2010-10-07 Thread codesite-noreply
Revision: 8966 Author: r...@google.com Date: Wed Oct 6 11:53:24 2010 Log: Clean up Cell-related javadoc Review at http://gwt-code-reviews.appspot.com/966801 Review by: jlaba...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=8966 Modified:

[gwt-contrib] [google-web-toolkit] r8967 committed - Rolling back r8960 because of ant build issues...

2010-10-07 Thread codesite-noreply
Revision: 8967 Author: con...@google.com Date: Thu Oct 7 04:47:10 2010 Log: Rolling back r8960 because of ant build issues *** Original change description *** Create the list of packages to javadoc dynamically Link out to JSON and JSR 303 javadoc on the Web Review at

Re: [gwt-contrib] [google-web-toolkit] r8965 committed - Resolves ROO-1508 by requiring CompositeEditors to return a canonical ...

2010-10-07 Thread Patrick Julien
Thank you, my editor works now, and on the first try too, I have a very complex object graph and it just handles' it. GWT has never been so good. On Thu, Oct 7, 2010 at 10:52 AM, codesite-nore...@google.com wrote: Revision: 8965 Author: b...@google.com Date: Wed Oct  6 10:46:19 2010 Log:

[gwt-contrib] Re: Fix the DevMode Swing UI to avoid clipping buttons when the URL (issue952802)

2010-10-07 Thread Fred Sauer
LGTM -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Miscellaneous Javadoc fixes: (issue967801)

2010-10-07 Thread rchandia
I believe it should be Returns instead of Return. That is, the recommended practice is to use 3rd person for method descriptions. http://gwt-code-reviews.appspot.com/967801/diff/1/3 File user/javadoc/com/google/gwt/examples/i18n/NumberFormatConstantsAnnot.java (right):

[gwt-contrib] Public: Use a seperate sample.extraclasspath so each sample can specify their own jars. (issue969801)

2010-10-07 Thread nchalko
Reviewers: bobv, Description: Public: Use a seperate sample.extraclasspath so each sample can specify their own jars. Review by: b...@google.com Please review this at http://gwt-code-reviews.appspot.com/969801/show Affected files: M common.ant.xml M samples/common.ant.xml M

[gwt-contrib] Re: Public: Use a seperate sample.extraclasspath so each sample can specify their own jars. (issue969801)

2010-10-07 Thread BobV
[+jlabanca] John is working on a related packaging problem. It seems like this would dovetail. On Thu, Oct 7, 2010 at 10:11 AM, ncha...@google.com wrote: Reviewers: bobv, Description: Public: Use a seperate sample.extraclasspath so each sample can specify their own jars. Review by:

[gwt-contrib] Re: Public: Use a seperate sample.extraclasspath so each sample can specify their own jars. (issue969801)

2010-10-07 Thread jlabanca
LGTM http://gwt-code-reviews.appspot.com/969801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8968 committed - Cherrypick Cell javadoc fixes into 2.1 branch...

2010-10-07 Thread codesite-noreply
Revision: 8968 Author: r...@google.com Date: Wed Oct 6 14:58:29 2010 Log: Cherrypick Cell javadoc fixes into 2.1 branch g4 integrate @=17576594 g4 integrate @=17577421 g4 integrate @=17579355 http://code.google.com/p/google-web-toolkit/source/detail?r=8968 Modified:

[gwt-contrib] [google-web-toolkit] r8969 committed - Public: Use a seperate sample.extraclasspath so each sample can specif...

2010-10-07 Thread codesite-noreply
Revision: 8969 Author: ncha...@google.com Date: Thu Oct 7 07:43:12 2010 Log: Public: Use a seperate sample.extraclasspath so each sample can specify their own jars. Review at http://gwt-code-reviews.appspot.com/969801 Review by: b...@google.com

[gwt-contrib] [google-web-toolkit] r8970 committed - Remove JSON dependency from log sample and other users that don't use ...

2010-10-07 Thread codesite-noreply
Revision: 8970 Author: unn...@google.com Date: Thu Oct 7 08:07:05 2010 Log: Remove JSON dependency from log sample and other users that don't use json http://code.google.com/p/google-web-toolkit/source/detail?r=8970 Modified:

[gwt-contrib] Other use case for editor framework

2010-10-07 Thread Patrick Julien
Hi Bob, If you're interested in more use cases for the editor framework, here's another one for you... The problem is actually pretty common, the idea is that if you want to create, or layout, an object in the hierarchy where it technically isn't, you can't. This happens quite a bit, and when

[gwt-contrib] Fixing LogExample and DynaTableRf for distro builds. The samples were being compiled, but they w... (issue964802)

2010-10-07 Thread jlabanca
Reviewers: robertvawter, Description: Fixing LogExample and DynaTableRf for distro builds. The samples were being compiled, but they weren't included in the eclipse.generate target. We also now include json.jar and validation-api-1.0.0.GA.jar in gwt-servlet.jar. And for DynaTableRf (and

[gwt-contrib] Google Plugin for Eclipse: Deprecating Support for Eclipse 3.3

2010-10-07 Thread Alexander Humesky
Hello Google Plugin for Eclipse users, According to our usage statistics, less than 2% of our user base uses Eclipse 3.3 with the Google Plugin for Eclipse. Supporting Eclipse 3.3 limits the set of features offered by Eclipse that we can leverage and increases our maintenance burden. So, we have

[gwt-contrib] Re: Fixing LogExample and DynaTableRf for distro builds. The samples were being compiled, but they w... (issue964802)

2010-10-07 Thread jlabanca
http://gwt-code-reviews.appspot.com/964802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixing LogExample and DynaTableRf for distro builds. The samples were being compiled, but they w... (issue964802)

2010-10-07 Thread jlabanca
http://gwt-code-reviews.appspot.com/964802/diff/1/4 File samples/dynatable/build.xml (right): http://gwt-code-reviews.appspot.com/964802/diff/1/4#newcode10 samples/dynatable/build.xml:10: fileset id=sample.server.libs dir=${gwt.tools.lib} On 2010/10/07 19:56:25, bobv wrote: Can you put this

[gwt-contrib] Re: Fixing LogExample and DynaTableRf for distro builds. The samples were being compiled, but they w... (issue964802)

2010-10-07 Thread bobv
LGTM http://gwt-code-reviews.appspot.com/964802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8971 committed - Fix the DevMode Swing UI to avoid clipping buttons when the URL...

2010-10-07 Thread codesite-noreply
Revision: 8971 Author: j...@google.com Date: Thu Oct 7 10:04:32 2010 Log: Fix the DevMode Swing UI to avoid clipping buttons when the URL is too large or the window is resized. Patch by: jat Review by: fredsa Review at http://gwt-code-reviews.appspot.com/952802

[gwt-contrib] AutoBean frozen bug

2010-10-07 Thread Patrick Julien
I believe I've encountered the bug. What I see is on reception, all the entities proxies are made immutable. They stay frozen, and finally, when flushing the driver, there is yet another loop to freeze all the AutoBeans. Nowhere in between were the beans made mutable. This is necessary because

[gwt-contrib] [google-web-toolkit] r8972 committed - Fixing LogExample and DynaTableRf for distro builds. The samples were ...

2010-10-07 Thread codesite-noreply
Revision: 8972 Author: gwt.mirror...@gmail.com Date: Thu Oct 7 13:59:41 2010 Log: Fixing LogExample and DynaTableRf for distro builds. The samples were being compiled, but they weren't included in the eclipse.generate target. We also now include json.jar and validation-api-1.0.0.GA.jar in

Re: [gwt-contrib] Sub entities not being filled in

2010-10-07 Thread Patrick Julien
r8965 fixed the remaining issue. The other issue was on the AutoBean itself and was previously fixed. However, I believe I have found another issue in AbstractAutoBean which I just posted. On Thu, Oct 7, 2010 at 4:57 PM, Ray Cromwell cromwell...@gmail.com wrote: Patrick,   Are you using an

[gwt-contrib] Re: Add Support for server side script selection in linker (issue941802)

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

[gwt-contrib] [google-web-toolkit] r8973 committed - Cherry picking changes from trunk to GWT 2.1.0-rc1...

2010-10-07 Thread codesite-noreply
Revision: 8973 Author: p...@google.com Date: Thu Oct 7 11:13:29 2010 Log: Cherry picking changes from trunk to GWT 2.1.0-rc1 * Correcting the servlet URL mapping in the LogExample sample. * Fix verifyPositionStatic() so that RootPanel.get() is explicitly allowed, e.g.,

[gwt-contrib] [google-web-toolkit] r8974 committed - Add tag for gwt 2.1.0 rc1

2010-10-07 Thread codesite-noreply
Revision: 8974 Author: gwt.mirror...@gmail.com Date: Thu Oct 7 14:19:41 2010 Log: Add tag for gwt 2.1.0 rc1 http://code.google.com/p/google-web-toolkit/source/detail?r=8974 Added: /tags/2.1.0-rc1/2.1 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] AutoBean frozen bug

2010-10-07 Thread BobV
On Thu, Oct 7, 2010 at 1:55 PM, Patrick Julien pjul...@gmail.com wrote: They stay frozen, and finally, when flushing the driver, there is yet another loop to freeze all the AutoBeans.  Nowhere in between were the beans made mutable.  This is necessary because we sometimes have custom setters

Re: [gwt-contrib] AutoBean frozen bug

2010-10-07 Thread Patrick Julien
Yes, I know, rc.edit() is called, this is just before the flush, rc.edit has been called well before this. On Thu, Oct 7, 2010 at 5:23 PM, BobV b...@google.com wrote: On Thu, Oct 7, 2010 at 1:55 PM, Patrick Julien pjul...@gmail.com wrote: They stay frozen, and finally, when flushing the driver,

Re: [gwt-contrib] AutoBean frozen bug

2010-10-07 Thread Patrick Julien
And I might add, otherwise the flush would fail, values coming from the editors directly are fine On Thu, Oct 7, 2010 at 5:25 PM, Patrick Julien pjul...@gmail.com wrote: Yes, I know, rc.edit() is called, this is just before the flush, rc.edit has been called well before this. On Thu, Oct 7,

Re: [gwt-contrib] AutoBean frozen bug

2010-10-07 Thread Patrick Julien
FYI, if I modify to: @Override public String saveTriggered() { getRequestContext().edit(getValue()); getValue().setActive(!view.isPracticeDeactivated()); save(); return null; } still throws Reduced test

Re: [gwt-contrib] AutoBean frozen bug

2010-10-07 Thread Patrick Julien
never mind, rc.edit(response); returns a value, and that one is not frozen On Thu, Oct 7, 2010 at 5:35 PM, Patrick Julien pjul...@gmail.com wrote: FYI, if I modify to:       �...@override        public String saveTriggered() {                getRequestContext().edit(getValue());          

Re: [gwt-contrib] AutoBean frozen bug

2010-10-07 Thread BobV
On Thu, Oct 7, 2010 at 2:35 PM, Patrick Julien pjul...@gmail.com wrote: FYI, if I modify to:       �...@override        public String saveTriggered() {                getRequestContext().edit(getValue());                getValue().setActive(!view.isPracticeDeactivated());                

[gwt-contrib] [google-web-toolkit] r8975 committed - Removing incorrect tag

2010-10-07 Thread codesite-noreply
Revision: 8975 Author: gwt.mirror...@gmail.com Date: Thu Oct 7 16:11:08 2010 Log: Removing incorrect tag http://code.google.com/p/google-web-toolkit/source/detail?r=8975 Deleted: /tags/2.1.0-rc1 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8976 committed - Adding correct 2.1.0-rc1 tag

2010-10-07 Thread codesite-noreply
Revision: 8976 Author: gwt.mirror...@gmail.com Date: Thu Oct 7 16:12:56 2010 Log: Adding correct 2.1.0-rc1 tag http://code.google.com/p/google-web-toolkit/source/detail?r=8976 Added: /tags/2.1.0-rc1 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: GWT Locale using the Browser's language preference

2010-10-07 Thread Bernie1953
Thanks Thomas I really appreciate your Test Case with more than 2 languages and the link to GWT incubator. I will work on a solution to cover multilingual application. Regards, Bernie1953 On Oct 6, 12:29 pm, Thomas Broyer t.bro...@gmail.com wrote: On Oct 6, 2:24 pm, Bernie1953