Extjs-MVC Template – upgrade to 4.2.1 and improved Maven build

The ExtJS MVC template was originally built with ExtJS 4.2.0, and today i upgrade it to it’s successor ExtJS 4.2.1 (since October 2013 there is also v. 4.2.2, but available only to subscribed members). So let’s upgrade and enjoy some good work of Sencha team. By running following command in /src/main/webapp folder of the Extjs-MVC … Read moreExtjs-MVC Template – upgrade to 4.2.1 and improved Maven build

Extjs 4.2 production app build with Sencha CMD

Sencha CMD is a powerfull tool which has more to offer then just creating a production build for your application. However, creating a minified build of your javascript and css code plus including all neccessary Extjs framework classes (and leaving the unneccessary ones out) is quite handy. For more detailed introduction to Sencha CMD check … Read moreExtjs 4.2 production app build with Sencha CMD