Human Oriented

Subscribe to RSS

Some rights reserved

Except where otherwise noted, content on this site is licensed under a Creative Commons License


programming‎ > ‎

javascript

Since beginning of 2007 my interest in javascript is constantly raising. It is a very simple yet flexible and powerful language. I've used it, without any framework,  several times for old Java webapps. Lately I'm also in charge learning JQuery, that is a new kind of javascript library, that uses the "Unobtrusive JavaScript". Why JQuery?

I'm using JavaScript also in several non-web projects:
  • javax.script
  • scripting RESTShell 
  • as language for Number Theory, Primes, etc java classes..
  • for the sake of curiosity I've used it with JLine in order to building a interactive javascript shell with history and autocompletion support