How I can find example of using Scribe with GWT/GAE [closed] - google-app-engine

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm looking for a step-by-step tutorial how to use Scribe with GWT/GAE. Is there any usefull manual?

First you need to understand difference between OAuth server and client flow. In server flow your server will directly get authorized to OAuth resource, while with client flow only client (browser) will get authorized. The basic difference is who gets to receive token.
For client flow in GWT see gwt-oauth2
For server flow it seem you will need to roll your own. Basically you'll need to implement a callback handler. Note: the server-flow is done via browser redirects, so it's a bit cumbersome to work with in GWT which does not like page reloads.

Related

How do one develop an extensible angular.js app? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
We would like to develop app that other developers can extend,
different user will have different extension, those extensions are only client side and run where the same app is running(in the browser)
our core app is angular.js
Use modules. A lot.
Group every thing that relates into a extra module. These modules could be used from where they are needed. And only modules that are needed need to be injected.
Also. Split all the stuff into smaller files similar to the modules. Use a build system that is intelligent enough to know what you need.
Read this blog post from brian ford.

What are the Alternatives to Apache Camel [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
If I am evaluating alternatives to Apache Camel for a lightweight EAI framework - what should I include in my evaluation?
Open or closed source is OK
It doesn't have to be Java but it must run on Windows
MS alternatives are OK
I don't want a full blown ESB
It should support file, SOAP web services, and REST endpoints. OData support would be a bonus.
Have you tried Spring Integration for Java? You can refer to Hillert blog that comparing the Camel, Spring Integration and other EAI Frameworks.
For .net there is Mass Transit and ESB.net.

best practise for sspi user [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am currently setting a web and sql windows server for a 3 mvc web applications. I have got a sspi domain user set up but not familiar at the correct and most optimal setup for such.
Do all app pools get set up with this user?
Do all databases on the sql server get read/write permissions for this user?
I am looking for best practise for when working with an sspi user.

Is it secure to access database server on internet from dekstop application [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am developing an application with need to access database from internet. Is it secure to access directly to the database server ( sql server 2005 ) or is it better to using web service to access the database?
This is a question that you need to ask yourself. In general, accessing DB through a layer is the accepted way to designing applications as it acts as a place holder for plugging in various features such as security, change in DB, change in mapping etc.

Create a Login screen via SalesForce [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am new to Salesforce. I need to create a Login screen where users will first register with the system and then use these credentials to login to the system.
All these information should be saved on to a DB. I need to know how can i do this ? A tutorial/video tutorial or steps would help me start with this. Help ?
If you're talking about for your regular users then no, this isn't possible. If you're talking about customers then I believe what you're looking for (from the scant details provided) is customer portal.
Be aware though, that there are licence fees involved with this and writing your own user authentication system is against the terms of service.

Resources