Re: how create project from pom??

2011-10-27 Thread cri
using maven for gwt projects until the situation improves. On Sep 23, 12:24 pm, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: On 23 September 2011 09:53, cri chuck.irvine...@gmail.com wrote: The uptick post is very outdated. It will only confuse folks I'm afraid. A much better place to start

include dependent project in gwt project war file / creating war files

2011-10-21 Thread cri
I have two GWT projects that both use classes in a dependent eclipse java project. In DEV mode I can get the GWT projects to include classes from the dependent project by adding the dependent project to the eclipse build path of my GWT projects. However, when I create my war file by jar-ing up

Re: include dependent project in gwt project war file / creating war files

2011-10-21 Thread cri
I think I figured it out. I didn't know about this eclipse capability. You can add the Dynamic Web Project facet to a GWT project then pretty much problem solved. On Oct 21, 10:17 am, cri chuck.irvine...@gmail.com wrote: I have two GWT projects that both use classes in a dependent eclipse java

Re: how create project from pom??

2011-09-23 Thread cri
-gwt-maven-and-eclipse Cheers Rob http://code.google.com/p/gwt-cx/ On Sep 23, 6:48 am, cri chuck.irvine...@gmail.com wrote: I am no doubt revealing my lack of basic maven skills, but here goes anyway Athttp://code.google.com/p/google-web-toolkit/wiki/WorkingWithMaven

how create project from pom??

2011-09-22 Thread cri
I am no doubt revealing my lack of basic maven skills, but here goes anyway At http://code.google.com/p/google-web-toolkit/wiki/WorkingWithMaven, it says: The easiest way to get a GWT POM going is to snag one from of the GWT Maven sample projects below. There are currently issues with the

new in 2.4? GWT SDK JAR gwt-servlet.jar is missing in the WEB-INF/lib directory

2011-09-19 Thread cri
I'm seeing this error in eclipse problems: GWT SDK JAR gwt-servlet.jar is missing in the WEB-INF/lib directory Does anyone know whether this is new in GWT 2.4? I don't recall seeing it before. I'm using gwt-maven-plugin and my pom file has gwt-servlet as a dependency. If I put this jar in

Re: GWT 2.4 breaks JDK 5 compile support

2011-09-15 Thread cri
Time to bring your guys up to date, I'd say, and off the antiquated mac servers. ;-) Actually I didn't know people used Macs as servers. ;-) On Sep 15, 11:05 am, Thad thad.humphr...@gmail.com wrote: Right, good riddance to 1.5 so long as your not stuck supporting a few die-hards with old Macs

Re: Anyone using Place/Activity feature in GWT?

2011-09-09 Thread cri
We use it on all of our projects/web apps with very good success. At least a half dozen so far and counting. A good way to get started is using New - WindowBuilder - GWT Designer - Model - GWT Java Project - enter project name - press next business - check create gwt module check use mvp framework

Re: what EXACTLY influences gwt designer preview??

2011-09-05 Thread cri
Ie6 is your problem. Upgrade to ie8 and your problems go away. On Sep 4, 3:05 pm, Elhanan elh.maa...@gmail.com wrote: i have 2 indigo's , the first at my home running on windows 7 64 bit, freshly installed , and another and my xp machine at work.. however the designer on the xp machine doesn't

Clojure on the back end / suggestions before I get started?

2011-08-25 Thread cri
Hello all, As an old Lisp programmer, I'm really excited to discover Clojure. (See http://clojure.org/ is you'd like to learn more). Looks great so far. I'd like to write an app using GWT on the front end and Clojure on the back. Before I start I thought that I would query the forum for

gwt java project vs web application project / MVP

2011-08-07 Thread cri
There are two ways (at least) to start a new gwt application project: 1) New/Google/Web Application Project (and) 2) New/WindowBuilder/GWT Designer/Model/GWT Java Project I like (2) because it supports initializing the project to be an MVP project. However, I'm tempted to favor (1) because I

Tested class changes not visible to test class using gwt-maven-plugin

