вторник, 5 июня 2012 г.

Some words about project

Good morning!


Today i have working application, running on localhost. This application is consist of server, that runs on Pharo 1.3, and client, that runs on Amber 0.9.
My application now supports:
-add element to scheme
-remove element from scheme
-change element position (drag&drop)
-change element state
-change parameters of element

All objects are stored on the server.
Comunication between Amber and Pharo is made by using WebSocket.
I used Raphael.js library for render pictures in my app.

It is my first post, i will publish more information about my work during summer.