gwtproject / gwt

GWT Open Source Project
http://www.gwtproject.org
1.52k stars 375 forks source link

php retrieve JSON does not work #8722

Closed dankurka closed 9 years ago

dankurka commented 9 years ago

Originally reported on Google Code with ID 8758

HI,  I am a starter.

I tried to follow the instructions to use PHP to generate JSON.

I created a same stockPrices.php file and built the project.
I move the war output files to the server directory.
But I did not see the JSON data after I typed in the link of php file.

If I use another file say
<html>
<body>
<? php
phpinfo()
?>
</body>
</html>

It will show something.

I notice that in the tutorial build.xml and StockWatcher.launch are present but I do
not see them.

Can anyone help me out?

THanks!

Reported by alex.yalin.zhang on 2014-06-07 14:14:07

dankurka commented 9 years ago
I discarded the project and start over again. It works. Kinda weird.

Reported by alex.yalin.zhang on 2014-06-08 01:49:35

dankurka commented 9 years ago
Note: if you need help, please use the forum: https://groups.google.com/d/forum/google-web-toolkit

Reported by t.broyer on 2014-06-09 08:46:55