Adjax

A framework for easing the development of Django sites with Ajax
Download

Adjax Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Will Hardy
  • Publisher web site:
  • http://hardysoftware.com.au

Adjax Tags


Adjax Description

A framework for easing the development of Django sites with Ajax Adjax is a small Python framework to streamline the building of ajax-based sites using the Django web development framework.The library can be used: * in Django views to explicitly update html elements, display messages. * in Django templates to mark values as being updatable * in unobtrusive Javascript to turn links and forms into ajax request triggersThe gory detailsAdjax looks to keep the development of common ajax tasks more organised and clean. As much as possible, ajax functionality is defined in Django views, javascript is kept unobtrusive (defined in linked files) and the developer has full freedom over the HTML produced by the system.Adjax's mostly attainable goals are: * Help developers Don't Repeat Themselves * Provide a straightforward, consistent predictable API * Automate as much as possible * Graceful degredation, full functionality without javascript * Allow developers to define program functionality completely within the view * Allow developers to easily install completely customised HTML/CSS/javascript * Allow developers to use different javascript frameworks (ie other than jQuery)Have a look at the API to see if it implements these goals, and is useful for you. Requirements: · Python


Adjax Related Software