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

Angular: The Modern HTML5 Answer to Silverlight’s MVVM

Angular: The Modern HTML5 Answer to Silverlight’s MVVM | JavaScript for Line of Business Applications | Scoop.it

I have to admit I was extremely skeptical when I first saw the concept of creating a view model in a browser. As much as I loved XAML’s data-binding it felt like a square peg and a round hole. What really concerned me the most was the extra work involved to take an ordinary JavaScript object (JSON) and turn it into a view model using things like ko.observable. This has been vastly improved and simplified, and as I began to adopt the strategy for the web I realized quickly it made sense.

No comment yet.
Scoop.it!

The two minute guide to AngularJS for .NET developers

While the allure of writing applications - and not just web sites - in HTML5 and JavaScript reaches a lot of developers, we've experienced that a number of developers are rather frightened by the idea of creating large applications in a dynamic language. In addition to the dynamic nature of JavaScript, the lack of a container-based GUI framework (which isolates causes and effects to individual controls, as it is done in the .NET Framework) and the general overarching flexibility and lack of guiding principles didn't make this environment too appealing for a lot of business developers.

We think that AngularJS can change this and we'd like to present a small sample of AngularJS code, the underlying markup and the resulting mini-application. (We're not going to talk too much about the individual steps in this sample, as this would be the focus of the next chapter.)

No comment yet.
Scoop.it!

Choosing the best strategy for Silverlight developers

Until recently, multiple vendors, including Microsoft, Adobe and Oracle/Sun, were competing to provide rich Internet application (RIA) frameworks for creating applications that could be delivered via the Web. However, this led to some fragmentation of the market. Some of the main challenges of these platforms included the need for special plug-ins, security risks and increased power requirements.

HTML5 has emerged as a standard framework for providing most of the features and functionalities of these RIA frameworks. As a result, vendors like Microsoft have started investing more effort in supporting this vendor-neutral standard. Silverlight has not gone away, but Microsoft is investing more attention in this emerging Web standard, and has advocated various steps developers can take to transition their existing Silverlight applications to HTML5.

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!

Angular JS blog series – Table of content

Angular JS blog series – Table of content | JavaScript for Line of Business Applications | Scoop.it

This is a series of posts about AngularJS and our experiences with it while migrating the client of a complex enterprise application from Silverlight to HTML5/CSS/JavaScript using AngularJS as a framework. So far I have published the following posts:

* AngularJS, Part 1
* Feedback
* the controller
* Inheritance
* Accessing server side resources
* Pushing data to the server
* Templates
* Get ready to test
* More choice when testing
* value and constants
* Intermezzo
* Promises
* Multi language support
* Services
* End to end tests
* End to end tests and mocking


No comment yet.
Scoop.it!

Essential Knockout.js, Part 2: Best Practices and More

Essential Knockout.js, Part 2: Best Practices and More | JavaScript for Line of Business Applications | Scoop.it

The first installment discussed what Knockout.js is, why and how it evolved, and how it fits into Web development. This month, the discussion dives into best practices for Knockout, extending it and creating custom bindings.

To get the most utility out of Knockout's components, the need for the Model-View-ViewModel (MVVM) design pattern must be understood. This architectural pattern arose out of Microsoft's implementation of Martin Fowler's presentation model design pattern to support Windows Presentation Foundation (WPF) and Silverlight.

No comment yet.
Scoop.it!

KnockoutJS vs. Silverlight

KnockoutJS vs. Silverlight | JavaScript for Line of Business Applications | Scoop.it
This article compares Silverlight and KnockoutJS by looking at the implementation of the same application with both frameworks and tries to answer the all-important question "which framework is best?
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.