-
Replied To a Post in Daniweb OAuth support
Sure, I'll try testing it on my side. I'm assuming you have made some changes to how standlone apps deal with the Daniweb oauth infrastructure. I tried sending a request: … -
Began Watching Daniweb OAuth support
Hi Dani, AFAIK OAuth 2.0 supports 3 flavours: Server side apps, client side apps and installed apps. Does Daniweb Oauth allow OOB in the redirect_uri which is part of the … -
Replied To a Post in Daniweb OAuth support
> Is there a need to expand this to support the other method as well? I would say "yes" otherwise it's pretty painful to spawn a local web server just … -
Began Watching Daniweb OAuth support
Hi Dani, AFAIK OAuth 2.0 supports 3 flavours: Server side apps, client side apps and installed apps. Does Daniweb Oauth allow OOB in the redirect_uri which is part of the … -
Replied To a Post in Daniweb OAuth support
**EDIT:** Missed your latest post so the below is for #4 post in this thread. > The method outlined on that page would work with our existing serverside implementation. No, … -
Began Watching Daniweb OAuth support
Hi Dani, AFAIK OAuth 2.0 supports 3 flavours: Server side apps, client side apps and installed apps. Does Daniweb Oauth allow OOB in the redirect_uri which is part of the … -
Replied To a Post in Daniweb OAuth support
I'm personally not aware of what kind of code changes are to be required to the server to support OAuth 2.0 standalone apps. But, I can definitely point you to … -
Created Daniweb OAuth support
Hi Dani, AFAIK OAuth 2.0 supports 3 flavours: Server side apps, client side apps and installed apps. Does Daniweb Oauth allow OOB in the redirect_uri which is part of the … -
Began Watching Daniweb OAuth support
Hi Dani, AFAIK OAuth 2.0 supports 3 flavours: Server side apps, client side apps and installed apps. Does Daniweb Oauth allow OOB in the redirect_uri which is part of the … -
Began Watching Sockets are retain even after closing them?
We have a socket application with lots of queries in it. The problem after doing some sample of jmap -histo we notice the number of sockets keep growing and resultsets … -
Replied To a Post in Sockets are retain even after closing them?
Two important points: 1. What is the time interval between taking the `jmap` dump and closing the sockets? Your close calls don't immediately take effect since there is a certain … -
Began Watching Explicitly set the codebase and security policy file during Complie time
Hi Team, I have learned RMI Applcation basics.I have a Doubt in setting the Codebase and security policy file in the program during compile time itself rather than manually giving … -
Replied To a Post in Explicitly set the codebase and security policy file during Complie time
AFAIK, not possible without code modifications. The simplest thing would be to just create a script (.bat or .sh file) and run the script everytime instead of typing out the … -
Began Watching Remove zeroes from an array w/o creating new array
I need to create a method compact that can remove all zeroes from an array and leave the order of other elements unchanged, but without creating a new array. The … -
Replied To a Post in Remove zeroes from an array w/o creating new array
> I have have found online says it is impossible to remove elements from an array without creating a new array, so any help would be much appreciated. It's possible …
The End.