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

Scoop.it!

TubeSchool.NeT

TubeSchool.NeT | JavaScript for Line of Business Applications | Scoop.it
Free video tutorials on programming, mathematics, science and political science.
Jan Hesse's insight:

Links directly to Web Technologies Video Tutorials

No comment yet.
Scoop.it!

Dojorama Introduction: Building a Dojo Single Page Application

Dojorama Introduction: Building a Dojo Single Page Application | JavaScript for Line of Business Applications | Scoop.it

This post kicks off a series of articles demonstrating the construction of a single page application using the Dojo Toolkit. Dojo is an amazingly powerful, stable and well designed framework covering most basic infrastructure requirements. Of course there are many other frameworks assisting you in getting the job done but check out David Walsh's excellent 10 reasons why your projects should use the Dojo Toolkit.

Jan Hesse's insight:

Demo on http://dojorama.org/

No comment yet.
Scoop.it!

A Sudden Move: One developer’s journey from C# to JavaScript

Earlier this year I left the comfortable world of XAML and WPF behind and began developing almost exclusively in JavaScript. My daily focus has also switched from developing desktop applications to Single Page Applications (SPAs) using ASP.NET MVC and KnockoutJS: but, as we’ll see, JavaScript does not restrict me to web development.

I was discussing this change of direction with a good friend of mine and he asked whether that wasn’t a little extreme.

No comment yet.
Scoop.it!

Javascript Application Frameworks - Jster Javascript Catalog

Javascript Application Frameworks - Jster Javascript Catalog | JavaScript for Line of Business Applications | Scoop.it

Overview of whats available to help you speed up development.

No comment yet.
Scoop.it!

SignalRamp by TimHeckel

Yay. SignalRamp provides the on-ramp for simple, multi-directional syncing of your UI. It uses SignalR library along with SignalGrr as a proxy server to wire client UIs together for immediate real-time updating. It's really easy.

Jan Hesse's insight:

Colaboration by RealTime UI Updates without WebSockets!

No comment yet.
Scoop.it!

Javascript MVC

Javascript MVC | JavaScript for Line of Business Applications | Scoop.it
Almost every developer must have came across the word MVC in his life. Many of them must be fortune to work with MVC technology on platforms like Java, .Net, PHP etc. Below is my understanding of MVC and other related jargon..
Jan Hesse's insight:

The why when and how of MVC pattern in JavaScript.

No comment yet.
Scoop.it!

Meteor

Meteor | JavaScript for Line of Business Applications | Scoop.it
Meteor is an open-source platform for building top-quality web apps in a fraction of the time, whether you're an expert developer or just getting started.
No comment yet.
Scoop.it!

actionHero.js A Node.js framework for reusable & scalable APIs

actionHero.js A Node.js framework for reusable & scalable APIs | JavaScript for Line of Business Applications | Scoop.it

actionHero is a node.js API framework for both tcp sockets, web sockets, and http clients. The goals of actionHero are to create an easy-to-use toolkit for making reusable and scalable APIs. actionHero provides cluster support, shared cache, integrated delayed processing, and more.

No comment yet.
Scoop.it!

Upshot.js

Upshot.js | JavaScript for Line of Business Applications | Scoop.it
This post is part of series of post on Single Page Application using ASP.NET MVC 4. We will explore the upshot, nav and history JavaScript libraries in this post. What is Upshot.js? Upshot is a new...
No comment yet.
Scoop.it!

Single Page Web Applications, Javascript and the proliferation of APIs

Single Page Web Applications, Javascript and the proliferation of APIs | JavaScript for Line of Business Applications | Scoop.it
ProgrammableWeb.com keeps you up to date with web mashups and APIs: what's new, interesting, useful and important. Hundreds of mashups and APIs. Contribute, search, view, and chart them.
No comment yet.
Scoop.it!

"HTML5, JavaScript, Knockout, JQuery, Guide for Recovering Silverlight/WPF/C# Addicts." Series (Channel 9)

"HTML5, JavaScript, Knockout, JQuery, Guide for Recovering Silverlight/WPF/C# Addicts." Series (Channel 9) | JavaScript for Line of Business Applications | Scoop.it
In today's second Web Wednesday post (the post earlier today was actually last Wednesday's post, but I forgot to actually schedule it for publishing... Doh! So you guys get two posts today!
No comment yet.
Scoop.it!

Anatomy of HTML5/JavaScript Single Page Application in Samples (basics, navigation, composition, communications with the server) - CodeProject

Anatomy of HTML5/JavaScript Single Page Application in Samples (basics, navigation, composition, communications with the server) - CodeProject | JavaScript for Line of Business Applications | Scoop.it
Describes Single Page Applications and a new BPF Framework that helps to develop SPAs.; Author: Nick Polyak; Updated: 7 Dec 2012; Section: HTML / CSS; Chapter: Web Development; Updated: 7 Dec 2012...
No comment yet.
Scoop.it!

10 JavaScript frameworks to improve your mobile development | Webdesigner Depot

10 JavaScript frameworks to improve your mobile development | Webdesigner Depot | JavaScript for Line of Business Applications | Scoop.it
Issues of cross-browser compatibility, screen resolution and inconsistent HTML and CSS code are things of the past in mobile development.
No comment yet.
Scoop.it!

Esprima

Esprima is a high performance, standard-compliant ECMAScript parser written in ECMAScript (also popularly known as JavaScript).

