Re: WebWorkers in GWT

2009-12-11 Thread rjcarr
Wow, you work fast ... the first I had heard of web workers was a couple hours ago and now you want it in GWT? I don't think web workers is anything special ... you could easily write your own library with the same functionality. On Dec 10, 5:07 pm, Kango_V djb.b...@gmail.com wrote: Does anyone

Re: Download GWT Development Mode plugin for Firefox

2009-12-11 Thread rjcarr
Agreed, same question here. No matter what I do I can't get the browser to even trigger the download. I assume it is because I need to run as no server, but shouldn't I still be able to get it? Is no server even an option for gwt 2? I'm really confused about the new gwt 2 updates and how

Re: FormPanel submit problem

2009-12-11 Thread rjcarr
Sorry, I've never used traditional forms in gwt, so I can't help, other than to ask, are you sure you need to use traditional forms? On Dec 9, 11:42 pm, Island qzha...@gmail.com wrote: Hi, there I am new to GWT, so maybe this question has been answered somewhere else. The question is

Re: Multiple GWT modules are compiling really slow!!

2009-12-11 Thread rjcarr
If I understand what you are saying correctly, then what you describe is expected. I think this *might* have changed in GWT 1.7, but I'm not entirely sure. If you have one large module then at most all of your code will be compiled (i.e., translated) once. However, let's say you have 10 modules

Re: Programmatically firing scroll event.

2009-12-11 Thread rjcarr
Sorry, I don't know what a PagingScrollTable is (it doesn't appear to be in standard dev kit), but if you are using a ScrollPanel you would just need to do a setScrollPosition(). On Dec 9, 10:25 am, Rajeev Kumar rajeku...@google.com wrote: Hi, I have two PagingScrollTable controls in a gwt

Re: GWT + Spring Security

2009-12-11 Thread olivier nouguier
Hi jonathan, Are you using maven ? If the answer is yes: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/be6b6681192aa54a?pli=1 http://groups.google.com/group/google-web-toolkit/browse_thread/thread/be6b6681192aa54a?pli=1 On Thu, Dec 10, 2009 at 8:40 PM,

Row editor plugin usage in grid

2009-12-11 Thread Ramesh
Hi , I am using hibernate to connect to database. I want to use row editor to edit my grid records. How to add listeners for Save and Cancel buttons. Any idea -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to 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
You can assure that it ueses the same port by giving the - codeServerport (you have to look that one up, dont know the correct spelling) switch. Then at least the URL doesnt change. On Dec 10, 5:20 pm, Rajeev Dayal rda...@google.com wrote: Right now, there is no way to achieve this when using

Re: Netbeans plugin

2009-12-11 Thread MN
i would also like to see a netbeans plugin from google... On 10 Dez., 16:31, John Ivens john.wagner.iv...@gmail.com wrote: I agree.  I am always forced to use Eclipse because everyone else uses it, and features such as the Google Eclipse Plugin come out well in advance of anything for

GWT and .Net

