[gwt-contrib] Re: now.. afetr GWT 2.0?

2009-12-16 Thread Thomas Broyer
On 16 déc, 18:01, Bruce Johnson br...@google.com wrote: Working on a draft one. What do folks here think is important? - remove listeners (wasn't this targeted to 2.0 ?) - port all widgets to c.g.g.dom.client.Element and deprecate both c.g.g.user.client.Element and c.g.g.user.client.DOM

Re: [gwt-contrib] now.. afetr GWT 2.0?

2009-12-16 Thread David Clément
3) DataBinding Validation (btw see this post from Ray announcing something for Q1 2009 ;-) For me, it's the main feature GWT should have. Next would be pretty widgets, Drag'n Drop (in the framework, GWT DnD is very good, but DnD deserve to be in the framework by itself). And on top of it, yes,

[gwt-contrib] Re: now.. afetr GWT 2.0?

2009-12-16 Thread Brad Leupen
1) Improve change-compile-refresh development experience. This, IMO, is GWT's one and only pain point and its a big one. DevMode refresh, while much improved, still is like watching paint dry compared to other web development platforms. Something like an incremental, non- optimized web mode

[gwt-contrib] Re: now.. afetr GWT 2.0?

2009-12-16 Thread Thomas Broyer
On 16 déc, 21:06, Thomas Broyer t.bro...@gmail.com wrote: On 16 déc, 18:01, Bruce Johnson br...@google.com wrote: Working on a draft one. What do folks here think is important?  - remove listeners (wasn't this targeted to 2.0 ?)  - port all widgets to c.g.g.dom.client.Element and

Re: [gwt-contrib] now.. afetr GWT 2.0?

2009-12-16 Thread Isaac Truett
for design and review, please feel free to contact me on or off list. :) Oh, and woohoo GWT 2.0! Go team! - Isaac On Wed, Dec 16, 2009 at 12:01 PM, Bruce Johnson br...@google.com wrote: Working on a draft one. What do folks here think is important? On Wed, Dec 16, 2009 at 7:42 AM, tfreitas tfrei

Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-15 Thread Shawn Brown
Now, I remain with only one issue: why does it give Invalid memory access of location 0x8 eip=0x4a8aeb. Any clue, what it could be? I have a similar environment -- OSX Leopard, GWT 2, Gxt 2.1. It's fine. A user on the GXT forums complained GXT2.1 and GWT didn't work so I tried the simple

Re: Announcing GWT 2.0 and much, much more...

