Forgot your password?
typodupeerror

Comment Re:The real problem with web-app development (Score 1) 316

We have fixed the browser refresh problem by creating a Model/View/Controller design pattern entirely on the client.
The Model is stored in XML inside a javascript class. When the user changes data on the client, the Model is updated, which sends events to our widgets which redraw themselves. No interaction with the server is required, and no complete rebuilding of the web page.
Demo appliation is at: http://bikemap.openearth.com.au:8080/mapbuilder/de mo/simple/

The project is at: http://mapbuilder.sourceforge.net/

Slashdot Top Deals

Never worry about theory as long as the machinery does what it's supposed to do. -- R. A. Heinlein

Working...