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!

datajs - JavaScript Library for data-centric web applications

datajs is a new cross-browser JavaScript library that enables data-centric web applications by leveraging modern protocols such as JSON and OData and HTML5-enabled browser features. It's designed to be small, fast and easy to use.
No comment yet.
Scoop.it!

Brunch | HTML5 application assembler

Brunch | HTML5 application assembler | JavaScript for Line of Business Applications | Scoop.it

Brunch is an assembler for HTML5 applications. It‘s agnostic to frameworks, libraries, programming, stylesheet & templating languages and backend technology.

To simplify app development, brunch watches your files for changes and automatically wraps your scripts and templates in common.js modules. All build errors are printed to console.

No comment yet.
Scoop.it!

Building a JavaScript WebSockets Client -- Visual Studio Magazine

Create a JavaScript client that works with a WCF 4.5 WebSockets service to receive continuous, ongoing updates from the service.
No comment yet.
Scoop.it!

MVVM vs MVP vs MVC: The differences explained

MVVM vs MVP vs MVC: The differences explained | JavaScript for Line of Business Applications | Scoop.it
A set of bullet points explains the basics of MVVM, MVP, and MVC as well as guidelines for using each architecture with proper technologies.
No comment yet.
Scoop.it!

JSLint for Visual Studio 2010

JSLint for Visual Studio 2010 | JavaScript for Line of Business Applications | Scoop.it
JSLint JavaScript Code Analysis Add-in for Visual Studio 2010...
No comment yet.
Scoop.it!

A Smooth Transition to HTML5 Using MVVM

A Smooth Transition to HTML5 Using MVVM | JavaScript for Line of Business Applications | Scoop.it

How difficult is it to port Silverlight applications to HTML5? That is the question we hear every day at ComponentOne. Instead of speculating about it, we decided to sit down and try it. Today we will discuss the process and tools we used when doing so. The approach we took was to use the MVVM pattern (from Silverlight) when developing the HTML5/JavaScript version. By choosing this method we were able to port our data access and UI layers quite easily. We take advantage of tools like KnockoutJS and Wijmo to make the process even easier. Our developers were able to minimize the cost of learning new paradigms in this migration by reusing most of their knowledge. What we ended up with was nearly identical applications in Silverlight and HTML5. Come learn how you can smoothly transition to HTML5!

No comment yet.
Scoop.it!

Miso Dataset - A View on your Data (think of CollectionViewSource)

Miso Dataset - A View on your Data (think of CollectionViewSource) | JavaScript for Line of Business Applications | Scoop.it

Dataset is a JavaScript client-side data transformation and management library. Dataset makes managing client-side data easy by handling loading, parsing, sorting, querying & manipulating data from all sorts of sources.

In addition to helping load and parse data, Dataset makes it easy to query and select subsets of data, creating "views" that automatically update when the underlying data changes. By binding to events, it's easy to create interfaces onto realtime or user-manipulated data. Dataset provides some standard computations such as min and max and derivatives such as groupings and moving averages.

No comment yet.
Scoop.it!

Building Single Page Applications With jQuery's Best Friends

Building Single Page Applications With jQuery's Best Friends | JavaScript for Line of Business Applications | Scoop.it

Hey guys.Today we're going to take a look at how you can build a single-page application (SPA) supporting graceful degradation using some of jQuery’s Best friends; DocumentCloud’s Backbone.js, Underscore.js, LAB.js and jQuery templating to name but a few.

The SPA application we’ll be building today is a three-level bookmarkable image gallery.

No comment yet.
Scoop.it!

Understanding MVVM - A Guide For JavaScript Developers

Understanding MVVM - A Guide For JavaScript Developers | JavaScript for Line of Business Applications | Scoop.it
MVVM (Model View ViewModel) is an architectural pattern based on MVC and MVP, which attempts to more clearly separate the development of user-interfaces (UI)...
No comment yet.
Scoop.it!

The full Javascript stack for beginners

The full Javascript stack for beginners | JavaScript for Line of Business Applications | Scoop.it
Learn how to create single-page Javascript apps using the MVC design pattern with Backbone.js, and how to develop cloud-based APIs for your apps with Node.js and MongoDB on Amazon EC2.
No comment yet.
Scoop.it!

Building Mobile JavaScript WebApps With Backbone.js & jQuery

Building Mobile JavaScript WebApps With Backbone.js & jQuery | JavaScript for Line of Business Applications | Scoop.it

Welcome to Part 1 of a two-part tutorial on building complete mobile web applications in JavaScript using DocumentCloud's Backbone.js, jQuery Mobile and LABjs.

In Part 1, I'll be covering a complete run-down of Backbone 0.5.2's models, views, collections and routers but also taking you through options for correctly namespacing your Backbone application. I'll also give you some tips including what scaffolding tool that can save time setting up your initial application, the ideal number of routers to use and more.

We'll then build a testable wireframe of our application in jQuery Mobile before we complete building it in Part 2.

