Category:Services
From MacroDeckDevWiki
MacroDeck Services is a Rails plugin that provides a simple and clean API for complex functions such as user editing, blog editing, and data access. Services can be viewed as a "super framework", in that it's a framework on top of a framework. We aim to provide functions on top of Rails for specific purposes rather than generic purposes (though DataService is rather generic). These APIs will be available via remote procedure calls in the future, so MacroDeck Widgets (components and sets of components, such as buttons, data entry fields, text formatting boxes, and so on), which run in the browser, can perform actions inside our Rails application simply. RPC mechanisms would also allow a programmer to integrate his/her application with MacroDeck services. Services may wrap Rails functions, but they shouldn't reinvent the wheel by rewriting Rails functions, unless they're functions that should be available to Widgets.
Subcategories
There are 2 subcategories to this category.
I
S
Articles in category "Services"
There are 22 articles in this category.
CFMPS |
S cont. |
S cont. |