2011-07-29 Thread cri
Can anyone help with this? (I know there is a separate mailing list for gwt-maven-plugin but I'm not sure it has a lot of subscribers.) Given that you have a JUnit test case class in /src/test/java/*/ FooTest.java and a tested class /src/main/java/*/Foo.java. If you attempt run your test case in

GWT / Maven (again!)

2011-07-29 Thread cri
For quite a while, we've been somewhat successful using gwt-maven- plugin in conjunction with GWT/GPE. However, there has been lots of effort and frustration getting to where we are. And, I've just encountered another problem that I've yet to figure out. It seems to me that a lot of the trouble

Re: GWT / Maven (again!)

2011-07-29 Thread cri
project with maven standard layout 2011/7/29 cri chuck.irvine...@gmail.com For quite a while, we've been somewhat successful using gwt-maven- plugin in conjunction with GWT/GPE. However, there has been lots of effort and frustration getting to where we are. And, I've just encountered

Re: Tested class changes not visible to test class using gwt-maven-plugin

2011-07-29 Thread cri
test cases - but still not a great workaround. -- Sébastien Tromp 2011/7/29 cri chuck.irvine...@gmail.com Can anyone help with this? (I know there is a separate mailing list for gwt-maven-plugin but I'm not sure it has a lot of subscribers.) Given that you have a JUnit test case

Re: Can't set styles with GWT Designer / UiBinder

2011-07-28 Thread cri
Does GWT/GPE 2.4 RC1 include the latest GWT Designer code, i.e. the beta functionality you mention below? Thanks, Chuck On Jul 27, 3:31 pm, Eric Clayberg clayb...@google.com wrote: Please update to the latest GWT Designer build...    

Does passing domain objects to a view break MVP?

2011-07-18 Thread cri
My tentative understanding of MVP versus MVC is that, with MVP, views do not operate directly on domain/model objects. I doubt that my understanding is correct since, If this is true, then it seems that GWT Cells (e.g. CellTables, CellLists) break MVP. They break MVP since their methods operate

Re: Does passing domain objects to a view break MVP?

2011-07-18 Thread cri
At one time I would have agreed (with Jeff's post) however if you take a look at http://code.google.com/webtoolkit/doc/latest/DevGuideUiCellWidgets.html and search for To Update the Database from a CellTable: you will see a view updating a model object. On Jul 18, 9:39 am, Jeff Larsen

Re: Please help - GWT Designer / UiBinder bug or clueless new user?

2011-07-14 Thread cri
, if supported, brings up at .. -Venuhttp://schoolk12.appspot.com/ On Jul 13, 8:10 am, cri chuck.irvine...@gmail.com wrote: I posted this issue before but didn't get any help so trying again... Using GWT Designer, when looking at a UiBinder *.ui.xml file in the Design tab, the setStyle

Re: best architecture for GWT + Spring

2011-07-14 Thread cri
Definitely #2 for the reasons you mentions, with the GWT RPC server side attaching to the Spring application context. On Jul 14, 6:15 am, Ernesto Reig erniru...@gmail.com wrote: Hello everybody. I have been discussing this topic with some collegues and we would like to know the GWT community

Re: Please help - GWT Designer / UiBinder bug or clueless new user?

2011-07-14 Thread cri
Sure. That works fine. It's GWT Designer properties panel that is having the issue. On Jul 14, 9:22 am, dreamer venugopal.vasire...@gmail.com wrote: edit xml file directly in source mode, instead  in design mode , see if it accepts. On Jul 14, 5:58 am, cri chuck.irvine...@gmail.com wrote

Re: Serialization Exception

2011-07-14 Thread cri
Just a wild guess. Is this problem happening in Chrome? If so, completely clear your browser cache and retry. On Jul 14, 9:06 am, richip ric...@gmail.com wrote: Not originally, but I added it (not the first time I got bit by this) and it's still giving me a SerializationException:

Please help - GWT Designer / UiBinder bug or clueless new user?

2011-07-13 Thread cri
I posted this issue before but didn't get any help so trying again... Using GWT Designer, when looking at a UiBinder *.ui.xml file in the Design tab, the setStyle property doesn't appear in the Properties window. Shouldn't the property be there? The docs seem to indicate that it should be. Thanks

GWT 2.4 - close?

2011-07-07 Thread cri
Sorry, Just can't help myself. Are we anywhere close to the 2.4 release? Thanks, Chuck -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group,

2.4 beta / Indigo support

2011-07-07 Thread cri
I just noticed that there is GPE 2.3 update link for Indigo, but there isn't an Indigo link for GPE 2.4 beta. Should GPE 2.4 beta work in Indigo? 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

Can't set styles with GWT Designer / UiBinder

2011-07-06 Thread cri
Using GWT Designer 2.4 beta. When editing a UiBinder file with GWT Designer, there is no styleName property in the property panel for setting the style of a GUI element. Is this intentional or does this indicate a problem, e.g. with GWT Designer, my configuration, etc? Thanks, Chuck -- You

Re: Very confusing aspect of MVP documentation!

2011-07-01 Thread cri
it simplifies all of the cruft and confusion that is MVP.. On Thu, Jun 30, 2011 at 8:02 PM, cri chuck.irvine...@gmail.com wrote: Hmm Well, part of this is semantics I think. What exactly constitutes MVP is the question. But regardless of that, it is true: 1) That one can use

Re: Very confusing aspect of MVP documentation!

2011-07-01 Thread cri
approaching MVP in this order. This is basically what Russ described doing, which ultimately led him to using GWTP. A good place to start is Ray Ryan's talk from Google I/O 2009. -- Brian On Fri, Jul 1, 2011 at 9:14 AM, cri chuck.irvine...@gmail.com wrote: I would imagine that GWT

Very confusing aspect of MVP documentation!

2011-06-30 Thread cri
If you go to http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html, you'll see the note: ** Strictly speaking, MVP architecture is not concerned with browser history management, but Activities and Places may be used with MVP development as shown in this

Re: Very confusing aspect of MVP documentation!

2011-06-30 Thread cri
. On Jun 30, 3:35 pm, Xybrek xyb...@gmail.com wrote: On Friday, 01 July, 2011 04:13 AM, cri wrote: If you go tohttp://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAnd..., you'll see the note: ** Strictly speaking, MVP architecture is not concerned with browser

Re: Very confusing aspect of MVP documentation!

2011-06-30 Thread cri
argue that one is better than the other I guess but to present them both, side by side, is just plain confusing to your user base. On Jun 30, 5:10 pm, David Chandler drfibona...@google.com wrote: Hi cri, Thanks for pointing this out. Ironically, I added that note along with other changes just

Jetty 7

2011-06-27 Thread cri
Are there any plans to move GWTs embeded Jetty to version 7? Version 6 doesn't seem that well supported anymore. For example, the Jetty WTP Plugin (http://wiki.eclipse.org/Jetty_WTP_Plugin) doesn't support Jetty version 6. I use Jetty for a couple of Jersey servers that my GWT projects talk to and

Re: GWT 2.4 - What and when?

2011-06-21 Thread cri
What's new in GWT 2.4? On Jun 20, 3:50 pm, Thomas Broyer t.bro...@gmail.com wrote: See also:https://twitter.com/#!/googledevtools/status/81811661354319872 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

GWT 2.4 - What and when?

2011-06-20 Thread cri
Now that I've started using the beta (huge performance enhancement for GWT Designer!) I'm curious in general - what will be in 2.4 and when might we see it? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: Holy Cow! GWT Designer comes up quick in 2.4 beta?!?!

2011-06-10 Thread cri
did this (a couple of days ago) I haven't seen the problem again. On Jun 9, 8:36 pm, Eric Clayberg clayb...@google.com wrote: Make sure you are using the latest GWT Designer build...    http://code.google.com/intl/en/webtoolkit/tools/download-gwtdesigner-... On Jun 9, 9:29 am, cri chuck.irvine

Re: Holy Cow! GWT Designer comes up quick in 2.4 beta?!?!

2011-06-09 Thread cri
in a session, it still needs to warm up dev mode (which takes most of the time...and is itself much faster now). Subsequent editor opening operations should be much quicker and switching between source and design mode should be extremely quick. On Jun 8, 11:23 am, cri chuck.irvine...@gmail.com

Holy Cow! GWT Designer comes up quick in 2.4 beta?!?!

2011-06-08 Thread cri
I just installed GPE 2.4 beta and it sure seems to me that GWT Designer design windows are coming up faster - much faster! Tell me I'm not imagining things. So, this must be a new feature in 2.4. I'm a big advocate of GWT Designer and this helps tremendously. Thanks!! -- You received this

Re: Holy Cow! GWT Designer comes up quick in 2.4 beta?!?!

2011-06-08 Thread cri
at 9:44 AM, cri chuck.irvine...@gmail.com wrote: I just installed GPE 2.4 beta and it sure seems to me that GWT Designer design windows are coming up faster - much faster! Tell me I'm not imagining things. So, this must be a new feature in 2.4. I'm a big advocate of GWT Designer

Re: GWT Designer supported configuration?? Using GPE 2.3 with GWT 2.2 gwt-maven-plugin projects

2011-05-19 Thread cri
site URL ? I've been trying to switch back to GPE 2.1 with no success. Thanks, Ramzi 2011/5/18 cri chuck.irvine...@gmail.com: Well, I'm not sure that it matters now, since I reverted to GPE 2.2 to work around the problem. I may try it again. Is there something that I should look

How deploy separate webapp to built in jetty?

2011-05-19 Thread cri
We've got a second webapp that we would like to deploy to the internal jetty that GPE uses for development mode. How can I do this? (Hope the answer isn't painfully obvious. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

User GWT to develop android apps that are not browser based?

2011-05-19 Thread cri
I just skimmed through the Google IO talk by Chris Ramsdale on using GWT to build mobile web apps, hosted on Android for example. Interesting, but what about using GWT to develop an Android app that isn't accessed via the browser, i.e. that is downloaded through the Android Market? Is this

Re: GWT Designer supported configuration?? Using GPE 2.3 with GWT 2.2 gwt-maven-plugin projects

2011-05-19 Thread cri
clayb...@google.com wrote: Did this happen immediately after starting a session or after switching GWT versions in the same session. If the latter, does restarting Eclipse have any effect? On May 18, 3:28 pm, cri chuck.irvine...@gmail.com wrote: I'm having trouble getting GWT

GWT Designer supported configuration?? Using GPE 2.3 with GWT 2.2 gwt-maven-plugin projects

2011-05-18 Thread cri
I'm having trouble getting GWT Designer to come up, and I'm wondering if its because I'm trying something that isn't supported. I'm using the latest version (2.3) of GPE and I'm trying to use it with gwt- maven-plugin based projects that are use GWT 2.2. In my eclipse java build path I've made

Re: GWT Designer supported configuration?? Using GPE 2.3 with GWT 2.2 gwt-maven-plugin projects

2011-05-18 Thread cri
target/[proj]/WEB-INF/lib folder. Which GWT jar(s) does it contain? /dmc On Wed, May 18, 2011 at 2:28 PM, cri chuck.irvine...@gmail.com wrote: I'm having trouble getting GWT Designer to come up, and I'm wondering if its because I'm trying something that isn't supported. I'm using

Single Sign On / GWT 2.3

2011-05-16 Thread cri
I'm a little unclear on 2.3's new single sign on functionality (referenced at http://code.google.com/webtoolkit/doc/latest/ReleaseNotes.html). I'm not seeing any clear documentation on how to use it. Can someone provide me with a pointer? Also, is this new functionality at all useful with single

Re: GPE 2.2 download

2011-05-13 Thread cri
Alex, The link you specify for reverting to GPE 2.2 seems to be broken. When I try to go there I get: Error CodeNoSuchKey/Code MessageThe specified key does not exist./Message /Error On May 9, 3:01 pm, Alex Humesky ahume...@google.com wrote: Hi Roy,GPE2.2 can be downloaded

Re: really nice - NOT: new gpe seems to completely break gwt designer

2011-05-12 Thread cri
2.3.1. To uninstall, go to Help About Installation Details Installed Software, select all of the GWT Designer v8.1.x components (everything with a 8.1.x version tag), and click Uninstall. On May 11, 8:34 am, cri chuck.irvine...@gmail.com wrote: Workaround found. First, uninstall all

Re: GPE 3.6, breaks again for UIBinder files

2011-05-12 Thread cri
This sounds very similar to a problem that I was having getting GWT Designer to come up. Try deleting the Google plugins then do a search of your workspace .plugins directory for any file having google in its filename. If you find any delete them. Then re-install the google plugins and try again.

really nice - NOT: new gpe seems to completely break gwt designer

2011-05-11 Thread cri
I just installed the update to GPE. I'm at 2.3.1. Now I can't open any gui classes with GWT Designer. Even if I create a vanilla project form scratch using New Web Application Project I get the same result. This is really disappointing! Okay, how the heck to I get back to the previous version of

Re: really nice - NOT: new gpe seems to completely break gwt designer

2011-05-11 Thread cri
the problem for me. On May 11, 9:33 am, cri chuck.irvine...@gmail.com wrote: I just installed the update to GPE. I'm at 2.3.1. Now I can't open any gui classes with GWT Designer. Even if I create a vanilla project form scratch using New Web Application Project I get the same result

Re: Getting errors after upgrading to 2.3

2011-05-11 Thread cri
This looks similar to a problem that I had. You might try the workaround described at https://mail.google.com/mail/?shva=1#inbox/12fe00abafca9f0f On May 11, 11:08 am, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Desintall all plugin related to GWT in eclipse and reinstall. 2011/5/10

Re: GWT in Action, 2nd Edition Early Access Addition is Available for Purchase

2011-05-09 Thread cri
I don't see that the ebook is available now. The web site says coming soon On May 8, 5:32 pm, wil.pannell wil.pann...@gmail.com wrote: Most of the authors participate in this group and can be lobbied directly, or here: http://www.manning-sandbox.com/forum.jspa?forumID=659 On May 8, 5:46 

additional web application on hosted mode jetty server

2011-04-29 Thread cri
we have a web application that's separate from our gwt web application. the gwt web application makes server calls (rest) to this separate application. can anyone tell me how me how I can deploy this separate war file to the gwt embedded jetty server used in development mode? I'd like to do this

Re: no clue on: module may need to be recompiled - help

2011-04-27 Thread cri
I've managed to work around the problem. The main thing that made the difference was importing the initial project into eclipse using the native eclipse command Import - Existing project rather than the command that I believe is provided by m2eclipse, i.e. Import... / Existing maven project. It

Re: no clue on: module may need to be recompiled - help

2011-04-27 Thread cri
*.nocache.js file in src/main/webapp user maven- clean-plugin. This did the trick. Thanks Thomas! On Apr 27, 8:34 am, cri chuck.irvine...@gmail.com wrote: I've managed to work around the problem. The main thing that made the difference was importing the initial project into eclipse using

Re: no clue on: module may need to be recompiled - help

2011-04-27 Thread cri
True, Salvador's suggestion is one approach, but the problem with following the suggestion is that its contrary to the setup you get out of the box by importing a project generated by the gwt-maven- archetype, i.e. hosted mode for the imported project uses src/main/ webapp. Personally, I like the

no clue on: module may need to be recompiled - help

2011-04-25 Thread cri
When I try to run my application that I've compiled and deployed to jetty, I'm getting GWT module may need to be (re) compiled. I've struggled with this for hours and can't figure out what the problem is. My project was created by using the gwt-maven-plugin and so I built it using the maven

Re: gwt-maven-plugin woes

2011-04-24 Thread cri
. Instead I get a dialog box saying the module may need to be recompiled. Its looking like there are files missing from the war file. Wish me luck. Obviously, GPE/Eclipse functionality hasn't been very well tested by the plugin developers. On Apr 21, 11:39 am, cri chuck.irvine...@gmail.com wrote

Re: gwt-maven-plugin woes

2011-04-24 Thread cri
. In the latter case, the module specification will *not* get left off program arguments when launching in debug mode. On Apr 24, 11:52 am, cri chuck.irvine...@gmail.com wrote: Update: The problem was that the launch configuration created by the gwt-maven- plugin was missing the module

Re: Debugging Maven Project in Eclipse ( Tutorial )

2011-04-22 Thread cri
You may find http://mojo.codehaus.org/gwt-maven-plugin/ helpful. On Apr 22, 2:33 am, Metronome Basic metronome.ba...@worldonline.fr wrote: Any suggestion for debugging in Eclipse If you create an Eclipse Project , the debugging facilities are there and ready to use. If you import a maven

Why only Spring support in Roo?

2011-04-22 Thread cri
I see so many people wanting help on integrating Spring and GWT. Google supports Spring integration in the context of Roo. Why not support Spring integration with vanilla GWT applications? Actually, same question with regard to Maven, i.e. I believe that Maven support is provided in the context of

gwt-maven-plugin woes

2011-04-21 Thread cri
I'm trying to use gwt project generated by using the gwt-maven-plugin archetype but don't very far. I feel I must be making a simple mistake. It would be great if maven support was provided directly by GWT. Here is are the steps I followed with gwt-maven-plugin (from the gwt- maven-plugin

help diagnose: Server class 'org.junit.Before' could not be found in the web app

2011-04-19 Thread cri
I'm getting a warning when starting my app in hosted mode: Server class 'org.junit.Before' could not be found in the web app, but was found on the system classpath. Apparently, one of my junit test cases is getting loaded by the server but I'm not to determine how. Can anyone suggest how I can go

Fatal GWT Designer problem: line 75 contains unexpected attribute 'generator'

2011-04-14 Thread cri
Starting today, whenever I try to open a GUI class in GWT Designer window, the windows fails to come up. In the .gwt-log file I get the error indicated below. I really have no idea what could be causing the problem. I am able to run the application in both hosted and web mode without issue. As I

Re: Fatal GWT Designer problem: line 75 contains unexpected attribute 'generator'

2011-04-14 Thread cri
eclipse environment. I uninstalled the gwt plugin from eclipse and reinstalled it. After this, the problem went away. So, forgetting about it for now. On Apr 14, 1:41 pm, cri chuck.irvine...@gmail.com wrote: Starting today, whenever I try to open a GUI class in GWT Designer window, the windows

RPC / Unit Testing Docs too sparse for me - help please

2011-04-07 Thread cri
I'm wanting to code tests for my RPC calls and am looking at the documentation at: http://code.google.com/webtoolkit/doc/latest/DevGuideTesting.html#DevGuideAsynchronousTesting. I'm just not getting it!! The example is (leaving out the comments): public void testTimer() { Timer timer = new

Re: RPC / Unit Testing Docs too sparse for me - help please

2011-04-07 Thread cri
Perfect. Nice and concise. Thanks On Apr 7, 11:32 am, Thomas Broyer t.bro...@gmail.com wrote: The workflow is:    1. delay the test finish (delayTestFinish with some timeout)    2. when your async is done, finish the test (finishTest() or fail()) So, replace the timer by your AsyncCallback

Re: Book that covers latest GWT release

2011-04-07 Thread cri
Well, I don't know if I would say soon. The manning site says fall 2011. Sooner would be better. On Apr 6, 4:11 pm, cheleb olivier.nougu...@gmail.com wrote: Soon GWT in Action Second edition ...http://www.manning.com/tacy/ On 6 avr, 04:31, Vicky solid@gmail.com wrote: Team, I

GWT 2.3 / Whats New

2011-04-01 Thread cri
Is there any advance info on what will be new in GWT 2.3? Thanks (for rescuing me from JSPs!) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this

Re: GWT Date Serialization problem

2011-03-31 Thread cri
I've experienced and have had to deal with this problem. It is a timezone related problem. Here's an example. 1) You initialize a Date object from the database on the server side. Say the date in the database is March 15. Your Date object will be initialized to March 15 at midnight, because a

2.1 Version of documentation? / CellTable sorting

2011-03-30 Thread cri
We are currently at version 2.1 of GWT and I'm trying to implement sorting of CellTables. The online (2.2) GWT documentation for doing this isn't compatible with 2.1 (i.e. the 2.2 docs reference classes/ methods that aren't available in 2.1. Is there documentation for 2.1 anywhere that I can

GWT Designer Issue: copy/paste CellTable loses columns

2011-03-23 Thread cri
I've had great success copying and pasting using GWT Designer, but it seems like copying and pasting CellTables results in lost columns in the copied CellTable. To reproduce simply create a CellTable with one TextColumn, then try to copy and paste it into the same GUI class. In the copy, the

have to invoke eclipse/project/clean for modified server classes

2011-03-17 Thread cri
I've got a gwt project that accesses a Spring server back end. The project was initially created using the gwt-maven-plugin maven archetype. Every time I change a back end Spring service class, my eclipse project doesn't pick up the changes unless I invoke Eclipse/ Project/clean on my project.

Re: Development mode vs web mode URL discrepancy

2011-03-14 Thread cri
Google GWT folks... Any help at all on this? On Mar 4, 12:20 pm, cri chuck.irvine...@gmail.com wrote: I saw another post on this subject, but there wasn't a satisfactory answer for me. So... I find it very unfortunate that my GWT application URLs are not consistent between development mode

Development mode vs web mode URL discrepancy

2011-03-04 Thread cri
I saw another post on this subject, but there wasn't a satisfactory answer for me. So... I find it very unfortunate that my GWT application URLs are not consistent between development mode and web mode. Our application lives on an intranet with lots of interaction with other intranet resources

WindowBuilder encountered unexpected internal error. Please contact support

2011-03-02 Thread cri
I've got a composite with a CellTable in it. When I try to bring up the composite in GWT Designer, I get the exception referenced below. I suspect the problem is due to the fact that my project uses the gwt 2.1 version of the sdk, while I'm using the latest version (2.2) of the gwt eclipse plugin.

Bug? AbsolutePanel in Grid not visible in Chrome and Firefox

2011-02-25 Thread cri
If you put an AbsolutePanel in a Grid, the AbsoluteGrid contents are not visible in either Chrome or FireFox. They are visible in IE8. To duplicate, paste the code below in an EntryPoint class and run the code in Development mode. Does anyone know of a workaround for this problem? package

Re: GWT Designer / Only Small Black Square

2011-02-23 Thread cri
Alas, I'm running 32 bit version so that's not my problem. GWT Designer guys - any advice at all. I'm trying to sell my co workers on GWT Designer and this isn't going to help. Thanks On Feb 23, 3:44 am, AndrewR richards...@gmail.com wrote: What version of eclipse are your running 32 or 64 bit?

Re: GWT Designer / Only Small Black Square

2011-02-23 Thread cri
Clayberg clayb...@google.com wrote: What version of IE are you running on both machines? If you actually run the app on your XP box, do those widgets display correctly? On Feb 22, 12:56 pm, cri chuck.irvine...@gmail.com wrote: More info on the problem. First, and perhaps most important

Re: GWT Designer / Only Small Black Square

2011-02-23 Thread cri
version of IE are you running on both machines? If you actually run the app on your XP box, do those widgets display correctly? On Feb 22, 12:56 pm, cri chuck.irvine...@gmail.com wrote: More info on the problem. First, and perhaps most important, the problem seems to involve all

GWT Designer / Only Small Black Square

2011-02-22 Thread cri
I'm stumped. A number of the GWT widgets don't show up correctly in my GWT Designer design window or the preview window. As an example, the code below produces a very small black dot in the design window and nothing shows up in the preview window. The odd thing is, the same thing works as expected

Re: GWT Designer / Only Small Black Square

2011-02-22 Thread cri
controls in the preview window. Nor do I see navigation, list or details on the preview screen. Hopefully, this will give someone a clue as to what my problem might be. Sure hope so. I'm trying to convince others to use GWT Designer and this might pose a problem Thanks On Feb 22, 8:39 am, cri

Re: GWT Designer / Only Small Black Square

2011-02-22 Thread cri
should be opened for this. Can anyone else running Windows XP see whether they also suffer from this problem? Thanks, Chuck On Feb 22, 10:45 am, cri chuck.irvine...@gmail.com wrote: I do see part of the problem. When I open the attached code, the size showing for rp and p is (0,0). Can anyone

GWT 2.2 / GWT Designer / Add CellTable Crashes GWT Designer

2011-02-14 Thread cri
I don't know if I'm doing something naive or not. I've not used a CellTable widget before so maybe I am. Any way, doing this crashes GWT Designer: 1. Create class extending Composite. 2. Open the class with GWT Designer. 3. Try to add a CellTable to it. Specify String as the row type. GWT

Re: GWT 2.2 / GWT Designer / Add CellTable Crashes GWT Designer

2011-02-14 Thread cri
14, 6:25 pm, cri chuck.irvine...@gmail.com wrote: I don't know if I'm doing something naive or not. I've not used a CellTable widget before so maybe I am. Any way, doing this crashes GWT Designer: 1. Create class extending Composite. 2. Open the class with GWT Designer. 3. Try to add

Next GWT Designer release

2011-02-04 Thread cri
With GWT Designer integration being a focus of the upcoming GWT/Plugin release, I hope some time will be (or has been) spent on speeding up the time it takes to bring up the GWT design window on a GUI class. I just takes a little too long I think. Just my two cents. It's a really great tool! --

MVP - Suppress and/or rename place name and token

2011-01-30 Thread cri
We use MVP place URLs to bring up selected parts of our application in a new window, e.g. Window.open(http://test.com/test/ Test.html#TestPlace:testPlaceToken, _blank, ). This works fine, but we are wondering if there is anyway to suppress the place name and token (#TestPlace:testPlaceToken) in

MVP view in new Window

2011-01-28 Thread cri
We would like to be able to pop up a new browser window (as in Window.open()) and display an MVP view (with activity) in it. I've seen a thread on how to do this with history tokens (http:// groups.google.com/group/google-web-toolkit/browse_thread/thread/

MVP activity and view / new window

2011-01-27 Thread cri
We'd like to use a new browser window to host an GWT Activity and View. We don't want to use a pop up modal window. Seems like this ought to be possible, but I can't find a way. Any help would be greatly appreciated. Sample code of course would be most help. Thanks -- You received this message

Re: how to debug service calls, which do not come through

2010-12-21 Thread cri
You are mostly likely trying to pass object from the server to the client that are not serializable. On Dec 21, 9:39 am, ghost23 sven.bu...@googlemail.com wrote: hi again, ok, my onFailure method was empty, never saw, what happened there. Now i see, that i have a serialization error. But it

Re: Http Headers

2010-12-11 Thread cri
Pete, I am on the same team as poster. The situation we refer to is the latter of the two you mention, i.e. based on the users permissions, we will present one of several GWT views/screens. If we can't do this by accessing HTTP request headers (it seems strange that there isn't a way to do this),

GWT Designer / TabLayoutPanel Woes

2010-12-07 Thread cri
I'm new to GWT Designer, so I'm probably making a basic mistake of some sort. When using GWT Designer to create a TabPanel, things seem to work fine. That is, I lay down the TabPanel and then add tab elements and everything shows up as expected in the Designer window. However, if I instead use a

Re: All I Want for Christmas is a powerful Widget Library from Google !

2010-12-06 Thread cri
I've been thinking about this thread for awhile and have decided to add my two cents. First, let me say that I'm huge Google and GWT fan. I've been using GWT for over two years on multiple projects and I really do think its great. I just bought myself an Android phone and I'd say its the

Re: gwt-maven-plugin / google plugin for eclipse / working for anyone?!?!

2010-12-04 Thread cri
4, 6:13 am, Thomas Broyer t.bro...@gmail.com wrote: On 2 déc, 21:28, cri chuck.irvine...@gmail.com wrote: We are trying to use gwt-maven-plugin to generate our mavenized gwt project. Our versions are: eclipse helios gwt 2.1 gwt-maven-plugin 2.1.1-SNAPSHOT We generate our

gwt website very slooowwww

2010-12-03 Thread cri
I know this is a little off topic, but has anyone noticed that the gwt website is very slow the last few days. Hopefully, they know about it and are working on the fix. Sometimes I have to wait literally minutes for a gwt forumn search to complete, for example. Also, I just clicked on a forum

gwt-maven-plugin / google plugin for eclipse / working for anyone?!?!

2010-12-02 Thread cri
We are trying to use gwt-maven-plugin to generate our mavenized gwt project. Our versions are: eclipse helios gwt 2.1 gwt-maven-plugin 2.1.1-SNAPSHOT We generate our initial project with the command line: mvn archetype:generate \ -DarchetypeRepository=https://nexus.codehaus.org/content/groups/

Re: gwt-maven-plugin / google plugin for eclipse / working for anyone?!?!

2010-12-02 Thread cri
you see errors in any of the Eclipse consoles (including Maven console) while doing the import? On Thu, Dec 2, 2010 at 3:28 PM, cri chuck.irvine...@gmail.com wrote: We are trying to use gwt-maven-plugin to generate our mavenized gwt project. Our versions are: eclipse helios gwt 2.1

GWT 2.1 MVP / AppController

2010-12-01 Thread cri
I'm in the process of converting our GWT application from using the old MVP architecture (based on Large scale application development and MVP, Parts I and II) to GWT 2.1 MVP. With some help from this forum I'm making good progress. However, I'm now grappling with the following. Do I still define

Large scale application development and MVP tutorial / no Places or Activities

2010-11-30 Thread cri
I've used the articles Large scale application development and MVP I and II to model our MVP application. I notice that these tutorials don't use either of the Place or Activity classes made available by GWT. I'm wondering why this is. Does anyone know? Thanks -- You received this message

MVP *without* UiBinder

2010-11-30 Thread cri
I'm in the process of trying to learn GWT 2.1 MVP. At this point we don't have very good knowledge of UiBinder and we're not sure that we want to learn and use it. I'm having trouble understanding the sample Hello/Goodbye application (at the GWT docs site) since it relies on UiBinder. More

  1   2   >