minimapless

Mapless in the frontend!


Keywords
Amber, Smalltalk, Persistence, localStorage, Aggregates, Database, ODB, OOP, REST
License
Other
Install
bower install minimapless#0.10.1

Documentation

MiniMapless

Mapless in the frontend!

MiniMapless allows you to use Mapless locally supported by the localStorage and remotely by a flow or Pharo RESTful backend or any other REST backend compatible with Mapless.

With MiniMapless, your Smalltalk objects in the Amber frontend have a simple yet powerful way to get stored locally and remotely and also use them for (non-persistent) communication thanks to its super friendly JSON representation.

Getting Started

To add MiniMapless to your Amber project do:

$ bower install minimapless --save

Then configure your devel.json and deploy.json

Finally do:

$ grunt devel

Applicability

Mapless are great for storing and reading objects from the localStorage in a really convenient way.

Take a look into Mapless-Tests to see some basic functions.

Ideas on how to improve it? This is MIT software, send your PR and change the world!