prealpha2
Pre-release
Pre-release
·
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.Json
⇦Jali.Core
⇦Jali
⇦Jali.Serve
⇦Jali.Serve.Server
⇦Jali.Serve.AspNet.Mvc
Newtonsoft.Json
⇦Newtonsoft.Json.Schema
⇦Jali.Serve
Microsoft.AspNet.Mvc
⇦Jali.Serve.AspNet.Mvc
Microsoft.AspNet.WebApi
⇦Jali.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
ServiceMessage
s 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.