JavaScript for Line of Business Applications
596.1K views | +0 today
Follow
JavaScript for Line of Business Applications
Keeping track of current JavaScript Frameworks that help design your clientside Business Logic Layers.
Curated by Jan Hesse
Beam to my Inbox:
Your new post is loading...
Your new post is loading...

Popular Tags - Filter using the Funnel

Current selected tags: 'ExtJS', 'Tutorial'. Clear
Scoop.it!

Video Series: ExtJS Single Page Application Tutorial

Video Series: ExtJS Single Page Application Tutorial | JavaScript for Line of Business Applications | Scoop.it
6-part video series on guiding principles for writing a maintainable, easy-to-use, and easy-to-code Single Page Application with ExtJS.

Part 1
What an ExtJS MVC Single Page Application looks like and how its code can be structured.
Part 2
High-level overview of the code used to power a Single Page Application.
Part 3
How the Grid Controller shown in our example application is coded in ExtJS.
Part 4
Discusses the ExtJS representation of the view that is in our example application. We see why we view certain configurations over others and how you can use those configurations to create interfaces of your own.
Part 5
Discusses the form controller that represents the pop-up window in our example ExtJS single page application.
Part 6
Details how the communication between the edit controller and the grid controller takes place with ExtJS.

No comment yet.
Scoop.it!

Single Page Applications using ExtJS

This is the first of a series of tutorial explaining how to create Single Page Applications using ExtJS.

http://www.youtube.com/watch?v=lHtH53bMZZs

http://www.youtube.com/watch?v=o3wJ7IOfBJw

http://www.youtube.com/watch?v=LKa6tAbA6e4

http://www.youtube.com/watch?v=WaKZGPKqoc8

http://www.youtube.com/watch?v=1ymUDLPORfM

 

No comment yet.
Scoop.it!

free course: ExtJS in 4 Modules on 150 slides

Module 1:
* DHTML
* Introduction to JavaScript
* Elements of JavaScript Program
* JavaScript Statements
* Functions
* Objects
* Defining Objects
* Arrays
* Events
* Time Outs
* Integrating JavaScript with Java
* Creating Windows
* Summary
* Examples and Exercises

 

Module 2:
* Introduction of ExtJs
* Getting Started
* Fundamental Classes
* Event Handling
* Component Model
* Examples

 

Module 3:
* Getting Started with Sencha Architect
* Create and Configure Components
* Create/Configure Data Stores
* Templates & DataView
* Creating & Extending Classes
* Examples

 

Module 4:
* Internationalization
* Drag & Drop
* Hands-on Experience w/ Common Components
* TabPanel
* GridPanel
* TreePanel
* FormPanel
* Building a Theme
* Application Best Practices

 

Objectives:
At the end of this module you will be able to:
1. Write JavaScript code using all the basic elements of JavaScript Programs
2. Create Windows & Dialog Boxes
3. Use the JavaScript’s in-built objects in a web page
4. Write code that does Event Handling in HTML pages
5. Manipulate HTML Forms through JavaScript dynamically
6. Integrate Java and JavaScript through Applets

Jan Hesse's insight:

originally its a 4 day instructor led course - so much content to grasp

No comment yet.
Scoop.it!

ExtJS Single Page Application (SPA) Tutoral

ExtJS Single Page Application (SPA) Tutoral | JavaScript for Line of Business Applications | Scoop.it
I recently put together a tutorial on how to use ExtJS to create a Single Page Application (SPA).
It heavily leverages the MVC architecture inside of ExtJS to get everything working.
I'd appreciate any feedback to help make it better.

Part 1 - Overall Structure
Part 2- Code Overview
Part 3 - Grid Controller
Part 4 - Grid View
Part 5 - Popup Controller
Part 6 - Wrap-up
No comment yet.
Scoop.it!

ExtJS Single Page Application Tutorial

Part 1 discusses what an ExtJS MVC Single Page Application looks like and how its code can be structured.

Part 2 presents a high-level overview of the code used to power a Single Page Application. 

Part 3 goes over how the Grid Controller shown in our example application is coded in ExtJS. 

Part 4 goes into the ExtJS representation of the view that is in our example application. We see why we view certain configurations over others and how you can use those configurations to create interfaces of your own. 

Part 5 discusses the form controller that represents the pop-up window in our example ExtJS single page application. 

Part 6 goes more in-detail on how the communication between the edit controller and the grid controller takes place with ExtJS.

No comment yet.
Scoop.it!

ExtJS 4.2. App Walkthrough

ExtJS 4.2. App Walkthrough | JavaScript for Line of Business Applications | Scoop.it

Over the last few months, I’ve been building (and reading about building) a number of applications using the excellent ExtJS 4.2.0. I thought it might be fun/instructive to do something of a short “walkthrough” of the process of building an app…so that’s what I’m going to do .

In the next series of posts, I’m going to build an MVC-style ExtJS 4.2.0 app, walking through the code and strategy at each step along the way. I hope that it will be entertaining/instructive to code along with me.

Jan Hesse's insight:

consits of 7 parts until now !!!

No comment yet.