Arkiv for Jakob’s blog Kategori

Building a RESTful Ajax App With Dojo and Python Werkzeug (part 3): The front-end

Third post in a series that demonstrates how to create a small RESTful Ajax application leveraging the Dojo Toolkit and Python Werkzeug.

This post describes the implementation of an Ajax front-end using the dojo toolkit. In part one of this series I described the architecture, and in part two I implemented a RESTful backend. In this post we’ll utilize that back-end and produce an UI with the dojo toolkit. The application is available at letsplantheeventThe source code is available at github.

Applets: Missing Information about LiveConnect and Deployment

LiveConnect

The glue between Java and JavaScript

Did you know Java-to-JavaScript interaction is possible? This is known as LiveConnect. LiveConnect makes it possible to use Java for things not otherwise possible in browser environments, while still keeping display logic in the web page in HTML/JavaScript.

Læs resten af Applets: Missing Information about LiveConnect and Deployment

Browser survey: unlimited sized uploads

This post surveys the current state of HTTP browser file uploads and motivates the need for a Java applet to upload files.

Building a RESTful Ajax App using Dojo and Python Werkzeug (part 2): The back-end

Second post in a series that demonstrate how to create a small RESTful Ajax application leveraging the Dojo Toolkit and Python Werkzeug.

This post describes the implementation of a RESTful back-end. For a description of the architecture take a look at part 1. The source code is available at github.

We’re not the first building a RESTful web service. Tubes is a useful small library on top of Python Werkzeug that helps create such services with a minimal amount of coding effort.

Læs resten af Building a RESTful Ajax App using Dojo and Python Werkzeug (part 2): The back-end

Building a RESTful Ajax App using Dojo and Python Werkzeug (part 1)

This post is the first post in a series that demonstrate how to create a small RESTful Ajax application leveraging the Dojo Toolkit and Python Werkzeug. This post describes the architecture of a sample application that is developed during the posts.

In the next series of posts I’ll describe the complete process of creating a small RESTful Ajax application. The web application developed is a minimalistic task list - check it out here.
Læs resten af Building a RESTful Ajax App using Dojo and Python Werkzeug (part 1)