Loading widgets/gadgets dynamically on JQuery? -
i planning build web app structured in widgets/gadgets.
the app load various widgets/gadgets on demand. way user create/configure interface dynamically.
the closest framework i've seen approach opensocial.
dynamic loading can done using jquery-depends , requirejs, i'm looking more structured approach load gadget (script, css , templates).
is there library or framework in jquery can use this?
thanks
see apache wookie:
http://incubator.apache.org/wookie/
this provides system including w3c widgets in websites using rest api.
also worth taking @ apache rave:
which may provide complete framework sort of application you're working on.
Comments
Post a Comment