DHI has released JS-Sorcerer 2.0, a JavaScript development tool for web developers who write complex applications. The previous version of JS-Sorcerer was exclusive to Eclipse-based IDE users. This release also targets non-IDE users familiar with command line interface and utilities such as “make” that automate the process of converting files from one form to another.
JS-Sorcerer is an integrated set of software development tools for serious JavaScript programmers. It performs syntax checking, variable type and flow analysis on JavaScript files, and provides type-safe linking of multiple JavaScript files for a single web page or an application. JS-Sorcerer enables developers to write cross-browser code by making use of a standard interface to ECMAScript, W3C DOM, and XMLHttpRequest (AJAX) objects.
“We have made a significant effort with JS-Sorcerer 2.0 to respond to the needs of power programmers who do not depend on IDEs as they develop JavaScript applications”, says Dr. Richard Garner, CTO of DHI Technologies. “With this release, JavaScript programmers can use their editor of choice to create and modify their source files, construct their Makefiles, and manage their project environment without an IDE.”
New features include driver programs to compile and link JavaScript and HTML files for creating web applications. The result is a single file containing all relevant files that make up the application. Another utility takes this file, and explodes it into a specified web application structure for publishing to a web server. Other features include a program to compute inter-file dependencies for accurate and complete JavaScript code analysis, and a library archival function to enumerate, add and remove entries, and control the order of JavaScript libraries.
A free 15-day evaluation can be downloaded at
http://www.dhitechnologies.com