GWT + PHP

2013-05-09 Thread Larissa Costa
Good morning! I have a php script like this: *? php* * for ($ i = 1, $ i = 10, $ i + +) {* * echo Line. $ i. br;* * }* *?* And a variable in my GWT code: *String = **responsePHP = ;* Is there a simple way (or not) to get the response from PHP script and put in variable GWT?

Re: GWT + PHP

2013-05-09 Thread Larissa Costa
Sorry Juan, But I want to get the response from PHP script. This PHP script is only a sample. 2013/5/9 Juan Pablo Gardella gardellajuanpa...@gmail.com Try with http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/i18n/client/Dictionary.html . 2013/5/9 Larissa Costa

Facebook login button

2013-05-03 Thread Larissa Costa
Hi, I've never worked with the facebook and I need help. I have a website (GWT) and I wanted to connect it with facebook to get some information about the user. For example, put a login button on the home page of my site. Does anyone know how I can do this? Anyone have one example? Thank you