Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework DataService and IDataServiceAdapter for 3rd party/injectable Adapters #4

Open
ghost opened this issue Jul 17, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 17, 2014

Breeze.Sharp works well with WebApi but there are projects that require other DataServices to Get/Post data. For example, I would like to use a service bus like EasyNetQ, or Azure Service Bus to do a request/response on the entity data. It would be great to have the DataService consume a DataServiceAdapter that was injected at run time. In order to do this there is a requirement to rework the DataService and some of its dependencies to allow a 3rd party Adapter.

@jtraband
Copy link
Contributor

This is certainly the plan. The idea is that breeze.sharp be able to talk to all of the same backends that breeze.js can via pluggable wrappers. ( just like breeze.js). We have a large backlog though and are still in the process of prioritizing all of the features we want to add to breeze.sharp. Another alternative is that we do offer custom consulting at [email protected] that can really expedite this process. Paying work always forces reprioritization :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant