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.

python - Framework for user defined relationships -


i'm thinking creating django-powered website users able relate entities each other. examples instance include: "john married mary" or "john works @ google".

users should able define entities , relationships (and typically define relations of other people, not of themselves). ideally, users enter these relations free text (where subject , object perhaps autocomplete field, based on entered existing entities).

django's model framework ideal storing entities , relations, how 1 make such thing manageable on higher level?

is there python-powered ontological framework (thanks duffymo) me derive structure out of these user-generated relationships? i'm looking ways example derive reversible relations, aggregate relations (e.g. "3 persons family relations of john"), classify types of relations (family relations, work relations, ...), , based on user generated input , not (known) predefined set of relations.

thanks in advance,

mathieu

there's protege, stanford ontology program. if can run java, perhaps can run jython.

http://protege.stanford.edu/conference/2004/slides/3.3_dameron_7-7-04.pdf


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 -