Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

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.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -