Re: GWT 2.3 + PHP

2011-05-08 Thread Jan Mostert
I've personally implemented a GWT frontend on a PHP backend using JSON to pass data back and forth between the server. GWT makes provision for a large array of methods to connect to the backend, RPC is just the most convenient way of doing it. -- Jan Vladimir Mostert BEngSci MyCee Technologies

differing search result on bing, yahoo and google.com for my gwt app

2011-05-08 Thread dadada
Hi all, So i did a simple gwt for my personal homepage ytbryan.com When I search ytbryan on all three engine, bing, yahoo,google, i got it as the first result. But searching bryan lim ( my name) give me differing results which set me worrying. For google, I got it returning ytbryan.com as the

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

2011-05-08 Thread Jan Mostert
When will this book be in print? Part III looks promising! -- Jan Vladimir Mostert BEngSci MyCee Technologies On Sat, May 7, 2011 at 7:42 PM, wil.pannell wil.pann...@gmail.com wrote: Sorry...bad link...here's the correction: http://www.manning.com/tacy/ On May 7, 1:39 pm, wil.pannell

How to remember UI language specified by user?

2011-05-08 Thread Alex Luya
For example,a user open a site by domain name:www.mysite.com,and default UI language is Chinese,and he/she change to English UI immediately,of course, url will be changed to www.mysite.com?locale=en_US accordingly.But this user may not sense it,so next time he/she will type first url and change

Re: GWT 2.3 + PHP

2011-05-08 Thread Sérgio Miguel Neves Lopes
There is not much to do about connecting GWT to PHP, the only problem I've had is the fact that, when developing, both projects have a different URL so the SOP kicks in, but when deploying everything will run in the same URL and the SOP code is not needed. I solved that by creating a simlink to

Re: GWT 2.3 + PHP

2011-05-08 Thread Andi
hey bruno, plz take a look at restygwt. its creating restservice classes with typed parameters (auto-marshalling). the only thing you need to do is to describe your domain/dto classes that go through the wire in java for gwt. we are working since 5 months on a bigger project, having pretty

Re: How to remember UI language specified by user?

2011-05-08 Thread Andi
write a cookie/evercookie or do a backend call :) (vom fon) On 08.05.2011, at 12:05, Alex Luya alexander.l...@gmail.com wrote: For example,a user open a site by domain name:www.mysite.com,and default UI language is Chinese,and he/she change to English UI immediately,of course, url will be

Re: How to remember UI language specified by user?

2011-05-08 Thread mram
You can set a local storage variable where to keep the language in that navigator On 8 mayo, 11:05, Alex Luya alexander.l...@gmail.com wrote: For example,a user open a site by domain name:www.mysite.com,anddefault UI language is Chinese,and he/she change to English UI immediately,of course,

GPE 2.3 - sign on gives 400 Bad request

2011-05-08 Thread Roy
Hi All Installed GPE 2.3 into a virgin Eclipse Helios and all was hunky dorey for a few days. After a routine reboot I can no longer sign in. If I click sign in to Google I get com.google.api.client.http.HttpResponseException: 400 Bad Request at

Re: GWT Google/io meeting on Monday night

2011-05-08 Thread Andy
See you there. This picture doesn't help much, so I'll find you: http://about.me/andykeller On May 6, 1:40 pm, Jeff Larsen larse...@gmail.com wrote: Thirsty Bear sounds good to me. Lets plan on meeting there. I'll be there sometime around 7-8. Feel free to get there before I arrive. I am a

GPE 2.2 download

2011-05-08 Thread Roy
Any ideas where I can download the previous version of the eclipse plugin as my GPE 2.3 is lying dead in the water and I have a deadline to meet :-( best regards Roy -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Good book on GWT

2011-05-08 Thread pawanpreet...@gmail.com
Hi All, I am new to GWT and had gone through initial quick starts on GWT site. Is there any book for getting clear fundamentals on GWT, more examples and helps me to build a project. I mean to say best book in market. Thanks Pawan -- You received this message because you are subscribed to

Re: Good book on GWT

2011-05-08 Thread Jambi
Hey Pawan, I think this is a good start: http://www.amazon.com/Google-Engine-Java-Application-Development/dp/1849690448/ref=sr_1_1?ie=UTF8s=booksqid=1304866598sr=8-1 On 8 Mai, 16:36, pawanpreet...@gmail.com pawanpreet...@gmail.com wrote: Hi All, I am new to GWT and had gone through initial

Re: Good book on GWT

2011-05-08 Thread nino ekambi
http://www.manning.com/tacy/ http://www.manning.com/tacy/one of my favorite beeing http://www.gwtapps.com/ http://www.gwtapps.com/but more then a book the GWT is the best ressource i d say. The technology is moving so fast. It s hard for books to keep the pace 2011/5/8

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

2011-05-08 Thread Brian Reilly
Agreed, though it's too bad that it doesn't appear to have a chapter about RequestFactory. I experimented with it recently and it's pretty neat, though the GWT documentation isn't nearly as clear as it is for GWT-RPC. -- Brian On Sun, May 8, 2011 at 5:27 AM, Jan Mostert j...@mycee.com wrote:

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

2011-05-08 Thread Christian Goudreau
As clear... but wayy much more work :D On Sun, May 8, 2011 at 10:59 AM, Brian Reilly brian.irei...@gmail.comwrote: Agreed, though it's too bad that it doesn't appear to have a chapter about RequestFactory. I experimented with it recently and it's pretty neat, though the GWT documentation

Re: Good book on GWT

2011-05-08 Thread pawanpreet...@gmail.com
Thanks guys. It will help me a lot. Thanks -Pawan On May 8, 10:57 am, nino ekambi jazzmatad...@googlemail.com wrote: http://www.manning.com/tacy/ http://www.manning.com/tacy/one of my favorite beeing http://www.gwtapps.com/ http://www.gwtapps.com/but more then a book  the GWT  is the

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

2011-05-08 Thread Jan Mostert
Can we still vote for a chapter on RequestFactory? That would be a deal-breaker :-) -- Jan Vladimir Mostert BEngSci MyCee Technologies On Sun, May 8, 2011 at 5:03 PM, Christian Goudreau goudreau.christ...@gmail.com wrote: As clear... but wayy much more work :D On Sun, May 8, 2011 at