2009-12-15 Thread Célio
ATom, GWT 2.0 is already at the central maven repo. As of 2.0 there's no more OS specific libs. You will need to depend on both gwt-user and gwt-dev and that's all. On 15 dez, 04:18, ATom tomas.procha...@gmail.com wrote: I so missing maven repository with has OS specific libraries :-( -- You

GWT 2.0 + JBoss

2009-12-15 Thread Maciej Matecki
Hello, I've got very simple code, just one RPC which return sum of two Integers: public Integer add(Integer a, Integer b); Now if I run app as GWT project in development mode then everything works ok. But if I run it on JBoss AS 5 I've got:

Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-15 Thread Sunshine Rain
, that was no way to delete.. so when changing the name the app did run. When changing to gwt-2.0, it still gives the Invalid memory access of location 0x8 eip=0x4a8aeb- that I have no clue why - maybe the gxt library has something to do with it (but then, why does it work with the gxt sample app

Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-15 Thread Zoltán Törteli
Hi there, I posted to the list, but it doesn't seem to have been approved yet, so I figured I'd send a reply directly to you. I spend a few hours looking into the same Invalid memory access of location 0x8 eip=0x4a8aeb problem yesterday. What I found out is that there seems to be a dependency on

Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-15 Thread Zoltán Törteli
I forgot to note, that the gentleman have sent me his solution, I wanted to provide it here - so you can have it too until his response appears. On Dec 15, 3:37 pm, Zoltán Törteli tort...@gmail.com wrote: Hi there, I posted to the list, but it doesn't seem to have been approved yet, so I

Re: GWT 2.0 Upgrade Problem

2009-12-15 Thread Rajeev Dayal
div class=cleannbsp;/div div id=page_container style=width: 950px; h1MyApp.commdash;/h1 !-- GWT Application container. -- !-- div id=MyAppApplication/div -- !-- GWT 2.0 Application container

Re: GWT 2.0 Upgrade Problem

2009-12-15 Thread Rajeev Dayal
. -- !-- div id=MyAppApplication/div -- !-- GWT 2.0 Application container. -- script type=text/javascript language='javascript' src='MyApp/ MyApp.nocache.js'/script !-- OPTIONAL: include this if you want history support -- !--iframe src=javascript

Plugin for GWT 2.0 doesen't work in FF and Chrome, but in IE8

2009-12-15 Thread Porkypie
Hi, I tried to move our project to GWT 2.0. It works only with the IE8 in DevMode for me. (I get a couple of deprecated messages, but it works). In Chrome and FF (newest versions) the plugin stops. I work under Windows XP Prof. SP3 with the latest patches from Microsoft. Hope somebody has

Re: GWT 2.0 Upgrade Problem

2009-12-15 Thread rtholmes
Just a quick note: I'm having exactly the same problem w/ GWT 2.0 on a Mac using the latest Eclipse plug-in, so you're not the only one experiencing this problem. On Dec 11, 9:51 am, Chris uk.org.micros...@googlemail.com wrote: Hi I've set up a brand new Mac with GWT 2.0 running under Eclipse

Re: Major memory leak with RPC, Internet Explorer and GWT 2.0 (MS1 MS2)

2009-12-15 Thread kiran kumar
: I've been trying out one of my existing apps with GWT 2.0 to see what advantages it has and have noticed a majormemoryleakwhen using RPC with Internet Explorer 8.0. Basically my application reads some values from a database and displays these in the browser every 1 second. I am seeing

Re: GWT 2.0 Upgrade Problem

2009-12-15 Thread Chris
Which browser are you using? I'm using Safari 4.0.4 on OS X 10.6.2. Also, it looks like you're loading your GWT app twice… OK, I removed one and still no dice. How do I add the GWT app within my page in GWT 2.0? Still using something like div id=MyApplication/div? Since adding that GWTCanvas

GWT 2.0 with C# back-end

2009-12-15 Thread joe
I'm having an issue with GWT 2.0 requesting XML data from a C# self hosted Web Service. Using the GET request tutorial (http:// www.gwtapps.com/doc/html/com.google.gwt.http.client.html) I was able to retrieve the XML data using GWT 1.7. After upgrading to 2.0 all I return is an empty String using

Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-15 Thread ciyer
to delete.. so when changing the name the app did run. When changing to gwt-2.0, it still gives the Invalid memory access of location 0x8 eip=0x4a8aeb- that I have no clue why - maybe the gxt library has something to do with it (but then, why does it work with the gxt sample app

Unit testing with GWT 2.0

2009-12-15 Thread Hakim
Hi After upgrading a GWT project from 1.7 to 2.0 all its unit tests are now skipped during maven build. I'm using codehaus GWT plugin (gwt-maven-plugin 1.1). To build my project I use -Dgwt.args=-prod -logLevel WARN -out www-test for prod mode and -Dgwt.args=-logLevel WARN for dev mode. but

GWT 2.0 + MVC = PureMVC ?

2009-12-15 Thread Fabien
Hi, I would like to know if someone try to merge PureMVC and GWT ? And if true, if someone can help me with just an example or a tutorial. 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

Re: GWT 2.0 Upgrade Problem

2009-12-15 Thread Rajeev Dayal
On Tue, Dec 15, 2009 at 1:15 PM, Chris uk.org.micros...@googlemail.comwrote: Which browser are you using? I'm using Safari 4.0.4 on OS X 10.6.2. Also, it looks like you're loading your GWT app twice… OK, I removed one and still no dice. How do I add the GWT app within my page in GWT 2.0

Re: GWT 2.0 Upgrade Problem

2009-12-15 Thread Chris
Since adding that GWTCanvas inherit, I get a spinning beachball under Safari; Activity Monitor says that app isn't responding and the CPU usage of Safari goes up to about 30%. Try creating a new Web Application with the New Web Application Wizard, and try running it. Does that work? If it

Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-15 Thread Sunshine Rain
, with different name, and path to the module.nocache.js file it worked. With the same name it did not. Seamingly, there is some hidden browser cache, that was no way to delete.. so when changing the name the app did run. When changing to gwt-2.0, it still gives the Invalid memory access

Re: How to run GWT 2.0 RC2's hosted mode with another server?

2009-12-15 Thread lineman78
   the JavaScript with the Java Code from the classpath. The interesting point is, that the text field to specify the URL is removed from the GWT tab in the web app launch configuration (plugin version for GWT 2.0 RC2). So the question is, how can I point the OOPHM to my host page's URL (on any

Re: GWT 2.0 - Problem with Eclipse plugin and UiBinder Field xxx has no corresponding field in template file yyy.ui.xml

2009-12-14 Thread hoxbro
Hi, Thanks for feedback and sorry for my late reply. First, could you try forcing a clean build of your project? (Project Clean) This will force a re-indexing of the UiBinder indices. A clean build removes Eclipse warnings. Stopping/Starting Development Mode does the same. Also, could you

Re: GWT 2.0: IE7 and PopupPanel still using IFrame hack.

2009-12-14 Thread Thomas Broyer
it is quite annoying. I guess this trick is no longer needed for IE7, so I was hoping that it would be removed in GWT 2.0. So I created an issue in the tracker: http://code.google.com/p/google-web-toolkit/issues/detail?id=4352 See my comments on issue 2294 http://code.google.com/p/google-web

Re: GWT 2.0 - Problem with Eclipse plugin and UiBinder Field xxx has no corresponding field in template file yyy.ui.xml

2009-12-14 Thread Julien Ortega
Hi, I had the same problem and it was only a matter of buildpath. Your source folder in your buildpath can not have an Included : **/ *.java but Included : (All) because of the ui.xml files. Maybe you have the same problem ? On Dec 14, 9:47 am, hoxbro shox...@gmail.com wrote: Hi, Thanks for

Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-14 Thread Zoltán Törteli
back. it did not work. Is it possible that eclipse stores the project lib and other date other location than .project adn .classpath ? Otherwise my app issues an Invalid memory access of location 0x8 eip=0x4a8aeb - if using gwt 2.0 (also I am using gxt 2.1.0 with it) As a note here, the gxt sample app

Re: GWT Developer Plugin (GWT 2.0 RC1) crashes FF 3.5.5

2009-12-14 Thread PaulG
What OS are people using? I'm running OS X 10.4 and I can't get the Firefox gwt-dev plugin to work at all. It crashes Firefox on startup. Does anyone know if it requires Java 6 rather than Java 5? (There is no Java 6 runtime for 10.4, btw). On Nov 19, 5:55 pm, Filipe Sousa nat...@gmail.com

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-14 Thread Addy
I cleanup after every build but since converting to 2.0, I started encountering intermittent Serialization exceptions even in production. I had to switch back 1.7. For production use, cleaning up browser cache is not an option as I cant tell all my users to do so. I guess I will have to wait a bit

Re: GWT 2.0 - Problem with Eclipse plugin and UiBinder Field xxx has no corresponding field in template file yyy.ui.xml

2009-12-14 Thread Jason Parekh
Hi Julien, Thanks for pointing this scenario out, I've opened http://code.google.com/p/google-web-toolkit/issues/detail?id=4353 to present a better error message for this. Hoxbro, as Julien mentioned, could you please let us know if the issue you're seeing is caused by this? Thanks, jason On

Re: Eclipse, GWT 2.0 and Opening a browser

2009-12-14 Thread Miguel Méndez
port then the URL will be stable across restarts of the launch configuration. So, you should only need to do the copy/paste once and then simply reload the browser from there on out. On Wed, Dec 9, 2009 at 11:46 AM, Lee leedst...@gmail.com wrote: Hi Everyone, Just upgraded to GWT 2.0

Re: GWT 2.0 Upgrade Problem

2009-12-14 Thread Rajeev Dayal
Have you tried deleting the war/MyApp directory, and performing an unconditional reload of MyApp.html (hold down SHIFT and hit reload) in your browser? Do you mind posting the contents of your MyApp.html page? On Fri, Dec 11, 2009 at 5:50 PM, Chris uk.org.micros...@googlemail.comwrote: What

Re: GWT.log on GWT 2.0

2009-12-14 Thread Rajeev Dayal
...@gmail.com wrote: I have just done the following: 1. Download the GWT 2.0 2. Call 'GWT.log(debug, null);' 3. Run it on my Eclipse-Galileo 4. Open Firefox 3.5.5 5. http://localhost:/foo.html. My page shows up as expected 6. Turn on Firebug 1.4.5 7. Enable Firebug console 8. Refresh I don't

Re: Using our own server with GWT 2.0

2009-12-14 Thread Christian Goudreau
Thanks a lot ! Didn't know the arguments I needed, except for -noserver, but I knew it was the way ! I'll try this tonight Regards Christian On Mon, Dec 14, 2009 at 1:31 AM, Jan Ehrhardt jan.ehrha...@googlemail.comwrote: If you're using the Google Plugin, create a Web Application launch

Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-14 Thread Zoltán Törteli
to gwt-2.0, it still gives the Invalid memory access of location 0x8 eip=0x4a8aeb- that I have no clue why - maybe the gxt library has something to do with it (but then, why does it work with the gxt sample app..???), but (!) when changing back to gwt 1.7.1 and rebuilding, and deleting the launch

Re: GWT 2.0 books

2009-12-14 Thread cmcg
Great - how much of an emphasis are you going to place on UiBinder? On Dec 2, 5:30 pm, FKereki fker...@gmail.com wrote: Personally, I'm authoring a book on GWT 2.0 for Addison Wesley; I expect the Rough Cut to be available on Safari Books Online early next year. -- You received this message

Re: GWT Developer Plugin (GWT 2.0 RC1) crashes FF 3.5.5

2009-12-14 Thread Yozons Support on Gmail
I have no idea, unfortunately, since I'm not on OSX, and I'm using Java 6. Of course, you should not be using any RC versions anymore since 2.0 is officially out and they did fix the FF plugin fairly recently so it no longer crashes it. -- You received this message because you are subscribed to

Re: Announcing GWT 2.0 and much, much more...

2009-12-14 Thread Chris Ramsdale
Mark, With 2.0 behind us we'll be focusing some time and effort to address outstanding bugs as well as doing a little house cleaning within the issue tracker itself. In regards to the process used when determining when and what to fix, it honestly depends on the release. With 2.0, our focus was

How to view the the builtin-sever (jetty) console output in GWT 2.0 ?

2009-12-14 Thread Alberto
I am using Eclipse and the Google Plugin. With the new Development Mode I lost the possibility to view the output from the builtin-server so the errors that I get from my persistence layer are hidden. Is there a way to redirect the server's output to the Eclipse Console or an other way to see

Re: Installing older GWT (1.7.x) version instead of GWT 2.0

2009-12-14 Thread ntdeaf
Never mind..I've found a similar question after I posted this... On 14 dec, 21:20, ntdeaf ntd...@gmail.com wrote: Hi, Due to an attempt to use the latest version of GWT (2.0) but failing because of my lack of knowledge of  the RPC mechanism, I removed the GWT 1.7 plugin from eclipse (galileo

Re: Announcing GWT 2.0 and much, much more...

2009-12-14 Thread ATom
I so missing maven repository with has OS specific libraries :-( -- 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

Re: GWT 2.0 Upgrade Problem

2009-12-14 Thread Chris
container. -- !-- div id=MyAppApplication/div -- !-- GWT 2.0 Application container. -- script type=text/javascript language='javascript' src='MyApp/ MyApp.nocache.js'/script !-- OPTIONAL: include this if you want history support

[gwt-contrib] Updates launch configurations for code museum to GWT 2.0

2009-12-14 Thread jlabanca
Reviewers: jgw, Description: The launch configurations for code museum are out of date. Fix: This patch updates the configs to use the platform-independent source path. It all switches from the deprecated HostedMode to DevMode. Please review this at

[gwt-contrib] Re: Updates launch configurations for code museum to GWT 2.0

2009-12-14 Thread jgw
On 2009/12/14 16:16:16, jlabanca wrote: LGTM http://gwt-code-reviews.appspot.com/124801 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: Eclipse, GWT 2.0 and Opening a browser

2009-12-13 Thread Lee
.  That is definitely one of the features on our list though. On Wed, Dec 9, 2009 at 11:46 AM, Lee leedst...@gmail.com wrote: Hi Everyone, Just upgraded to GWT 2.0 in Eclipse and have been trying it out. One thing that has been irritating me so far, is every time I run as a web application

Re: GWT 2.0 + Netbeans

2009-12-13 Thread Saeed Zarinfam
I am working with GWT 2.0 in netbeans without using GWT4NB plugin. http://saeedzarinfam.blogspot.com/2009/03/gwt-16-on-netbeans-65.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

Re: gwt 2.0 + apache + rpc pls help

2009-12-13 Thread ben fenster
??? On 13 דצמבר, 02:07, ben fenster fenster@gmail.com wrote: pls can anyone help On 12 דצמבר, 12:19, ben fenster fenster@gmail.com wrote: the urls are fine do i need any special configuration or special mods for apache i currently use standart apache in xamp On 12 דצמבר,

Re: gwt 2.0 + apache + rpc pls help

2009-12-13 Thread ben fenster
how can you do someyhing like that cross site requests gets blocked??? On 13 דצמבר, 15:42, nacho vela.igna...@gmail.com wrote: Why don't you use 2 different ports? One for PHP and one for Java. For example I have one apache serving php in localhost:80 and one tomcat serving java in

Re: gwt 2.0 + apache + rpc pls help

2009-12-13 Thread ben fenster
? On 13 דצמבר, 16:17, ben fenster fenster@gmail.com wrote: how can you do someyhing like that  cross site requests gets blocked??? On 13 דצמבר, 15:42, nacho vela.igna...@gmail.com wrote: Why don't you use 2 different ports? One for PHP and one for

Re: No UIBinder Event Handers in GWT 2.0?

2009-12-13 Thread Transplant
On Dec 12, 11:01 pm, Sekhar sek...@allurefx.com wrote: Add it as a widget: RootPanel.get().add(demo); Ok, great noob gotcha. I knew it was something simple. I should have been able to figure that out in spite of the the dom-based example code in the UiBinder intro docs which only applies to

the compiled code throws cast exception in gwt 2.0 only but works in 1.7

2009-12-13 Thread ahhat...@gmail.com
I have just moved to gwt 2.0 from 1.7.1 Since the upgrade, I get a class cast exception only in production mode, which doesn't happen when compiled with 1.7.1 Is there any obvious reason for this, I will most probably spend a lng testing phase till I get to what exactly causes the exception

Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2009-12-13 Thread Sorinel C
It's simple ... hosted mode uses the default browser of your OS (windows ~ IE, linux ~ FF ). So, first of all clean up the browser cache ... then launch a full rebuild of the project after you change the libraries ... and the hosted mode will come back, as you knew it :-) BTW, better check out

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-13 Thread Sorinel C
When a new version comes these are the standard steps to do: 1 - put the jars 2 - perform a full rebuild of the application 3 - clean up the browser cache 4 - clean up the temp folder, where the GWT is generating the compilation crap... 5 - run the application :-)) Cheers, Sorinel CRISTESCU --

Re: GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-13 Thread Sorinel C
Why do you have to change your code to manage the gwt.codesvr crap ? Do you know what's the 9997 port for? ...just use the gwt.codesvr in the URL of the browser when you launch the developer mode and you'll have the same result ... the point is that the 9997 is configurable and it can be changed,

Using our own server with GWT 2.0

2009-12-13 Thread Christian Goudreau
Hello, I'm using PHP server side. I was used to GWT 1.7 and it was easy to use another server than the built in server. Now how do I set up Eclipse to use my PHP server instead of the default jetty ? Thanks ! Christian -- You received this message because you are subscribed to the Google

Re: Using our own server with GWT 2.0

2009-12-13 Thread Jan Ehrhardt
If you're using the Google Plugin, create a Web Application launch configuration and add the following to parameters to the 'program arguments': -noserver -startupUrl http://localhost:8080/test/gohttp://www.google.com/url?sa=Dq=http://localhost:8080/test/gousg=AFQjCNFKh5JNAcKKjkxdJUuK0zFTwvpxdg

GWT 2.0: IE7 and PopupPanel still using IFrame hack.

2009-12-13 Thread David
, so I was hoping that it would be removed in GWT 2.0. So I created an issue in the tracker: http://code.google.com/p/google-web-toolkit/issues/detail?id=4352 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: gwt 2.0 + apache + rpc pls help

2009-12-12 Thread Nicanor Cristian
Check out the urls. ben fenster wrote: i am trying to run a project that include gwt as client side and rpc + php as server side the only webserver iknow capable of running all of those together is apache but every time i try to call rpc i get an error of page not found DOCTYPE HTML

Re: gwt 2.0 + apache + rpc pls help

2009-12-12 Thread ben fenster
the urls are fine do i need any special configuration or special mods for apache i currently use standart apache in xamp On 12 דצמבר, 11:41, Nicanor Cristian nicanor.bab...@gmail.com wrote: Check out the urls. ben fenster wrote: i am trying to run a project that include gwt as client side

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread John V Denley
Yup, Ive got the same problem having just upgraded to 2.0.. G On Dec 12, 12:27 am, Dop Sun dop...@gmail.com wrote: While I upgraded my project settings to 2.0 (via Google Eclipse Plugin), and have a runtime error while running in development mode:

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread John V Denley
Actually, sorry, not sure ive got the SAME problem, I have: com.google.gwt.user.client.rpc.SerializationException: Type 'com.ideba.net.client.LoginInfo' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer.For security purposes, this

No UIBinder Event Handers in GWT 2.0?

2009-12-12 Thread Transplant
The GWT 2.0 announcement got me all excited about the UIBinder, but I can't seem to make the demo event handlers function. Is there some module XML magic required to enable this? I created a new eclipse GWT project, and added demo code from the source release, and although the demo widgets

GWT.log on GWT 2.0

2009-12-12 Thread Pion
I have just done the following: 1. Download the GWT 2.0 2. Call 'GWT.log(debug, null);' 3. Run it on my Eclipse-Galileo 4. Open Firefox 3.5.5 5. http://localhost:/foo.html. My page shows up as expected 6. Turn on Firebug 1.4.5 7. Enable Firebug console 8. Refresh I don't see any debug

Re: No UIBinder Event Handers in GWT 2.0?

2009-12-12 Thread Sekhar
Add it as a widget: RootPanel.get().add(demo); On Dec 12, 1:13 pm, Transplant transplant...@gmail.com wrote: The GWT 2.0 announcement got me all excited about the UIBinder, but I can't seem to make the demo event handlers function. Is there some module XML magic required to enable this? I

Re: GWT.log on GWT 2.0

2009-12-12 Thread Shawn Brown
Where did the GWT.log() output go on GWT 2.0? I see it in the Developer Mode console under the tab for my app that appears after I hit launch default browser. What did I do wrong? Not sure but to log in firebug I use: http://code.google.com/p/gwt-log/ Shawn -- You received this message

Re: gwt 2.0 + apache + rpc pls help

2009-12-12 Thread ben fenster
pls can anyone help On 12 דצמבר, 12:19, ben fenster fenster@gmail.com wrote: the urls are fine do i need any special configuration or special mods for apache i currently use standart apache in xamp On 12 דצמבר, 11:41, Nicanor Cristian nicanor.bab...@gmail.com wrote: Check out the

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread Dop Sun
Thx John: The way I fixed it is a little bit different: I deleted all files generated by old compiler, and then, the problem disappeared. I guess, the problem is because the new compiler is different from the new compiler. Cheers. Dop On Dec 13, 4:47 am, John V Denley johnvden...@googlemail.com

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread tekgrunt
I am losing my mind... I just upgraded to GWT 2.0 on OSX 10.5 using Eclipse 3.5 App Engine SDK 1.2.8 and previously working server calls are now not working. When the application starts it grabs some data from the server and this is still working. When I try to have a user login I get

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread tekgrunt
@Dop Sun Could you tell me which files were/are created by the old compiler? I have tried cleanign and refreshing a bunch of stuff but maybe I am missing something. Thanx. On Dec 12, 5:12 pm, Dop Sun dop...@gmail.com wrote: Thx John: The way I fixed it is a little bit different: I deleted

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread John
I have the same error in Hosted Mode. Production is fine. Making all my types implement IsSerializable fixes the problem, but I'd really rather not have to tie all my objects to GWT like that. P.S: Maybe unrelated, I get this warning with the IsSerializable fix. I'm getting multiple .rpc files in

GWT Incubator update for GWT 2.0?

2009-12-12 Thread Timmy G
Anyone know when we can expect to see the incubator project get refreshed for GWT 2.0? -- 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

Re: Problems compiling internationalisation files with GWT 2.0

2009-12-11 Thread grandfatha
Since upgrading to 2.0, I can no longe compile my i18n files as well. The compiler complains for a missing key, although the interface/ properties files have not been altered and have worked under 1.5/1.6 and the latest 1.7.1 version. I basically cannot compile my app with 2.0. Here is the error

Re: Eclipse, GWT 2.0 and Opening a browser

2009-12-11 Thread grandfatha
the Google Plugin for Eclipse.  That is definitely one of the features on our list though. On Wed, Dec 9, 2009 at 11:46 AM, Lee leedst...@gmail.com wrote: Hi Everyone, Just upgraded to GWT 2.0 in Eclipse and have been trying it out. One thing that has been irritating me so far, is every

Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread István Szoboszlai
in Eclipse plugin. I also liked, that the debug info and the http request log was in a separate window. Actually I really like gwt 2.0 and also the eclipse plugin rocks! The UiBinder support is awesome! Best - István On Thu, Dec 10, 2009 at 5:43 PM, Rajeev Dayal rda...@google.com wrote: If you want

gwt 2.0 pls help

2009-12-11 Thread ben fenster
i have a project with to modules it compiles with no errors when i try to run it after setting the module to run in run configuration the development shows everything is ok but dont give me any link that i can use for the browser -- You received this message because you are subscribed to the

Re: Problems compiling internationalisation files with GWT 2.0

2009-12-11 Thread grandfatha
Changing the name of my interface and the properties files resolved at least my issue. No clue what was wrong with the old one... It simply disliked it. -- 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: gwt 2.0 pls help

2009-12-11 Thread ben fenster
m sorry 2 modules :) On 11 דצמבר, 13:14, ben fenster fenster@gmail.com wrote: i have a project with to modules it compiles with no errors when i try to run it after setting the module to run in run configuration the development shows everything is ok but dont give me any link that i can

Re: Deprecation warning in all RPCs dealing with collections on GWT 2.0 RC2

2009-12-11 Thread Luis Fernando Planella Gonzalez
This issue is still present on GWT 2.0 final. I've made some tests: creating a new GWT project with Collections in RPC methods don't result in such code being inserted in the generated JavaScript. The point is: our project is quite huge, but I can confirm that there are no occurrences of any

GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-11 Thread ziggystardust
Been using GWT / App Engine and the Eclipse plugin for some time now and just recently upgraded to 2.0. I reinstalled Eclipse (3.5), installed the plugin and the sdks. Setup the example StockWatcher app and everything runs fine. In dev mode however I have to recompile whenever i make a change in

Re: GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-11 Thread Luis Fernando Planella Gonzalez
Make sure you have ?gwt.codesvr=127.0.1.1:9997 at the end of the URL in the browser. That's what makes it use development mode. Otherwise, it will just be the plain old web mode (now called production mode). On 11 dez, 10:46, ziggystardust camke...@gmail.com wrote: Been using GWT / App Engine

Re: GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-11 Thread ziggystardust
The gwt.codesvr extention is on the URL. I simply copy the suggested given by the dev server and paste that into the browser. Problem continues. On Dec 11, 9:19 am, Luis Fernando Planella Gonzalez lfpg@gmail.com wrote: Make sure you have ?gwt.codesvr=127.0.1.1:9997 at the end of the URL in

Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread Jonas Huckestein
in the normal oophm window better, and there was a way to restart jetty (perhaps I just did not find it yet in Eclipse plugin. I also liked, that the debug info and the http request log was in a separate window. Actually I really like gwt 2.0 and also the eclipse plugin rocks! The UiBinder support

GWT 2.0 - Problem with Eclipse plugin and UiBinder Field xxx has no corresponding field in template file yyy.ui.xml

2009-12-11 Thread hoxbro
Whenever I try to explore to possibilities with the new UiBinder, Eclipse tells me that e.g.: Field button has no corresponding field in template file Mail.ui.xml. Even when I use the Eclipse Wizard New UiBinder the web app wont build or run in dev-mode. I have tried to import the Mail sample

Re: Deprecation warning in all RPCs dealing with collections on GWT 2.0 RC2

2009-12-11 Thread Ashar Lohmar
Hi I'm having the same kind of problem. in my app i use some libraries/object written in Java 1.4 style the objects implement Serializable but contain Lists or Maps which are declare without parameters i mean List instead of ListE, as the Java 1.4 requires and some RPC classes return this kind of

Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread Miguel Méndez
, and there was a way to restart jetty (perhaps I just did not find it yet in Eclipse plugin. I also liked, that the debug info and the http request log was in a separate window. Actually I really like gwt 2.0 and also the eclipse plugin rocks! The UiBinder support is awesome! Best - István

Re: GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-11 Thread Chris Ramsdale
Are you able to hit breakpoints in Eclipse when debugging? On Fri, Dec 11, 2009 at 8:36 AM, ziggystardust camke...@gmail.com wrote: The gwt.codesvr extention is on the URL. I simply copy the suggested given by the dev server and paste that into the browser. Problem continues. On Dec 11,

Re: GWT 2.0 - Problem with Eclipse plugin and UiBinder Field xxx has no corresponding field in template file yyy.ui.xml

2009-12-11 Thread Jason Parekh
Hey, Thanks for reporting this, definitely seems like a bug in the plugin. First, could you try forcing a clean build of your project? (Project Clean) This will force a re-indexing of the UiBinder indices. Also, could you check your Eclipse log for any errors? The log file lives at your

Re: gwt 2.0 pls help

2009-12-11 Thread Rajeev Dayal
What files do you have in your war directory? Are both modules listed as startup modules under Project Properties - Google - Web Toolkit? On Fri, Dec 11, 2009 at 6:49 AM, ben fenster fenster@gmail.com wrote: m sorry 2 modules :) On 11 דצמבר, 13:14, ben fenster fenster@gmail.com wrote:

Re: how to resize a DockLayoutPanel pane using gwt 2.0 and uibinder

2009-12-11 Thread morte...@gmail.com
I just tried this (in 2.0GA), and I get errors in the generated code: ui.xml looks something like this: trinity:ResizableDockLayoutPanel ui:field=rootPanel unit=PX trinity:south size=0 trinity:ContentPanel ui:field=bottomPanel/trinity:ContentPanel /trinity:south ... it complains

Re: GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-11 Thread Jaroslav Záruba
From time to time [eclipse.exe -clean] does the trick for me. On Dec 11, 4:34 pm, Chris Ramsdale cramsd...@google.com wrote: Are you able to hit breakpoints in Eclipse when debugging? On Fri, Dec 11, 2009 at 8:36 AM, ziggystardust camke...@gmail.com wrote: The gwt.codesvr extention is on the

Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread Rajeev Dayal
of the Development Mode View in Eclipse? 2009/12/10 István Szoboszlai mrsz...@gmail.com Hello! I have tried the new GWT 2.0 release, and it looks very god! My only problem is with the eclipse plugin. Do you know how to debug the project using the normal devmode window

Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread Rajeev Dayal
that result in an error. If you want to see the HTTP log messages in the Development Mode View, turn the log level up to TRACE in your launch configuration. Actually I really like gwt 2.0 and also the eclipse plugin rocks! The UiBinder support is awesome! Glad to hear it. Best - István On Thu

GWT 2.0 Upgrade Problem

2009-12-11 Thread Chris
Hi I've set up a brand new Mac with GWT 2.0 running under Eclipse according to the instructions at (http://code.google.com/webtoolkit/ usingeclipse.html), and the template app runs fine. However, when I checked my own GWT project that ran fine under GWT 1.7, and followed the steps in (http

Re: GWT 2.0 Upgrade Problem

2009-12-11 Thread Rajeev Dayal
in Web Mode instead of Development Mode. Do you know if your browser has the GWT Developer Plugin installed? On Fri, Dec 11, 2009 at 12:51 PM, Chris uk.org.micros...@googlemail.comwrote: Hi I've set up a brand new Mac with GWT 2.0 running under Eclipse according to the instructions at (http

Re: gwt 2.0 pls help

2009-12-11 Thread ben fenster
no each one in a diffrent folder inside the war the forlder is names acording to the full package name of its module for instance module x sits in war/bcom.bla.x On 11 דצמבר, 18:50, Rajeev Dayal rda...@google.com wrote: What files do you have in your war directory? Are both modules listed as

Re: gwt 2.0 pls help

2009-12-11 Thread Rajeev Dayal
What is the name of your host HTML page (which loads up the GWT Module)? Where is it located? On Fri, Dec 11, 2009 at 2:13 PM, ben fenster fenster@gmail.com wrote: no each one in a diffrent folder inside the war the forlder is names acording to the full package name of its module for

Re: Deprecation warning in all RPCs dealing with collections on GWT 2.0 RC2

2009-12-11 Thread Luis Fernando Planella Gonzalez
Just found the answer, and luckily in my case it was simple to solve I have a subtype of ListT called PageImplT, which had another ListT containing the page items, plus the total count. Then (and I think is a problem in GWT compiler), the compiler resolves FocusListenerCollection, which

Re: Inconsistency (or a bug?) in application creation for GWT 2.0

2009-12-11 Thread jbdhl
Thanks. I guess the answers to c) and d) are c) by making the project use Google Web Toolkit as explained above. d) I guess I don't: If I make one initial compile using ant, the jar's will already be placed in WEB-INF/lib and a conventional GWT- button-compile will (probably) suffice. I

<    3   4   5   6   7   8   9   10   11   12   >