Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4829

How to implement Command Pattern instead of using Adapter

$
0
0

@Charles_Bourasseau wrote:

Hi,

I'm new to EmberJS and a bit lost. I would like to ask some advice to get started correctly.

We have a SaaS which is not built with EmberJS. I'm trying to refactor a part of it and use EmberJS for that.

Our Software implements the command pattern. It means we send action (JSON object) to the server to create, update and delete (also undo/redo) our model objects.

I can't really use Adapter for that because they seam to be created for REST Interface, but we are not using REST for that part.

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4829

Trending Articles