Both solutions work, but new problem is obvious:
Business objects are not shared between different app contexts, so every client has his own instance of business service.
That means we have a lot...
Type: Posts; User: Peter Kovgan; Keyword(s):
Both solutions work, but new problem is obvious:
Business objects are not shared between different app contexts, so every client has his own instance of business service.
That means we have a lot...
Hello,
I'm looking for best way to redirect web app client to his particular db.
Clients may change dynamically.
Note , I have some solution and you are welcome to propose some improvement.
My...