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:

http://rave.apache.org/

which may provide complete framework sort of application you're working on.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -