The process of linking together different computing systems and software applications physically or functionally, to act as a coordinated whole.

learn more… | top users | synonyms

1
vote
2answers
71 views

Is it possible in Perforce to add a missing integrate record?

Recently I submitted a file to Perforce as “add” (a new file). Then I submitted several more changes to it. Now I realize that the original “add” should have been an “integrate” because the file is ...
1
vote
3answers
78 views

Passing output from C++ to PHP

I am creating a PHP file to pass values to a c++ .exe which will then calculate an output and return that output. However, I cannot seem to get the output from the .exe back into the PHP file. PHP ...
0
votes
0answers
195 views

Spring Integration message-driven-channel-adapter Error with concurrent consumers

I use message-driven-channel-adapter of spring-integration to retrieve messages from a queue. The configuration that i use is: <bean name="inQueue" ...
0
votes
1answer
55 views

Matlab: Using Ode23 on a continuous input span

I'm trying to figure out how to use ode23 for this. I have a function: function res = HardyWeinberg(inAFrequency, inFitness_AA, inFitness_Aa, inFitness_aa) fA = inAFrequency; wAA = ...
0
votes
0answers
74 views

Retrieving XML feed of Google Calendar and integrating with android Calendar

I am developing a server and android client based application where i want to integrate the Google calendar events to the built in android calendar via my application. I got rough idea of fetching the ...
0
votes
0answers
46 views

jcaptcha in spring 3

I used spring 2.5 to implement jcaptcha.Its working fine. When I try using Spring 3, i get namespace exception.I use jcaptcha-all-1.0-RC6.jar for captcha generation. I implemented jcaptcha in spring 3 ...
0
votes
4answers
746 views

Facebook integration in android?

