Skip to content

prealpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@clavecoder clavecoder released this 16 Oct 02:16
· 39 commits to master since this release

0.0.1-prealpha2

Get this release by installing version 0.0.1-prealpha2 of these packages from nuget.org

General

Dependency issues

  • Then NuGet dependencies are not working for this release. You need to include dependencies manually. Here is the dependency map.
    • Newtonsoft.JsonJali.CoreJaliJali.ServeJali.Serve.ServerJali.Serve.AspNet.Mvc
    • Newtonsoft.JsonNewtonsoft.Json.SchemaJali.Serve
    • Microsoft.AspNet.MvcJali.Serve.AspNet.Mvc
    • Microsoft.AspNet.WebApiJali.Serve.AspNet.Mvc
  • Currently only PCL assemblies are being released. We hope to also support DNX packages soon.

Licensing issues

Note: Newtonsoft.Json.Schema is copyleft by default and limited to 1000 parses per hour. A commercial license is available.

Packages in this release

Jali.Core

  • Notification Message library and Core (shared) Library.

Jali

  • Execution Context façade. Valid implementations still forthcoming (Please help!)

Jali.Serve

  • ServiceMessage protocol, service implementation base classes, and Jali Service Specification object model.

Jali.Serve.Server

  • A Jali Service endpoint written in .NET (portable).

Limitations

  • Currently only accepts bare data messages. Full ServiceMessages are returned, however, albeit with stub metadata.
  • JaliServer currently runs synchronously and within the same app-domain. We will move this off-process.

Jali.Serve.AspNet.Mvc

  • Provides older style middleware to integrate with ASP.NET MVC and ASP.NET MVC WebAPI.