Re: differing search result on bing, yahoo and google.com for my gwt app

2011-05-08 Thread Gal Dolber
Gwt don't have any built-in SEO support, Google is the only one supporting ajax crawling at the moment, here is the specification: http://code.google.com/intl/es/web/ajaxcrawling/docs/getting-started.html On Sun, May 8, 2011 at 2:26 AM, dadada ytbr...@gmail.com wrote: Hi all, So i did a

CaptionPanel with FireFox problem ?

2011-05-08 Thread Manvel Saroyan
Hi, I have a two CaptionPanels (Heights = 100%, cellHeight=100%) in a VerticalPanel (Spacing=3) - in Chrome its showing OK as expected two CaptionPanels in some distance (3), but in FireFox my second CaptionPanels getting on first CaptionPanel (overlaps FROM bottom around 50px). Please tell me

Slides from GWT+mvp4g lecture at ADDConf '2011

2011-05-08 Thread shaman.sir
I've made a lecture on web-development using GWT + mvp4g at ADDConf '2011 (it happened at April 29-30 in St. Petersburg, Russia), and there are translated slides from this lecture for you, if you are interested: Here you can scroll through the slides: http://goo.gl/n5Ejg Or download them in PDF

Re: Slides from GWT+mvp4g lecture at ADDConf '2011

2011-05-08 Thread nino ekambi
Great ressource man Thank you. 2011/5/8 shaman.sir shaman@gmail.com I've made a lecture on web-development using GWT + mvp4g at ADDConf '2011 (it happened at April 29-30 in St. Petersburg, Russia), and there are translated slides from this lecture for you, if you are interested: Here

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

2011-05-08 Thread Carlo
Agreed. On May 8, 10:34 am, Jan Mostert j...@mycee.com wrote: Can we still vote for a chapter on RequestFactory? That would be a deal-breaker :-) -- Jan Vladimir Mostert BEngSci MyCee Technologies On Sun, May 8, 2011 at 5:03 PM, Christian Goudreau goudreau.christ...@gmail.com

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

2011-05-08 Thread wil.pannell
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 pm, Carlo carlmontgom...@gmail.com wrote: Agreed. On May 8, 10:34 am, Jan Mostert j...@mycee.com wrote: Can we still vote for a

GWT + Android

2011-05-08 Thread Henry
Hi: Hello from Mexico. I want to create a project using GWT + Android. ¿It's possible to mix them? ¿Any suggestion to start it? Greetings. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

GWT project with RSA

2011-05-08 Thread Rama Krishna
Hi, I have to work on GWT with Rational software Architect IDE. Please help me, How can I create GWT project from RSA. -- 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

2011-05-08 Thread lemon
hello, i am a new beginer of GWT,and i have some experience and do some project in C#/C++。 And now i am interested in CLOD and WEB,and i want to create my first WEB APP of my own and can operation if and do some iby phone / ipad/pc,and and can you interduce me some OPEN SOURCE PROJECT

Problem using dll in a project

2011-05-08 Thread dkmorb
Hi all, I'm new here. I want to use a dll in a service. I wrote some code and it seems to be correct, because I deploy compiled war dir under tomcat and the project work correctly (the dll file is copied under tomcat /bin dir). Under gwt eclipse plugin I don't know where put the dll file (i try in

apache commons-math

2011-05-08 Thread Sydney
I want to use the Fraction and FractionFormat from apache commons-math on the client side but the lib is not compatible with GWT. [ERROR] [portfolio] - Line 82: No source code is available for type org.apache.commons.math.fraction.FractionFormat; did you forget to inherit a required module?

Re: apache commons-math

2011-05-08 Thread Hilco Wijbenga
On 8 May 2011 20:28, Sydney sydney.henr...@gmail.com wrote: [ERROR] [portfolio] - Line 82: No source code is available for type org.apache.commons.math.fraction.FractionFormat; did you forget to inherit a required module? [ERROR] [portfolio] - Line 83: No source code is available for type

[gwt-contrib] rfc on 6068 fix

2011-05-08 Thread Patrick Julien
Here is what I am planning to do to fix issue 6068 http://code.google.com/p/google-web-toolkit/issues/detail?id=6068 1. Add to BeanMethod.java (package com.google.web.bindery.autobean.vm.impl;) an TO_ARRAY value 2. Add to JBeanMethod.java (com.google.web.bindery.autobean.gwt.rebind.model;) an