Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ext-js [19/11/2018 11:40]
Anthony Arents [Use the latest CMD version]
ext-js [19/11/2018 12:04] (current)
Anthony Arents [ExtJS in java web projects]
Line 8: Line 8:
 <code>sencha upgrade</code> <code>sencha upgrade</code>
 ==== Framework commercial version ==== ==== Framework commercial version ====
-The framework should be asked for : it needs to be downloaded using the support account by Torsten or Anthony.+The framework should be asked for : it needs to be downloaded using the support account by Torsten or Anthony.\\
 Unpack the framework in an easy to use folder like Unpack the framework in an easy to use folder like
 <code>~/ExtJS/ext-6.0.0/</code> <code>~/ExtJS/ext-6.0.0/</code>
 +===== ExtJS in java web projects =====
 +Maven Web Project :\\
 +folder structure ''create /src/main/webapp/static if not available''.\\
 +\\
 +We create the application inside this static folder.
 +
 ===== To start a new Ext JS project ===== ===== To start a new Ext JS project =====
 Open your terminal or console window and issue these commands Open your terminal or console window and issue these commands
Line 17: Line 23:
 sencha app watch</code> sencha app watch</code>
 This will generate a skeleton app, ''sencha app watch'' will check for any changes made to css or js.  This will generate a skeleton app, ''sencha app watch'' will check for any changes made to css or js. 
- 
 ===== To take over an existing Ext JS project ===== ===== To take over an existing Ext JS project =====
 Open your terminal or console window and issue these commands *inside* the app folder : Open your terminal or console window and issue these commands *inside* the app folder :