What's the best system integration approach? [closed] - software-design

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 want to actually know how big systems like Google, Yahoo and... using system integration to integrate their software (Google Plus, Google Video, Google shop and ...)
For example at the first time I just Login to my Google account and in all other software I have my account and I don't need to create or Login to other systems separately.
In our company we have many software like Accounting, Call Center etc. and we want to integrate our software to have a dashboard and single signing system for all software.
What's the best apprach for system integration?

You need to implement SSO (single sign on) for all the apps.
In this case your all the apps will change their login mechanisms respectively.Every thing will be taken care by a new application which will manage the stuff for all your apps.
See this for more details.Reference

Related

ASP.NET or ASP.NET MVC [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 have a general question. I want to develop a Web Application for business process modelling. The application was build using c# and WPF as Desktop Application Software and now i would like to develope it as Web Application. what technology should i choose?
I've tried to find it myself but there are many different opinions about that topic. Is there any general rule or methodology which can help me decide?
Your question is not quite constructive. You need to talk to some Architect to understand your business and the requirements to fill up the gaps of choosing a technology. It is quite vague to answer your question whether to choose ASP.NET webforms/MVC or probably a different platform than .NET to suit your needs.
On a general answer, if you are planning to port your whole application developed on desktop using WPF, you can consider porting to Silverlight which might cut down your cost to 90% (probably), where you will able to reuse all codes you have written so far. But that's totally your call and your business needs.

Free ASP.net tool for scheduling [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 need Free tools for scheduling tasks in ASP. Net C#.
I tried with ASP. Net Calendar control, But it's not too flexible to handle all the aspects of requirements. Say Calender events based on Users, Based on some external types, etc. May be I need to learn some sort of AJAX before doing the experiment with Calender control.
Before that, Is there any free tools available? So I can plug-in that directly with little modification or configuration?
Thanks in advance :)
Use DayPilot Lite. DayPilot Lite is an open-source version of DayPilot. It is helping thousands of users to build calendar, personal scheduling, and resource booking applications.

how a group of programmer work together on a server? [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 a student and I'm currently doing senior project. I'm required to work on the application control or application platform to let a group of programmer work together on a server with the security. I would like to know how a group of programmer work together on a server and how to work using visual studio 2010 on a server.
Thanks
First of all you have to use a version control system for your code such as SVN, which is one of the most popular.
There are also some other popular systems like GIT. You should try them both and see what fit your needs.
You'll probably want to create user accounts for each programmer on the server and allow them ssh access. Look into git for project version control.
i recommed your download here !

Flex Mobile on Android: captive runtime yes or no? [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 have to make the desicion if I pack my app with or without the captive runtime. Without it the app would only be 1 mb, but the user has to download some extra software and probably don't know why. With captive runtime the app would be 10 mb what could put people off downloading. Can anyone come up with better arguments for any of these options?
Usability over "high" download volume. 10MB really isn't that much and if the mobile connection is too slow, users can always go back to a wireless connection to get your app.
I'd much rather wait (or connect to a different network) a couple of minutes than to hassle with installing extra software to run the app, not speaking about the extra time it would take me to install that software (which would most likely take longer than the time to download 10MB).

drupal file sharing [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 finding a drupal module to enable file sharing between users, somebody know someone???
I've been investigating the same thing, and there are a number of options, based on your requirements:
You can use node attachments, as described above.
You can use the FileField module, which would give finer grain permissions.
You can use the WebFM module for a more file-system oriented approach.
Or, you can go whole-hog to a document management system and integrate KnowledgeTree or Alfresco.
I think I'm leaning toward FileField for simplicity, although I've thought hard about going full DMS.
You'll want to have a look at the /admin/settings/file-system page and then enable the Upload core module (/admin/build/modules) I assume, otherwise, you'll need to clarify your question.
Drupal is not the application for p2p sharing.

Resources