Hi everybody,

We have a product which involves a mobile application, a web application 
and a web service. The mobile and web apps retrieved the data from the web 
service. We needed to implement the offline feature in the mobile app, so 
we decided to move to Couchbase. So now, the mobile app makes every request 
to the Couchbase Lite and synchronizes the data through the Sync Manager to 
the remote database. To do so, we had to move some business logic to the 
mobile app. However, the web app still uses the web service.

Now, our doubt is that if we wanted to add a new business rule (a new 
functionality) to the web service, we should replicate the functionality in 
the mobile app, or if we had to add a business rule in the mobile app, we 
should replicate the functionality in the web service. Is there a better 
way to do that to avoid replicating code?

Thanks in advance,

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to