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 tag: 'SAPUI5'. Clear
Scoop.it!

Ui5Strap - Bootstrap based SAPUI5 / OpenUI5 App Development Toolkit

Ui5Strap - Bootstrap based SAPUI5 / OpenUI5 App Development Toolkit | JavaScript for Line of Business Applications | Scoop.it

Build SAPUI5 / OpenUI5 Enterprise Apps with Bootstrap.

Transform your existing Bootstrap Themes into reusable Controls andThemes. The default Bootstrap Components are already provided by the Ui5Strap Library. The simplified UI5 HTML Syntax lets you create complex Views without hassling around with the CSS.

Combine predefined Actions to create custom App Behaviour, by using HTML and JSON only. And if you are familar with JavaScript, you can still write you own Controllers and Modules like in other OpenUI5 Apps.

No comment yet.
Scoop.it!

Engineering in JavaScript for SAPUI5

Engineering in JavaScript for SAPUI5 | JavaScript for Line of Business Applications | Scoop.it

Having talked to many developers, we found out that there is a huge demand for topics around engineering of SAPUI5 applications. The dynamic nature of JavaScript makes the language very powerful, but it is also challenging to build maintainable products with huge codebases. To counteract the tendency to messy codebases, we have to establish conventions and apply good engineering techniques. This blog post shall act as an overview about the different topics like testability, test driven development, local testing, continuous integration, agile software engineering, tools, setup of development environments, and clean code.


Setup of Development Environment:
* Setup for Local Testing in Eclipse

Testability:
* Starting with Test Driven Development in JavaScript
* Getting more out of your JavaScript unit tests with strict mode
* Basic Patterns for Testable JavaScript Code
* How to Unit Test Custom Exceptions with QUnit
* Unit versus Integration-Tests in JavaScript
* Isolated Integration Tests
* How to improve the testability of a SAPUI5 app
* How to test against SAPUI5 views in a non-fragile way
* How to replace an ODataModel by a JSON Model

Tools:
* TDD and JavaScript - JavaScript Unit Tests for UI5 Applications

No comment yet.