background preloader

Library

Facebook Twitter

Api

Decorator. Runtime Java Stack. I have been developing java application for more then 6 years.

Runtime Java Stack

Most of these years I have used and evaluated open source projects. Here I’ll try to explain my open source java stack. JavaScript Language Abstractions. The other day I was looking at pyjamas (which bills itself as a GWT-like tool for Python).

JavaScript Language Abstractions

I was also reminded of the semi-recent release of Objective-J. Pyjamas, GWT, and Objective-J all hinge around a central concept: Abstracting away the authoring of JavaScript-heavy web applications by allowing the developer to program entirely in their natively language (be it Python, Java, or an Objective-C-like-language accordingly). This is a large abstraction – much more so than what is provided by most JavaScript libraries – you are programming in another language which is outputting JavaScript code.