Barista SharePoint 2013 Branch
There is now a branch within the repository that supports SharePoint 2013
Read MoreBarista 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 MoreCustom 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 MoreXML 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 MoreBarista Caching Example
A customer recently wanted an example of using caching in Barista.
Read More