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

Building SharePoint 2013 Web Parts using AngularJS and KnockoutJS

Building SharePoint 2013 Web Parts using AngularJS and KnockoutJS | JavaScript for Line of Business Applications | Scoop.it
This article shows how you can use client side JavaScript libraries like AngularJS and KnockoutJS to build SharePoint 2013 WebParts.

In this article, we will learn how to make use of JavaScript libraries to fetch data from SharePoint List and bind that data to some controls using SharePoint Web parts. For this demonstration, we will make use of AngularJS and KnockoutJS JavaScript libraries.

Using these libraries in SharePoint development can make a big difference as we will see shortly. We will use these libraries with SharePoint Web parts using our very favorite tool – Microsoft Visual Studio. I am using Visual Studio 2013 for these demonstrations.

No comment yet.
Scoop.it!

Realtime applications for SharePoint with SignalR and knockout.js

As seen at http://www.shareconf.de/
No comment yet.
Scoop.it!

SharePoint 2010 as a Single Page Application

SharePoint 2010 as a Single Page Application | JavaScript for Line of Business Applications | Scoop.it

What is a Single Page Application?  Essentially, an application disguised as a single web page.  Like the official "Twitter" web application.  You click, things happen, data is loaded and released asynchronously, layouts are arranged and displayed.  Like magic.

On a crazy Thursday afternoon I had the mad idea of building a Single Page Application on top of SharePoint.

The story so far
* Everything in a SharePoint farm solution
* UI layout using Twitter Bootstrap - what you see above is based on the Fluid example template
* UI binding using Knockout.JS
* Additional glue with jQuery
* Reading from SharePoint via OOTB REST service API
* Exposes _spPageContextInfo object
* Expose SP.ClientContext objects/scripts

No comment yet.
Scoop.it!

KnockoutJs Data binding in SharePoint 2013 with jQuery, SPServices and DataJs

KnockoutJs Data binding in SharePoint 2013 with jQuery, SPServices and DataJs | JavaScript for Line of Business Applications | Scoop.it
In this article we can see how to bind the SharePoint 2013 List Items retrieved via popular Java script frameworks like jQuery, SPServices , DataJs with KnockoutJs.
No comment yet.