Re: Multipage gwt app

2011-11-19 Thread -sowdri-
I need to know how to make a rpc call from module2 to module1. I have server class running in module1 and i have to invoke the methods in module1 from client of module2. In GWT each module could define the client and server packages that must include. In your case, make sure you include the

Re: Multipage gwt app

2011-11-19 Thread Deepak Singh
make sure you include the packages(in particular classes) containing the service you wish to call in both the modules in both the gwt.xml files. In this case you can call the services as usual. Got it. But to include theses packages in module2 using module2.gwt.xml ? Thanks Deepak On Sat, Nov

CSS generator in GWT

2011-11-19 Thread emerix
Hello, I was wondering if there was a way to generate CSS code with GWT. If for example I want to have a CSS background with gradient, I need to write it for every browser (-moz, -webkit, -o, etc...) as shown on http://www.colorzilla.com/gradient-editor/ As GWT is about generating javascript

Re: CSS generator in GWT

2011-11-19 Thread Gal Dolber
I propuse something similar a time ago http://code.google.com/p/google-web-toolkit/issues/detail?id=5301can=4colspec=ID%20Type%20Status%20Owner%20Milestone%20Summary%20Stars On Sat, Nov 19, 2011 at 7:32 AM, emerix rafa...@gmail.com wrote: Hello, I was wondering if there was a way to generate

How best to test the Editor Framework for vanilla JRE test cases and SimpleBeanEditorDriver

2011-11-19 Thread Logan
I'm having a hard time tracking down the JRE friendly version of the SimpleBeanEditorDriver. There seems to be some support for RequestFactory using InProcessRequestFactory, but I haven't been able to track down any for SimpleBeanEditorDriver. Is there something that allows JRE unit test support

[no subject]

2011-11-19 Thread Z.A Jafari
Hello there, I have been developing Java application with Swing for middle east countries i.e. RTL language. Now I want to start a new project and I want to use GWT technology for it. I just want to be sure,does GWT support RTL language and widgits.Appreciate your help. Cheers Zolf -- You

The open-source RIA blueprint sample application 'CrePetstore' and the book 'Building Rich Internet Applications using Flex and Java'

2011-11-19 Thread Jonathan suh
My name is Jonathan Suh. I'm the specialist of Flex and Java development. I've made open-source RIA blueprint sample application 'CrePetstore' in order to give aid to Flex developers. The ‘CrePetstore’ sample application is an example of a fairly common solution in Rich Internet Applications

Re:

2011-11-19 Thread Juan Pablo Gardella
Check http://code.google.com/intl/es-ES/webtoolkit/doc/latest/DevGuideClientBundle.html#RTL_support 2011/11/19 Z.A Jafari zjaff...@gmail.com Hello there, I have been developing Java application with Swing for middle east countries i.e. RTL language. Now I want to start a new project and I

GWT Developers

2011-11-19 Thread Pradeep Pujari
Looking for part time GWT developer to work on an interesting concept. Please send me an one pager if it inetersts you. Thanks, Pradeep. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Looking for best resources to learn GWT

2011-11-19 Thread Fred R
What are the best resources to learn GWT (other than google's). The books listed on the GWT site look dated. Are there any new ones that support 2.3 and up? I'm also interested in writing iPhone apps in GWT. I've see the one resource about iPhone/GWT dev everyone sites. It is also dated. Anything

Cannot generate eclipse projects for samples

2011-11-19 Thread smartmobili
Hi, I am working on Windows 7 64 bits and I have checkouted the current trunk of gwt, I wanted to generate the eclipse project so I found on some website that I am supposed to use ant to do it, however when I try it seems ant cannot find common.ant.xml whild this file exists! Commands below are

Re: Hibernate ClassCastException in GWT hosted mode only

2011-11-19 Thread jett
I'm facing the same issue and was suspecting a class loading issue. I thought I was inviting trouble when I would place the same Hibernate annotated class in both the server side code and the GWT client side, but until upgrading GWT 2.0 to GWT 2.4, I did not experience this ClassCastException

How to remove text formatting?

2011-11-19 Thread ailinykh
Hello, everybody! I have text with html formatting (originally it was created by RichTextArea). I want to show it as a plain text with no formatting. This is exactly the same as RichTextArea.ExtendedFormat.removeFormat does. But I want to do it programmatically. What is the best way? Thank

Speeding up compilation of GWT application

2011-11-19 Thread Alex Tretyakov
Hello, everyone! I've written a post about speeding up GWT application compilation. Hope it will help everyone in need. http://alextretyakov.blogspot.com/2011/11/speed-up-compilation-of-gwt-application.html -- You received this message because you are subscribed to the Google Groups Google Web

Re: loading a URL

2011-11-19 Thread webbed
Thanks. I'll give it a shot. On Nov 18, 2:42 am, Paul Robinson ukcue...@gmail.com wrote: You can't access a randomURLfrom javascript, so it will have to be your server that downloads the content of the remoteURL. If you're using a java server, and you're using RPC, then you could have the

Re: Highcharts - updating chart with data

2011-11-19 Thread Rob
Hi, I haven't checked in the changes yet. He's the code for the HighCharts.gwt.xml: - module public path=public / inherits name=org.moxieapps.gwt.highcharts.Highcharts/ script src=gwtcx/charts/highcharts/javascript/ jquery-1.5.2.min.js / script

[gwt-contrib] Re: GWT / Spring Roo Integration

2011-11-19 Thread Emilio Bravo
Hi Nick, I post this http://forum.springsource.org/showthread.php?117623-About-future-of-GWT-add-ons=008a707a73ae58d0b5717df77f7db287 in roo forum, but I got no response from the team developing the gwt add-on for roo. What version of roo are you using? On 17 nov, 12:14, Nick Thorson