making application crawlable, front-end is gwt and back-end is php
19 views
Skip to first unread message
Noor
unread,
Jan 11, 2012, 1:51:09 AM1/11/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
I'm building an application where the front-end is a gwt app and the
back-end is php. I'm using request builder to get data from the
server.
I need to make my app crawlable, but I'm not understanding on the
server side how to handle the unescaped fragment. I'm using a recess
php framework. The php app is a REST Interface where each URL map to
specific method of a controller class.