Jul 5, 2015

Barista SharePoint 2013 Branch


There is now a branch within the repository that supports SharePoint 2013

Read More
Jun 20, 2015

Barista Fiddle Improvements


So I had previously shifted emphasis to the SP2013 branch of Barista. With some potential work coming up that might use Barista SP2010 on a separate team, I’ve added some features to the SP2010 branch to make it easier for someone less versed with Barista and JavaScript to get immediate feedback.

Read More
May 9, 2015

Custom Barista Packages


I’ve introduced a managed way of adding packages to Barista. A barista package is a zip file that contains assemblies that contain one or more IBundle implementations. This allows additional bundles to be deployed and automatically registered with Barista without a GAC or SharePoint deployment.

Read More
Apr 28, 2015

XML to JSON


A quickie - Sometimes we want to convert from XML to JSON. Either we have some XML from a other source (InfoPath, RSS/Atom Feed, etc) and we want to make a JSON service from it.

Read More
Apr 4, 2015

Barista Caching Example


A customer recently wanted an example of using caching in Barista.

Read More