G
gryphon
Guest
Hi guys Progress mobile consumes a rest service which is connected to one appserver and this appserver connects to one specific db. We have a situation where im trying to find the best practice or way forward to a solution that involves us having 1 mobile app that can serve many clients and each client having their own db. My solution to this is to have a a DB connected to the appserver on the rest service and this will authenticate the client and get their DB details.. I will store those details in a session storage variable on the mobile app and pass these details to the rest service every time they do an appserver hit to connect to that clients DB and retrieve the information accordingly. However this does not seem like the best solution.. Im new to the mobile developement and think there is a much easier way to do this. any ideas or solutions? TIA
Continue reading...
Continue reading...