Re: Generation of permutations

2014-08-20 Thread Developer
bump -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolk

Customer specific locales

2014-08-15 Thread Developer
Some of our customers want some special labels for some of our GUI elements. Therefore I would like to define some customer specific locales in order to use customer specific Resources. I tried to define the locale de_DE_ABC, but GWT tells me that the locale format is not valid as the extension

Re: Generation of permutations

2014-08-15 Thread Developer
After adding I'm getting just two permutations - great! But I still need the AppResources.properties file. Otherwise I'm still getting the above error message "No resource found for key...". Even after adding I still get that exception. Only if I restrict my app to one locale by changing

Generation of permutations

2014-08-14 Thread Developer
Hi, in our GWT app we are using two locales which are defined in the App.gwt.xml like this We have an interface AppResources which extends the interfaces Constants and ContantsWithLookup. Moreover we have three resource-property files named AppResources.properties, AppResources_de_DE.propert

Maven compilatiion error

2012-03-29 Thread developer
[INFO]Computing all possible rebind results for 'com.mycompany.web.dmt.gwt.client.DmtGwt' [INFO] Rebinding com.mycompany.web.dmt.gwt.client.DmtGwt [INFO] Checking rule [INFO] [ERROR] Unable to find type 'com.mycompany.web.dmt.gwt.client.DmtGwt' [INFO]

How to edit a live project design in GWT

2011-05-19 Thread naresh web developer
Hi, i wanna edit design of a live project design in GWT and i dont know how to do it..i download all code file of this project.. But there is no any html or editable file... Help me.. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post

FormPanel submit() problem...

2011-05-16 Thread The Unknown Developer
I've followed all the examples I can find to create a form to allow me to upload a file to the server. I know uploadForm.submit() is being called as I've traced it through in the debugger, but my servlet reference in the setAction() call is not being hit and I don't get any 404 errors. I'm sure I'

Opinions on GWT as a platform for web based development

2010-03-09 Thread Portal Developer
Hi, I would like to get people's opinions around the adoption of GWT as a web application development platform. Most of our development is carried out using java / php and we are looking to standardise on a new framework for developing web based applications. We have a mixture of portal based dev

Hosted mode problem in Netbeans. Need help.

2009-07-02 Thread Software Developer
Hi, I am having trouble with hosted mode in Netbeans. If I place my code under the client folder, everything works OK, and I can see the changes I make when I hit refresh. However, I cannot see changes when I hit refresh for code that is in an inherited module. Is there anyway to fix that? Thanks

Re: Is this a possible in GWT?

2009-06-26 Thread Portal Developer
Thanks. On Jun 25, 12:52 pm, ClusterCougar wrote: > Yes, it's possible, and even documented :) > > http://code.google.com/webtoolkit/tutorials/1.6/JSON.html > > On Jun 24, 5:57 am, Portal Developer > wrote: > > > Apologies for posting this again, I posted thi

Re: Is this a possibility in GWT?

2009-06-26 Thread Portal Developer
to PHP. Your PHP script can do whatever it wants > with that data and return any data it wishes. You can communicate > using XML or JSON, that's up to you. > > -- > Arthur Kalmenson > > On Wed, Jun 24, 2009 at 5:09 AM, Portal > > Developer wrote: > > > Hi, &

Re: Is this possible in GWT?

2009-06-25 Thread Portal Developer
get the hang of them myself, either. > :-) > I use PHP with GWT quite a lot, so let me know it there is anything else or > you need more details. > > Ian > > http://examples.roughian.com > > 2009/6/24 Portal Developer > > > > > Thanks for the reply. >

Re: Is this possible in GWT?

2009-06-24 Thread Portal Developer
nu and stuff, just get the content you > > want to display). > > > Ian > > >http://examples.roughian.com > > > 2009/6/24 Portal Developer > > >> Apologies for posting this again, but I don't think it was posted > >> first time round. > > >>

Is this possible in GWT?

2009-06-24 Thread Portal Developer
Apologies for posting this again, but I don't think it was posted first time round. - Hi, Is something like this possible in GWT? I have an existing portal written by myself in php whic

Is this a possible in GWT?

2009-06-24 Thread Portal Developer
Apologies for posting this again, I posted this already but I don't see it appearing on the list, might be due to it being moderated. Hi, Is something like this possible in GWT? I have an existing portal written by myself in php which contains a huge amount of functionality that has been develop

Is this a possibility in GWT?

2009-06-24 Thread Portal Developer
Hi, Is something like this possible in GWT? I have an existing portal written by myself in php which contains a huge amount of functionality that has been developed over the last few years. I would like to continue using this php functionality purely from the business logic and database point of

Re: Starting Hosted Mode leads to java.lang.UnsatisfiedLinkError (Unable to load Mozilla for hosted mode)

2009-04-28 Thread ClearGoals Developer
In the end, downloading the compat-libstdc++-33-3.2.3-47.fc4.i386.rpm file from http://rpm.pbone.net/index.php3/stat/4/idpl/1981813/com/compat-libstdc++-33-3.2.3-47.fc4.i386.rpm.html and installing the 2 files on my system fixed the problem. --~--~-~--~~~---~--~~ Y

Re: Starting Hosted Mode leads to java.lang.UnsatisfiedLinkError (Unable to load Mozilla for hosted mode)

2009-04-28 Thread ClearGoals Developer
I'm having the same problem. I just downloaded GWT and it seems I need libstdc++5, when I currently have libstdc++6 in the lib folder. I'm new to linux and I attempted "ln /usr/lib/libstdc++.so.6 /usr/lib/ libstdc++.so.5" but then I got a different error. "java.lang.UnsatisfiedLinkError: /home/dev

Re: Google App Engine & GWT

2009-04-08 Thread Developer Dude
Runnable is simply an interface. A class may implement Runnable but that does not mean the class will start another thread or be used by another thread, only that it can be. Personally, for me, much of the code I would write, would benefit from threads and I regularly use them or use classes that