My Ember.js front-end application is to consume REST API created in Spring (Boot). The problem is: - Spring returns json response in HAL format - Ember Data expect the response to be fully compliant with JSON API specs
So far I have found that there are at least two "adapters" for each side.
This one is supposed to convince Ember Data to use the Spring's response as it is: ember-data-hal-9000
This one makes Spring's response compliant with JSON API specs: Katharsis - HATEOAS for Java based on JSON API standard
I've read that both have its own problems but has anyone successfully employed either of them? Ideally both of them, so a comparison can be made?
Aucun commentaire:
Enregistrer un commentaire