2009-12-11 Thread AndrewG
I have used GWT quite successfully with a number of Java-based projects now - and was now wonder whether it will be possible to use it together with .Net. A quick search found a few posts from 2007 claiming that Google had announced that they would include C# in the languages supported by GWT -

Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread István Szoboszlai
Hello Rajeev, Actually I think it is good, but I liked it when it was a separate window. Of course you can drag the development mode tab to be a separate window. I liked the tabbing in the normal oophm window better, and there was a way to restart jetty (perhaps I just did not find it yet in

Re: Netbeans plugin

2009-12-11 Thread Magno Machado
I agree! I swear, I tried to use Eclipse because of it's support by GWT, but I just don't like it (As said before, it's a matter of taste). Of course Google can't support all Java IDEs, but I think at least the two major free IDEs could be supported. It also would be nice to have webAppCreator to

Re: Netbeans plugin

2009-12-11 Thread Nicanor Cristian
They should do somehing about that. Imposing one IDE is not very democratic. There are 2 plugins for netbeans one for GWT and the other for GAE, they could start from there. Magno Machado wrote: I agree! I swear, I tried to use Eclipse because of it's support by GWT, but I just don't like it

Re: Netbeans plugin

2009-12-11 Thread Aekold
I am using GWT4NB. It's good enough, and pretty stable. I think it will be good if Google at least will give some code of GWT for Eclipse to GWT4NB guys, and they will get the best things out of it. On Dec 11, 12:29 pm, Nicanor Cristian nicanor.bab...@gmail.com wrote: They should do somehing

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: FormPanel submit problem

2009-12-11 Thread Qi Zhang
Hi, Actually after I changed the form.setEncoding(FormPanel.ENCODING_MULTIPART); to form.setEncoding(FormPanel.ENCODING_URLECONDING), those parameters are passed to the servelt successfully, I really do not understand why? I use traditional forms because I already have existing servlet code to

Re: Upgradeing to 2.0, web.xml file problem

2009-12-11 Thread darkflame
Thanks. I did have the problems listed in the warning you described, but quick fixing them (which did remove them as warnings) didnt fix the problem. My module file is currently; ?xml version=1.0 encoding=UTF-8? !DOCTYPE module PUBLIC -//Google Inc.//DTD Google Web Toolkit 1.7.1// EN

GWT 2/Eclipse Project References

2009-12-11 Thread Graham
I've successfully upgraded to GWT 2.0 using the GWT Eclipse Plugin. All seems well, with one exception. I write all of my servlets in a seperate project, which worked under well under 1.* by simply adding the project to the build path. Unfortunately after moving to GWT 2.0 the project is being

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: GWT 2/Eclipse Project References

2009-12-11 Thread Graham
Sorry, just to clarify - I am referring specifically to development mode. On Dec 11, 11:49 am, Graham graham.mor...@gmail.com wrote: I've successfully upgraded to GWT 2.0 using the GWT Eclipse Plugin. All seems well, with one exception. I write all of my servlets in a seperate project, which

Re: GWT 2/Eclipse Project References

2009-12-11 Thread Graham
This seems to be related to the AppEngine, which I don't need. Problem solved! On Dec 11, 11:51 am, Graham graham.mor...@gmail.com wrote: Sorry, just to clarify - I am referring specifically to development mode. On Dec 11, 11:49 am, Graham graham.mor...@gmail.com wrote: I've successfully

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 of

Re: Netbeans plugin

2009-12-11 Thread monkeyboy
Maybe an issue should be opened at http://code.google.com/p/google-web-toolkit/issues/list -- 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

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

Properties Support for Configuration Data in GWT 1.7

2009-12-11 Thread keyboard_samurai
Hi, I need to maintain some configurable data (in properties) and lookup for it in the code. I do understand GWT has support for constants and messages (i18n). I would not like to get this information like constant or message as these are kept specific to locale and the configuration data which

Re: Netbeans plugin

2009-12-11 Thread Nicanor Cristian
Indeed. monkeyboy wrote: Maybe an issue should be opened at http://code.google.com/p/google-web-toolkit/issues/list -- 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 - 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: Netbeans plugin

2009-12-11 Thread Oleg K.
the same for me. GWT4NB + maven gwt plugin FTW but it made me to use 'right click - maven - goals - jetty:run' with autorefresh instead of 'Run button' On 11 дек, 13:44, Aekold helbr...@gmail.com wrote: I am using GWT4NB. It's good enough, and pretty stable. I think it will be good if Google at

Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread Jonas Huckestein
Hi there, just quick note: The restart server button is located at the right of the toolbar in the development mode tab. It might be somewhat misleading because it looks just like an ordinary refresh icon. It took me a day to find that one, too. Until then I was stopping and starting the server

Re: Netbeans plugin

2009-12-11 Thread Nicanor Cristian
Please, someone fill an issue about this.. Oleg K. wrote: the same for me. GWT4NB + maven gwt plugin FTW but it made me to use 'right click - maven - goals - jetty:run' with autorefresh instead of 'Run button' On 11 дек, 13:44, Aekold helbr...@gmail.com wrote: I am using GWT4NB. It's

Re: Keyboard bindings

2009-12-11 Thread Jeff Larsen
Thanks for the information. It is a huge help. After re-reading my message I realize I wasn't entirely clear on my meaning. I need to be able to stop the browser window from doing a refresh when F5 is hit. Not maximize when F11 is hit etc, no new window when Ctrl+N is hit. On Dec 10, 6:37 pm,

Re: Properties Support for Configuration Data in GWT 1.7

2009-12-11 Thread philippe
If it doesn't draw user text on screen, if it's just to configured your server you can use ResourceBundle in server side. On 11 déc, 13:58, keyboard_samurai yog...@gmail.com wrote: Hi, I need to maintain some configurable data (in properties) and lookup for it in the code. I do understand

Re: Netbeans plugin

2009-12-11 Thread Aekold
There is no problem to fill an issue, there is a question what EXACTLY we want? Looks like Google is not interested in NetBeans (for example take a look at this http://code.google.com/p/google-web-toolkit/issues/detail?id=3787q=netbeans, as you may already know tim.lebedkov is the most active

UI Binder, really a good approach?

2009-12-11 Thread Stefan Bachert
Classical web development urges me to have a multiple personalities. That is an disease I have to deals with - HTML - CSS - JavaScript - Server-Side calls via AjAx - Server side implementation in Java or other language - and references from one to the other Thatfor GWT was good to reduce the

ListBox - ChangeHandler not working

2009-12-11 Thread Buminda Nawagamuwa
Hello , I have added a List box to a FlexTable and the list box is added with Changehandler. The change handler is not called ( onChange method ). Any idea ? thanks in advance Regards Buminda -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

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

do I need eclipse/plug-in for gwt and appengine?

2009-12-11 Thread paulmo
I want to use GWT features like tabbed panels but as a beginner do not want to get involved in an IDE like Eclipse. What if any features of GWT are integrated in AppEngine? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

unable to specify war directory when running web app

2009-12-11 Thread haole
i'm using google plugin for eclipse 3.5 (galileo) with GWT 2.0.0 (and app engine 1.2.8). when i compile my GWT modules, i set the additional compiler arguments to -war war/foo. the behavior is as expected: the compiler creates directories for each module under war/foo. i get the following

Cannot install dev mode browser plugin

2009-12-11 Thread yakbuttercandle
Getting dl-ssl.google.com not found. Has the location of the plugins changed? -- 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

Add GWT to server side generated pages

2009-12-11 Thread Borje Johnsson
Hello all, I have used GWT to build a couple of small apps from scratch and it works great. But now I am trying to use GWT in some part of a bigger application with mostly generated pages. Just a small part of the application (outer head and body tags) uses a static html file. Is there a way to

GWT 2 DevMode not working against an external server

2009-12-11 Thread Robert Schultz
I'm having trouble getting DevMode working in GWT 2.0 with an external server I've upgraded from GWT 1.7 to GWT 2.0 It compiles my GWT module correctly when I run com.google.gwt.dev.Compiler with arguments: -war /path/to/web/gwt com.my.path.mymodule.mymodule I have my own tomcat server and

JsValueGlue exceptions

2009-12-11 Thread Stephen Haberman
Using gwt2, I've started getting intermittent stack traces in JsValueGlue. E.g.: 00:02:18.702 [ERROR] Uncaught exception escaped java.lang.IllegalArgumentException: Something other than a Java object was returned from JSNI method

Unicode

2009-12-11 Thread kais
Dears, I want to implement a module able to open an Unicode Arabic file and display it the client side with Arabic menu, etc. I couldn't find any implementation. I think this is very easy for expert GWT designers. Thanks. -- kais -- You received this message because you are subscribed to the

API Translate

2009-12-11 Thread Dominik Franek - CZE
Hello, I have a little problem, I wanted to create a GWT application using Translating API: http://code.google.com/p/google-api-translate-java/ and when I click Run as Web Application (Eclipse with GWT) I get these error: [TRACE] Loading inherited module 'com.google' [ERROR] Unable to find

External Javascript method call

2009-12-11 Thread JavaDoc
Hello, Ive associated a certain FooBar.js to my module. The javascript has a method Foo(), which I need to invoke. I am trying to do this through JSNI, however, its failing. Heres my code: public native void doSomething() /*-{ var bar = new Foo(); //some other stuff }-*/; This method is being

Window on top

2009-12-11 Thread Mike
Hi all, My application frequently needs to open a new browser window to display some information to the user that cannot be displayed within the main application window. The first time I open that window (using Window.open(newWindowURL, newWindow, ); ) the new window is raised to top. However,

Re: do I need eclipse/plug-in for gwt and appengine?

2009-12-11 Thread mariyan nenchev
No, but the GEP will make things *VERY* *easy* and *fast*. So everyone will tell you to use it. I guess you ask that because you do not want to use eclipse?, but believe me it is worthed. Regards. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Development Mode Firefox 64bit Linux Issue

2009-12-11 Thread Chris Ramsdale
@alexmat, @andreit, does the plugin show up in the list of Add-ons? If so, what version do you have installed? On Wed, Nov 25, 2009 at 10:16 AM, alexmat alex...@gmail.com wrote: Dev mode starts up fine. Point firefox at the url, download and install plugin. Restart... and it asks me to

What is main class?

2009-12-11 Thread Jaroslav Záruba
http://code.google.com/webtoolkit/doc/latest/ReleaseNotes.html#Upgrading -- After upgrading to the GWT 2.0 jars, you will see the following message when running development mode using HostedMode: [WARN] The class com.google.gwt.dev.HostedMode is deprecated and will be removed -- use

Re: Development Mode Firefox 64bit Linux Issue

2009-12-11 Thread Chris Ramsdale
What errors, if any, are you seeing in the FF error console (Tools-Error Console)? While you're there, check the OS/ABI by evaluating the following expressions: Components.classes[@mozilla.org/xre/app-info;1 ].getService(Components.interfaces.nsIXULRuntime).OS

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: Window on top

2009-12-11 Thread Jesper
The newWindow parameter is that browser window identifier as seen from JavaScript. To get more browser windows, you have to change that token each time you call Window.open() Jesper On Dec 11, 3:36 pm, Mike mcwe...@gmail.com wrote: Hi all, My application frequently needs to open a new

Re: UI Binder, really a good approach?

2009-12-11 Thread Arthur Kalmenson
I think you just have to try it and see. We're doing that here to determine if UiBinder is a better way of building user interfaces, or if we prefer building UI in a Swing like fashion. There are arguments both ways, but it comes down to taste and preference. UiBinder allows for web designers to

Re: GWT 2 DevMode not working against an external server

2009-12-11 Thread Chris Ramsdale
Robert, The following thread may be of some assistance: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/c3da5f8b67102696/00c493b1720b1ba1 - Chris On Thu, Dec 10, 2009 at 2:53 PM, Robert Schultz sembia...@gmail.com wrote: I'm having trouble getting DevMode working in

Re: UI Binder, really a good approach?

2009-12-11 Thread John Ivens
How about a Matisse-like interface that allows you to create the XML by dragging graphics around, and linking them to code in the .java file? That's what I want. On Fri, Dec 11, 2009 at 8:22 AM, Arthur Kalmenson arthur.k...@gmail.comwrote: I think you just have to try it and see. We're doing

Re: unable to specify war directory when running web app

2009-12-11 Thread Miguel Méndez
Could you file a bug for this in the GWT public issue trackerhttp://code.google.com/p/google-web-toolkit/issues/list? In the meantime could you try adding -war war/foo in the Web App Launch configuration's program args? On Thu, Dec 10, 2009 at 10:43 AM, haole mejoe...@gmail.com wrote: i'm

Re: Keyboard bindings

2009-12-11 Thread Jim Douglas
Hmm, it'll be a challenge. I'd probably start here to see if it's even possible to prevent the default action of the specific keys you care about: http://www.quirksmode.org/dom/events/tests/keys.html Here's PPK's JavaScript for that page: http://www.quirksmode.org/js/events/eventtests.js On

Re: Cannot install dev mode browser plugin

2009-12-11 Thread Robert Schultz
Try this: http://gwt.google.com/missing-plugin/MissingPlugin.html On Dec 10, 6:02 pm, yakbuttercandle ganesh.ramachandran...@gmail.com wrote: Getting dl-ssl.google.com not found. Has the location of the plugins changed? -- You received this message because you are subscribed to the Google

Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread Miguel Méndez
Could you file an issue in the issue trackerhttp://code.google.com/p/google-web-toolkit/issues/listwith a suggestion as to how we might improve it? Thanks, On Fri, Dec 11, 2009 at 8:38 AM, Jonas Huckestein jonas.huckest...@me.comwrote: Hi there, just quick note: The restart server button is

Re: GWT and .Net

2009-12-11 Thread Olivier Gérardin
Do you still have a reference to the posts that linked .Net with GWT? I have serious doubts that this was ever considered. Besides, if all you want to do is be able to code in C#, I think Java is close enough that it won't be a huge gap... In addition to porting the GWT compiler, fully supporting

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: UI Binder, really a good approach?

2009-12-11 Thread Nicanor Cristian
UI Binder is the step before that. On top of UI Binder it's easier to write a WYSIWYG GUI editor, than on top of plain java. Also it's very easy to mantain the MVC structure. John Ivens wrote: How about a Matisse-like interface that allows you to create the XML by dragging graphics around, and

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: HTTP request - Code 0 and status is OK

2009-12-11 Thread jax
After about 3 days of research and anguish I have finally solved this problemkind of. I originally had the GWT app in a sub-directory inside a Joomla! install. I had an idea to move it to another sub domain and it worked. I am still not sure why this worked except that maybe an apache

Re: HTTP request - Code 0 and status is OK

2009-12-11 Thread Ian Bambury
I would imagine you are having a cross-domain problem. Ian http://examples.roughian.com 2009/12/11 jax jackma...@gmail.com After about 3 days of research and anguish I have finally solved this problemkind of. I originally had the GWT app in a sub-directory inside a Joomla! install.

Re: Cannot install GWT Eclipse plug-in

2009-12-11 Thread Rajeev Dayal
That is really odd. The update site that SHOULD have been part of the default list of update sites is: Galileo - http://download.eclipse.org/releases/galileo On Fri, Dec 11, 2009 at 1:44 AM, robert_hancock hancock.rob...@gmail.comwrote: I solved it by installing Eclipse on my Windows machine,

Re: Download GWT Development Mode plugin for Firefox

2009-12-11 Thread Rajeev Dayal
I'd recommend that you initially have your system connected to the Internet, and when you first access your GWT Application in development mode via the browser, you'll be prompted to install the GWT Development Mode plugin. After that point, you can debug your GWT Apps without having to be

Chrome loading indicator

2009-12-11 Thread Andrey
Hello! I am using comet (server push) in my application. When user logs in a secondary connection being created. It is an ordinary GWT RPC call with 50 sec timeout and retry. Everything is OK except that Chrome and the Chrome only shows loading indicator as if the page is loading. How can I get

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: Development Mode Firefox 64bit Linux Issue

2009-12-11 Thread eggsy84
Hi all, I found that if (using Firefox) I went directly to the link rather than clicking the 'Install' options on the page the 'Add on' installed correctly. Specifically I right clicked the link and checked what href it contained then went directly there and the plugin installed ok. I'm sorry I

Re: UI Binder, really a good approach?

2009-12-11 Thread Sekhar
UiBinder is actually quite similar to the approach Flex takes (splitting into MXML and ActionScript). It seems like overkill initially, but really pays off for larger projects (separating the design/logic and adding flexibility). On Dec 11, 7:43 am, Nicanor Cristian nicanor.bab...@gmail.com

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

Reading the *.rpc.log and understanding why classes are included in the serialization policy file.

2009-12-11 Thread Alex
I'm looking at the *.rpc.log for one of my RPC calls and don't understand why some classes are included in the policy file. As an example consider the PopupListenerCollection. The line below appears in the x.gwt.rpc file. com.google.gwt.user.client.ui.PopupListenerCollection, true, true,

Re: GWT 2/Eclipse Project References

2009-12-11 Thread Rajeev Dayal
This is a general problem with having your GWT or App Engine project depend on another project that ultimately contributes artifacts to the war/WEB-INF/lib folder. We're going to address this in a future version of the plugin. Even though this appears to work in GWT, you'll still have to revert

Re: What is main class?

2009-12-11 Thread Rajeev Dayal
That is definitely odd - the correct entry point should be selected for you automatically. Do you mind posting the contents of your .project and your .classpath files? 2009/12/11 Jaroslav Záruba jaroslav.zar...@gmail.com http://code.google.com/webtoolkit/doc/latest/ReleaseNotes.html#Upgrading

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
Actually, there is no way to go back to the GWT 1.7-style Hosted Browser. The workaround I gave disables the use of the Development View in Eclipse, but it will still bring up GWT's own Development Mode UI, which requires the GWT Developer Plugin to be installed in your browser. For the ssue that

Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread Rajeev Dayal
Thanks for the feedback. Please feel free file any suggestions for improvement in the issue trackerhttp://code.google.com/p/google-web-toolkit/issues/list - we'd appreciate it! 2009/12/11 István Szoboszlai mrsz...@gmail.com Hello Rajeev, Actually I think it is good, but I liked it when it was

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

Re: UI Binder, really a good approach?

2009-12-11 Thread Jonas Huckestein
Its interesting that you mentioned how multiple personalitites having to deal with css, html, java etc are harmful to the development process. I think that while it does make sense to develop all program logic in one language (particularly server and client code), neither the GWT 1.7 style UI Java

GWT module 'XYZ' may need to be (re)compiled

2009-12-11 Thread graffle...@gmail.com
I have upgraded to GWT 2.0 - all works fine in DevMode When I build a .war file and deploy it to my tomcat6 server, the browser displays an alert GWT module 'XYZ' may need to be (re) compiled when I bang the url. Is it possible that one of my sub-modules needs to be recompiled under V2.0? I'm

Re: HTTP request - Code 0 and status is OK

2009-12-11 Thread jax
But I was accessing the files from the same domain. On Dec 11, 11:14 pm, Ian Bambury ianbamb...@gmail.com wrote: I would imagine you are having a cross-domain problem. Ian http://examples.roughian.com 2009/12/11 jax jackma...@gmail.com After about 3 days of research and anguish I have

Re: Download GWT Development Mode plugin for Firefox

2009-12-11 Thread Eric
On Dec 11, 11:43 am, Rajeev Dayal rda...@google.com wrote: I'd recommend that you initially have your system connected to the Internet, and when you first access your GWT Application in development mode via the browser, you'll be prompted to install the GWT Development Mode plugin. After

Re: UI Binder, really a good approach?

2009-12-11 Thread Yozons Support on Gmail
A GUI builder would be a huge advance over UiBinder alone, by my vote! But then again, a GUI builder would be best if there were a big widget library so there would be more to use and layout. SmartGWT has some nice widgets, but their GUI builder doesn't do GWT, just JS. -- You received this

Re: What is main class?

2009-12-11 Thread Jaroslav Záruba
I apologize if I confused you, I'm only reading through the GWT 2.0 stuff. I haven't faced this error myself as I'm yet to upgrade to 2.0. (I have two days to a minor deadline, so I don't want to mess with my dev.env.) My understanding is that setting the main class is fundamental part of the

Re: HTTP request - Code 0 and status is OK

2009-12-11 Thread Ian Bambury
If you change the domain you are making the HTTP request to, from localhost to mydomain.com, how is it the same domain? Ian http://examples.roughian.com 2009/12/11 jax jackma...@gmail.com But I was accessing the files from the same domain. -- You received this message because you are

Installing GWT Eclipse plugin, version 1.1.0

2009-12-11 Thread Javier
Hello there: our current project uses GWT 1.7.1 and, for a variety of reasons, we don't want to upgrade to 2.0.0 yet. I'd like to setup our current development environment on a new machine; I'm at the point where I need to install the GWT eclipse plugin, but when I go to the update site

Re: Row editor plugin usage in grid

2009-12-11 Thread nacho
You must call in the listener to rpc methods and in the server side use hibernate On Dec 11, 6:00 am, Ramesh nitt.ram...@gmail.com wrote: Hi , I am using hibernate to connect to database. I want to use row editor to edit my grid records. How to add listeners for Save and Cancel buttons.

JavaScriptInjector like StyleInjector

2009-12-11 Thread Diego Lovison
GWT team have plans to developer a JavaScriptInjector like StyleInjector? -- 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

Re: UI Binder, really a good approach?

2009-12-11 Thread David Durham
On Fri, Dec 11, 2009 at 6:23 AM, Stefan Bachert stefanbach...@yahoo.de wrote: The advantage of declarative programming could be reached in Java in a much better way. Look at the following code, it is pure Java and much more declarative then UiBinder. It has very less code and is in the end

Re: What is main class?

2009-12-11 Thread Rajeev Dayal
It applies only when developing without the Google Plugin for Eclipse. 2009/12/11 Jaroslav Záruba jaroslav.zar...@gmail.com I apologize if I confused you, I'm only reading through the GWT 2.0 stuff. I haven't faced this error myself as I'm yet to upgrade to 2.0. (I have two days to a minor

Re: Keyboard bindings

2009-12-11 Thread Thad
Wow. Excellent site. Thanks. I need to do more to make my application amenable to assistive technologies. I'm reading up on ARIA (http://www.w3.org/WAI/intro/ aria.php), but there's gonna be a lot of work to keyboard enable things. This page looks like a good starting point. Any thing else

Re: GWT 2.0 Upgrade Problem

2009-12-11 Thread Rajeev Dayal
Are you using the Google Plugin for Eclipse? If you are, then it's not necessary to make any changes to the main class - this is done for you automatically by the plugin. What is the URL that you're hitting your application with when you're trying to debug it? It almost sounds like you're running

Re: GWT and .Net

2009-12-11 Thread Adligo
Hi, I used .net with C# successfully for zoomshare.com's domain wizard. C# has a nice Json api that saves some time, but then you need to write your own Json readers for the GWT client. I used the regular GWT Java compiler for the client code, as I would expect porting the GWT compiler

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: Installing GWT Eclipse plugin, version 1.1.0

2009-12-11 Thread Rajeev Dayal
You can use the Google Plugin for Eclipse 1.2 with GWT 1.7 - they are compatible. So, you can install the latest plugin from the update side BUT exclude the installation of the SDK. Even if you did install the SDK, it does not automatically change your project over to use the new one, so you would

Re: Installing GWT Eclipse plugin, version 1.1.0

2009-12-11 Thread Rajeev Dayal
We did not opt for this approach for simplicity's sake. Since we were planning on maintaining backwards compatibility with previous SDK versions, there was no good reason to provide older versions of the plugin for installation. If it is ever the case that we release a version of the plugin that

  1   2   >