Archives

February 2011

How To: Integrate JS Builder 3 with Eclipse or Aptana on Windows

Development Tips,Ext JS,Sencha Touch,Web Design & Development Blog 5 Comments

Overview

Integrating JS Builder 3 with Eclipse or Aptana may save you some time building your Javascript application for a testing or production environment.

The aim of JS Builder is, ultimately, to make your website or application load quicker. It does this by combining your Javascript and CSS files, minifying them and outputting them to fewer files. You may, for example, opt to have one CSS file, and two Javascript files (Ext-all.js and app.js). This results in far fewer requests to your server which, although the individual file sizes are larger, boosts performance.

(more…)