No comment yet.
Scoop.it!

More upshot.js info for SPA

More upshot.js info for SPA | JavaScript for Line of Business Applications | Scoop.it

In this post, I want to dissect upshot a little further. In this post, I will show what I have been able to figure out on my own about upshot, and provide some more detailed ‘getting started' information.

No comment yet.
Scoop.it!

Powerful JavaScript With Upshot and Knockout -- Visual Studio Magazine

Powerful JavaScript With Upshot and Knockout -- Visual Studio Magazine | JavaScript for Line of Business Applications | Scoop.it
The Microsoft JavaScript Upshot library provides a simplified API for retrieving data from the server and caching it at the client for reuse. Coupled with Knockout, the two JavaScript libraries form the pillars of the Microsoft client-side programming model.
No comment yet.
Scoop.it!

Beginners Guide to KnockoutJS

Beginners Guide to KnockoutJS | JavaScript for Line of Business Applications | Scoop.it
Part 1

Almost everyone dealing with web technologies knows jQuery, or has heard of it, and while powerful it is not ideal for building Rich Internet Applications. And this is where Knockout.js shines through.

Part 2

A Beginners Guide to KnockoutJS: Bindings Knockout provides a whole set of useful built-in bindings for the most common tasks and scenarios. Each of these bindings allows you to bind simple data...

Part 3

A Beginners Guide to KnockoutJS: Templating and More There are four control-flow bindings: foreach, if, ifnot and with. These control bindings allow you to declaratively define the control-flow logic...


No comment yet.
Scoop.it!

Anatomy of a HTML5 App

Anatomy of a HTML5 App | JavaScript for Line of Business Applications | Scoop.it

A HTML5 app is basically a single-page-app that is built on top of the web technology stack. Hacking a simple HTML5 app together is pretty straightforward. However when you need to build more complex HTML5 apps, you should give some thought on how to structure it. Striving for efficiency, having multiple people participating in the development and also requiring maintenance push further the need for a structure.

No comment yet.
Scoop.it!

$linq - A Javascript LINQ library

$linq - A Javascript LINQ library | JavaScript for Line of Business Applications | Scoop.it

Are you converting a .Net Application that heavily relies on Linq? This project might cure the pain of replacing it with "for" loops.

 

$linq is a Javascript version of .NET's Linq to Objects, with some query operations inspired by MoreLinq (an extension to Linq to Objects).

No comment yet.
Scoop.it!

Journey Through The JavaScript MVC Jungle - How to chose the best fitting one?

Journey Through The JavaScript MVC Jungle - How to chose the best fitting one? | JavaScript for Line of Business Applications | Scoop.it
When writing a web application from scratch, it’s easy to feel like we can get by simply by relying on a DOM manipulation library (like jQuery) and a handful of utility plugins.
No comment yet.
Scoop.it!

Want to play with different MVC Frameworks? Try TodoMVC!

Want to play with different MVC Frameworks? Try TodoMVC! | JavaScript for Line of Business Applications | Scoop.it

Helping you select an MV* framework - Todo apps for Backbone.js, Ember.js, AngularJS, Spine and many more...

No comment yet.
Scoop.it!

JavaScript frameworks, tools and techniques to create killer applications | CatsWhoCode.com

JavaScript frameworks, tools and techniques to create killer applications | CatsWhoCode.com | JavaScript for Line of Business Applications | Scoop.it

Web browsers are becoming more and more powerful, and JavaScript is definitely making the web an ever more interesting place. In this article, I have compiled the most interesting JavaScript frameworks, tools and techniques to create killer applications and websites.

No comment yet.
Scoop.it!

What is this scoop about?

What is this scoop about? | JavaScript for Line of Business Applications | Scoop.it

http://about.me/janhesse

https://twitter.com/clientjs

https://plus.google.com/112569842938995223554

https://www.rebelmouse.com/clientjs/

 

Follow my posts on the iPad with Read.it app:

https://itunes.apple.com/de/app/read.it!/id610604570?mt=8

or contribute through Scoopt.it app:

https://itunes.apple.com/app/id610604570?mt=8

or subscribe via RSS:

http://www.scoop.it/t/javascript-for-line-of-business-applications/rss.xml

Jan Hesse's insight:

The Web is evolving quickly. So do the users!

Let's take advantage of those new technologies provided by HTML5 to built impressive user-friendly WebSites and WebApps.

If you are a dev in your company who creates custom intranet or internet solutions this topic might be interesting for you. There are existing Desktop applications in need to be transformed into Rich Internet Applications, that's for Java, .Net, Python, C++, etc. based Apps alike.

Here you'll be notified about the rise of JavaScript frameworks that'll make it less time consuming to get startet, in terms of providing high-level access to all those new W3C standards.

Let's create a foundation of knowledge that helps you keeping track of what's happening out there and which purpose can be solved by those frameworks.

Follow me into a journey of developing solid Business Layers for your HTML5 needs!

No comment yet.