File: README

package info (click to toggle)
dajaxice 0.1.5-1squeeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 196 kB
  • ctags: 158
  • sloc: python: 480; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,405 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Dajaxice is the communication core of dajaxproject. Its main goal is to trivialize the asynchronous communication within the django server side code and your js code.

dajaxice is JS-framework agnostic and focuses on decoupling the presentation logic from the server-side logic. dajaxice only requieres 5 minutes to start working.

Dajaxice has the following aims:
  * Isolate the communication between the client and the server.
  * JS Framework agnostic (No Prototype, JQuery... needed ).
  * Presentation logic outside the views (No presentation code inside ajax functions).
  * Lightweight.
  * Crossbrowsing ready.
  * Unobtrusive standard-compliant (W3C) XMLHttpRequest 1.0 object usage.

Official site http://dajaxproject.com

More information http://wiki.github.com/jorgebastida/django-dajaxice
Intallation http://wiki.github.com/jorgebastida/django-dajaxice/installation
Examples http://github.com/jorgebastida/django-dajaxice/tree/master/examples/
Available settings http://wiki.github.com/jorgebastida/django-dajaxice/available-settings
Production environment http://wiki.github.com/jorgebastida/django-dajaxice/production-environment
Exception handling http://wiki.github.com/jorgebastida/django-dajaxice/exception-handling

Dajaxice thanks:
    - Angel Abad for the package distribution.
    - XmlHttpRequest.js project (License inside COPYING)
    - json2.js Library (License inside COPYING)