Software APIs
-
Version 0.0.21
Develop WCF cross-process and cross-platform distributed windows applications using CRUD2CRUD (CRUDS) communication architecture.
Choose appropriate documentation reference from followings.
windntrees.icruds.standard0020
windntrees.icruds.standard0024
Install WCF WindnTrees CRUDS Nuget Packages
install-package WindnTrees.CRUDS
install-package WindnTrees.ICRUDS
install-package WindnTrees.ICRUDS.Standard
Install-Package WindnTrees.CRUDS.Core5
Install-Package WindnTrees.CRUDS.Core3
-
Version 1.1.11
WindnTrees .Core abstracts recurring tasks and simplifies development by introducing server side CRUDs for data (or content) extraction, processing and presentation capabilities.
Choose appropriate documentation reference from followings.
Install WindnTrees.Core Nuget Package
WindnTrees .NET Core nuget package is available for download to implement ASP .NET Core based applications.
install-package WindnTrees.Core
-
Version 0.0.1
WindnTrees JAVA abstracts recurring tasks and simplifies development by introducing server side CRUDs for data (or content) extraction, processing and presentation capabilities.
For software reference click here
Maven Project Installation
Add following dependency within your project's pom.xml.
<dependency> <groupId>com.invincibletec.windntrees</groupId> <artifactId>windntrees</artifactId> <version>version-0.0.1</version> </dependency>
-
Version 1.3.5
WindnTrees JS CRUDS is a front-end
http
request, response and related content processing javascript library that integrates with Observers to synchronize data between source and view objects. This follows create, read, update and delete (CRUD) design pattern for data extraction, edition, deletion and saving.CRUDS utilize CRUDController to extract data from source CRUDSource and processes response with CRUDProcessor to produce typed objects based on extracted content. Observers take extracted typed objects and present them in their appropriate views.
This simplifies the process of data extraction, processing and presentation.
For software reference click here
Installation
WindnTrees .JS (windntrees.js) installs in scripts (content) folder along with nuget packages and can be downloaded from GitHub repository here.
Recent stable version can also be downloaded from here.
Make sure that you install latest and compatible package of jQuery and KnockoutJs libraries.
-
Version 1.3.1
WindnTrees .NET abstracts recurring tasks and simplifies development by introducing server side CRUDs for data (or content) extraction, processing and presentation capabilities.
Choose appropriate documentation reference from followings.
Install WindnTrees.Abstraction Nuget Package
Open “Package Manager Console” and install “WindnTrees.Abstraction” package.
install-package WindnTrees.Abstraction
-
Version 1.0.9, 1.0.12, 1.0.5
CRUDS EF repository packages shared accross WindnTrees nuget packages.
Choose appropriate documentation reference from followings.
windntrees.cruds.repository107
windntrees.cruds.repository108
windntrees.cruds.repository.standard103
windntrees.cruds.repository.standard104
windntrees.cruds.repository.core107
windntrees.cruds.repository.core108
Install WindnTrees CRUDS Repository Nuget Packages
install-package WindnTrees.CRUDS.Repository
install-package WindnTrees.CRUDS.Repository.Core