Featured post
GWT + Ajax Crawling -
i trying incorporate ajax crawling (http://code.google.com/web/ajaxcrawling/docs/getting-started.html) gwt apps. app single html page content rendered using gwt. using gwt-rpc communicate server , data exchanged in form of serializable pojos. such, there no links in application pointing "servlets".
in such scenario, how go making app crawlable?
gwt relies on mvp (model-view-presenter) pattern , not mvc. hence, fine (and expected) if have single html page views rendered.
the way make gwt app crawlable have distinct urls each of views wish indexed.
one can go doing using history mechanism in gwt (click here docs). ie, every view, ought assign 'history token' using hash-bang notation.
gwt 2.1 introduces concept of activities , places can utilize compartmentalize ajax app logically distinct views, each of have own 'history token' , hence unique crawable url.
hope helps.
- Get link
- X
- Other Apps
Comments
Post a Comment