Hi Am trying to Integrate Facebook in my application so for that i was guided from Integration guide But i got error in step 3,When am importing,console showing some errors like [2013-03-08 10:16:07 ...
0
votes
2answers
46 views

using quad to integrate function with respect to just one variable

is there any way i can integrate function of two variable, say f=@(x) x^2 + x*y over just x tried quad(f, a, b) but doesn't work, looking for alternative solution
0
votes
1answer
149 views

Express.js middleware integration testing

I am writing some middleware for express.js 2.5.8. The intention is to amend the request object with additional attributes based on the session. I have unit tested the middleware function. Now, I ...
1
vote
1answer
79 views

Maple fails for definite integral with integer parameters

In maple I compute the (very simple) definite integral of the product of two cosine functions: restart; f := n -> (x -> cos(n*x)): assume(n1::integer); assume(n2::integer); ...
0
votes
0answers
146 views

Flexpaper plugin integration

One of my client purchased the Flexpaper with plugins - Slider, Watermark and Annotation. We successively installed the plugins in our server, but our requirement is to integrate all the 3 plugins in ...
-5
votes
1answer
48 views

How can I integrate my site with a CMS? [closed]

I have two sites http://www.2Review.net and http://www.mkiq.net that utilise the same custom built PHP framework. I want to understand if we should try and integrate these into a CMS to improve the ...
0
votes
2answers
45 views

Can Endeca Integrator Studio export a script to perform ETL on a RHEL server without a GUI?

We are using a Java Endeca API to perform ETL on various datasources on our production servers. It appears that Oracle Endeca Integrator Studio (Clover ETL) has the ability to perform many of these ...
3
votes
0answers
179 views

Microsoft Git Provider and Visual Studio 2012 failed to start the configured compare tool

I'm working with most recent Visual Studio 2012 Update 2 and I have installed official Microsoft's Git support. But when I try to diff modified file studio screams: Failed to start the configured ...
0
votes
3answers
134 views

Upload file to Alfresco in ProcessMaker

I am trying out a mashup of Alfresco and ProcessMaker. I intend to use Alfresco's document management capabilities over ProcessMaker. Here is the scenario: A user fills up a form in ProcessMaker and ...
0
votes
1answer
62 views

Quickbooks Sync Manager - REST service into data

We are using the Quickbooks Sync Manager to get our data onto the internet. We don't want to use the Web Connector anymore because we have been having issues with it and the applications running ...
-1
votes
2answers
468 views

PHP File manager for custom integration

Which PHP file manager (open source, if possible) enable the developer to integrate it in your own PHP System (custom control panel, CMS, etc)? Edit: I am not asking for which is the best neither for ...
0
votes
0answers
51 views

Paypal Payments Pro Android integration

I want to integrate PayPal Payments Pro in an Android tablet application developed in java. When we open PayPal checkout Pages it will open in a separate browser. I searched ways but I got the PayPal ...
0
votes
2answers
58 views

pdi spoon ms-access concat

Suppose I have this table named table1: | f1| f2 | -------------- | 1 | str1 | | 1 | str2 | | 2 | str3 | | 3 | str4 | | 3 | str5 | I wanted to do something like: Select f1, group_concat(f2) ...
0
votes
0answers
84 views

Not able to integrate jQuery Fileuploader Plugin of pixelcone.com

I tried emailing original author but the email address is bouncing back. Here is my problem: I am trying to integrate a jQuery based file uploaded plugin in the Product Detail page ...
0
votes
1answer
25 views

Looking for a Standard Data Interchange Format

We are going to be moving some data around that will have some standard fields as well as some key value pairs which will vary between data items. Obviously we could code something in JSON or XML to ...
0
votes
0answers
39 views

is it feasible to use nhibernate sharding on geographically distant databases?

I need to store data in different geographically distant data bases due to regulatory requirements. Using NHibernate Sharding looks like a solution that can do the job for me. How ever i am concerned ...
0
votes
0answers
158 views

integrating paypal with magento through ebs payment gateway

I need ur help with this i am trying to integrate paypal with my ecommerce website magento platform and i am using the payment gateway EBS which is also the channel partner of paypal in inida, ...
0
votes
1answer
61 views

Integration multi-threading test to stress test a server

I'm new to the world of C# threads and want to stress test a particular server method. I'd like to somehow capture the time taken to run the process and return it in some way. Or, if the server ...
1
vote
1answer
167 views

How to integrate GraphView into my project?

So I was looking for a graph solution for my app and I stumbled on GraphView. I was looking around on the github and in the source files and I can't seem to find an integration guide. Maybe it's ...
0
votes
1answer
255 views

Twitter and google+ Social Integration

Can anyone suggest me good tutorial of how to build twitter and google+ integration. When registering , I wanted to ask the user if they want to register with facebook,twitter or google+. And if they ...
2
votes
2answers
105 views

What can I do to target API in .NET 1.1 from .NET 4.0 (VS2010) project?

I developed programs in C# .NET 4.0 using 3d-party libraries in .NET 4.0 and now I was asked to target a 3d-party program that has API only in .NET 1.1 I overlooked some previous discussions ...
0
votes
3answers
143 views

Programmatically fetch all data from multiple cloud apps like salesforce, sap and oracle using soap based web services

I need to programmatically fetch almost all data from multiple applications like salesforce, sap and oracle., Most of these applications provide soap based APIs via web services. I wrote a bit of ...
0
votes
1answer
59 views

AD Integration with Jira, Stash and Bamboo

I wanna use Microsoft AD for my users to authenticate in the Atlassian products. What is the best way? Option 1: Jira -> AD Stash -> AD Bamboo -> AD Can I centralize the access to AD? ...
1
vote
3answers
119 views

User stories for integration in Scrum

I am working on a project that has very complex integration needs, specifically with receiving and sending EDI data and all the "fun" stuff that happens in between. I can definitely focus efforts ...
-2
votes
1answer
53 views

jQuery html 5 integration [closed]

We are a humanitarian organization building wordpress site and we would need to integrate a certian gallery into our web site and we need help please. Gallery plugin: jQuery html slideshow 5 files ...
0
votes
0answers
43 views

Strange behavior from Evaluate[] in Mathematica

So I'm using Mathematica to numerically solve a series of coupled ODEs to get some parameters along a curve. NDSolve outputs InterpolationFunctions, which plot just fine and yield the correct solution ...
0
votes
1answer
81 views

Complex integration in Maple

The following code takes forever to compute in Maple. Basically, I'm trying to find the mean-square-modulus of a complex-valued function on a circle centered at the origin. How should the code be ...
0
votes
1answer
20 views

Integration Testing on Rails 2.1

At my work we are currently on Rails 2.1 and we need to do more integration testing. Our problem is that the Cucumber version which works with our rails version does not test the javascript on the ...
0
votes
2answers
77 views

Interview - Intergrating c++ libraries with iOS app

I was asked this about a month back. It is not exactly my line of work, yet I'm curious. They basically had some music libraries in C and wanted to make them available for ios code. If I have some ...
-1
votes
1answer
100 views

Integration SoundCloud to Stream iOS [closed]

I'm trying to integrate SoundCloud API to my app, but I've some problems I'm using this tutorial: http://developers.soundcloud.com/docs/api/ios-quickstart# However when I finish it the files are not ...
0
votes
1answer
146 views

Integrate an existing Symfony2 application with Drupal 7?

The future development of my symfony2 project ( which is actually more or less a static website with an authentification system ) would be to provide authentified users a CMS to easily edit text and ...
-2
votes
1answer
59 views

Business Rules Dirven, multi-tenant Integration layer based on ESB [closed]

We are thinking about an integration layer (not from scratch) solution based on some ESB. Requirements are very much abstract for the time being, but can be listed as follows: The integration layer ...
0
votes
0answers
37 views

Which (OS) data integration software for a small business with Online Store/CRM/…?

we use several open source software like Magento, VtigerCRM and want to start with PHPList and later on an ERP system as well. For that use (and several tweaks in processes) I'd like to use an open ...
9
votes
1answer
394 views

Integrating SmartGWT Layout in Vaadin 7

I want to use a SmartGWT Layout in Vaadin 7. I searched it everywhere; But, couldn't get the correct tutorial or any source code. Can anyone help me in this? And, I tried in SmartGWT. I created a ...
2
votes
3answers
138 views

Integrating Calendar in Android application

I'm developing an Android application which requires a reminder similar to Google Calendar. The user should be able to insert new event. Since I think is too complex write the interface from scratch, ...
0
votes
3answers
331 views

Jenkins + selenium tests with failsafe plugin

I have a Jenkins platform which calls maven to make unit tests (with surefire plugin) and integration tests (with failsafe plugin). When there is an error in the integration tests, Jenkins considers ...
0
votes
0answers
9 views

Amazon eCommerce integrate or transfer my site

Please advice me that i want to transfer my web store or template into amazon web store .. I have completed home page integration but not displaying header and footer. Please advice me....
0
votes
0answers
15 views

How to integrate web store in amazon web store

I want to integrate my own created template or theme in amazon web store, I have done the home page integration but i am not able to do integrate of inner pages its too difficult. Please help me or ...
0
votes
0answers
25 views

Sping integration channel message count

I have 2 questions. Here they are: 1)Is there any way to determine the number of messages waiting to be processed in a spring integration channel? While the number of customers keep increasing along ...
0
votes
0answers
83 views

Dial-up Credit Card Terminal Integration

PCI compliance is a rocky road. Perhaps fusing new-with-old technology is an alternative. Is it possible and feasible to establish two-way communication with a dial-up credit card terminal through ...
0
votes
0answers
386 views

Facebook android sdk's Session.requestNewPublishPermissions gives an exception

I'm integrating facebook into my android application, when user has logged in for first time, I'm requesting publish_actions permissions using my requestFacebookPermissions(session) method. but ...
0
votes
0answers
29 views

Difference between FB scrumptious and other way?

I am integrating facebook in my app. I am confused that which method should I select Scrumptious or the other one here to implement Facebook Login, Fetching User data (friends and selecting multiple ...
1
vote
0answers
37 views

Integrating BuildBot into JIRA

We have a BuildBot setup for our continuous build. Additionally, we happen to use JIRA for all our bug-tracking and task needs. What I was trying to accomplish (and have found little to no ...
1
vote
2answers
272 views

TFS - Integration platform. Migrating system.created and changed date to custom fields

We are trying to import work items from TFS 2010 to 2012. we defined 2 custom fields called "Legacy Created Date" and "Legacy Changed Date" in our fields for all the work item types. The reason why we ...

1 2 3 4 5 35