Esprima is blazing fast (see the benchmark suite). It is up to 3x faster than UglifyJS v1 and it is still competitive with the new generation of fast parsers.

No comment yet.
Scoop.it!

Building a JavaScript Library

Building a JavaScript Library | JavaScript for Line of Business Applications | Scoop.it
In C#, we have classes, access modifiers, and namespaces, just to name a few ways to deal with scope. We can create private classes, private methods, and we can organize our code into namespaces. 

In JavaScript we don’t have the same language constructs. But don’t fret! Over the years patterns and best practices have emerged that help us manage these issues and at the same time embrace the dynamic prototype based nature of the language.

No comment yet.
Scoop.it!

How to build a large, single-page javascript application with JavascriptMVC

How to build a large, single-page javascript application with JavascriptMVC | JavaScript for Line of Business Applications | Scoop.it

In my previous article I’ve described in detail how to implement Rebecca Murphey’s Srchr application using the ExtJs framework. In this article I’ll use the JavascriptMVC framework for the same purpose. We’ll follow the same code flow as in the previous article and start by breaking down the application into smaller javascriptmvc components and then work on each of the main component interactions, one at a time.

 

No comment yet.
Scoop.it!

Backbonejs vs Angularjs : Demystifying the myths

Backbonejs vs Angularjs : Demystifying the myths | JavaScript for Line of Business Applications | Scoop.it

I love the way how each and every discussion turns into the war of the frameworks. I have worked with BackboneJS and AngularJS quite extensively and have come across most of their short comings in production. So, you dont really have to take this analysis with a grain of salt. I would be happy to take back anything that I have said if it turns out to be wrong. Lets get to the meat of it, then, shall we?

No comment yet.
Scoop.it!

How To Write Maintainable jQuery Applications

How To Write Maintainable jQuery Applications | JavaScript for Line of Business Applications | Scoop.it
These days it's hard to call yourself a web developer if you do not have at least *some* jQuery...
No comment yet.
Scoop.it!

TideSDK

TideSDK | JavaScript for Line of Business Applications | Scoop.it
Create multi-platform desktop apps with HTML5, CSS3 and JavaScript. TideSDK formerly known as Titanium Desktop is the best way to create beautiful, unique desktop apps using your web development skills.
No comment yet.
Scoop.it!

Jo HTML5 Mobile App Framework

Jo HTML5 Mobile App Framework | JavaScript for Line of Business Applications | Scoop.it
The simple app framework for HTML5For iOS, Android, webOS, BlackBerry, Chrome OS & anything else with HTML5Widgets, lists and scrolling goodness using JavaScript & CSS3Make native mobile apps or web apps with the same codeWorks great with PhoneGap
No comment yet.
Scoop.it!

Single Page Application driven by Javascript - Cloudburo Blog

Single Page Application driven by Javascript - Cloudburo Blog | JavaScript for Line of Business Applications | Scoop.it
When I started with the cloudBuroApp development project in early 2011 I was experimenting with the NodeJs server stack, CommonJS module technology, …
No comment yet.
Scoop.it!

A gentle & conceptual introduction to Node.js

A gentle & conceptual introduction to Node.js | JavaScript for Line of Business Applications | Scoop.it
If you only think of Javascript in the context of the browser, you're really missing out; Javascript as a language is badass: lambdas, closures, inheritance, passing by reference.

Why did JavaScript come to dominate the web browser? JavaScript is really good in a browser because as a language it easily supports event-based and asynchronous programming.

Turns out that the same properties that make javascript work well for interacting with a web page are also very similar to what's needed for building a good web server.
No comment yet.
Scoop.it!

KnockoutJS: An MVVM Framework for jQuery Developers - DeveloperTech

KnockoutJS: An MVVM Framework for jQuery Developers - DeveloperTech | JavaScript for Line of Business Applications | Scoop.it
KnockoutJS: An MVVM Framework for jQuery DevelopersDeveloperTechKnockoutJS: An MVVM Framework for jQuery Developers.
No comment yet.
Scoop.it!

Data Points - Pain-Free Data Access in JavaScript using breeze.js

Data Points - Pain-Free Data Access in JavaScript using breeze.js | JavaScript for Line of Business Applications | Scoop.it

With Breeze, I can make HTTP calls to my OData service or to a service defined by ASP.NET Web API (asp.net/web-api). I switched my service to ASP.NET Web API, which works against the same EF model I used previously—with one addition. My former sample exposed only Person data. I now have related data in the form of a Device class, as every developer I know has a small collection of personal devices. The relevant functions exposed by my ASP.NET Web API are a GET, which returns Person data; another GET for Device data; and a single POST for saving changes. I’m also using a Metadata function to expose the schema of my data, as shown in Figure 1. Breeze will use this Metadata in order to understand my model.

No comment yet.
Scoop.it!

Cross: NoSQL or RDBMS, not again!

No matter what, I found the same question over and over again, "should I use a NoSQL solution to my <what ever problem>, help me!", but some days ago I crossed a question that I want to discuss.

"One size does not fit all" applies to the RDBMS world, 4 years ago the only way to store information in an organized way was RDBMS and several people think that they should apply RDBMS to every single problem, and that's not true. But this same principle applies to the NoSQL world, take a look of Maslow's hammer law.

 

Contents:

Data Model comparison Code comparison Conclusion
No comment yet.