MyPage is a personalized page based on your interests.The page is customized to help you to find content that matters you the most.


I'm not curious

Enterprise Application Using Ext JS & Electron

Published on 03 October 16
0
1
Ext JS is among the emerging technologies for web application development. It is giving a cutting edge competition to other JavaScript technologies like AngularJS and ReactJS. Ext JS is client side technology by Sencha Touch and offer robust and rich feature for web application development and single page application development.
Enterprise Application Using Ext JS & Electron - Image 1

Electron – The Introduction

It is runtime tool for building desktop HTML5 applications. It runs for Chromium Content Module and Node.js runtimes. If you have a web app developed in Ext JS, then it will work with Chromium and within Electron.

The benefit of web app built with Ext JS is that Ext JS development experts don’t need to test the application on older versions of Internet Explorer or other browsers that lack modern HTML capabilities.

Electron website offers many popular desktop applications for Ext JS development. It comes with JavaScript APIs that allows developers to access native operating system APIs and other exciting features like native application menus, context menus, clipboard, file system and many more.

Fundamental of Electron

Electron is an amazing tool for Ext JS development. It starts with main process with one or more Render Processes. Here, the main process is important for the various stages of development of Ext JS application. The stages like starting, exiting and communication with other native operating system APIs will be taken care by Electron. Also, the Render Process is created by the main process to load the web pages and each process has its individual thread.

Ext JS and Electron – A Package Deal

This is a brilliant offering by Ext JS for JavaScript web application development. As it offers all the components necessary for building a robust and rich web application that is compatible across browsers with less effort. It avails the Ext JS development specialists to do Smart Work and use the resources optimally. It helps them package the applications built with Ext JS and provides with access to native features.

Learn Ext JS Started App to package your ExtJS Web App with Electron.

Get started here with these steps:

Step 1: Download Sencha Cmd: https://www.sencha.com/products/extjs/cmd-download/
Step 2: Create a Sencha Cmd Workspace: https://docs.sencha.com/cmd/guides/workspaces.html
Step 3: Ext JS Starter Application: Use Command
sencha -sdk /path/to/ExtSDK generate app -classic StarterApp ./starterapp
Step 4: Run the following command to build your Ext JS application for development process.
sencha app watch

And now you can use the directory to go ahead with the development process. Hopefully this read gave you the introduction to Ext JS 6 and starter application with Electron.
This blog is listed under Development & Implementations Community

Post a Comment

Please notify me the replies via email.

Important:
  • We hope the conversations that take place on MyTechLogy.com will be constructive and thought-provoking.
  • To ensure the quality of the discussion, our moderators may review/edit the comments for clarity and relevance.
  • Comments that are promotional, mean-spirited, or off-topic may be deleted per the moderators' judgment.
You may also be interested in
 
Awards & Accolades for MyTechLogy
Winner of
REDHERRING
Top 100 Asia
Finalist at SiTF Awards 2014 under the category Best Social & Community Product
Finalist at HR Vendor of the Year 2015 Awards under the category Best Learning Management System
Finalist at HR Vendor of the Year 2015 Awards under the category Best Talent Management Software
Hidden Image Url

Back to Top