Questions tagged [integration]

The process of linking together different computing systems and software applications physically or functionally, to act as a coordinated whole. For numerical integration problem, please use tag [numerical-integration].

Integration can also refer to the Integration function in Calculus.

Useful Links

Related Tags

5329 questions
18
votes
6 answers

How to integrate dialogflow with website?

I created Intents, entities so and so using 'Dialogflow chat-bot', Now,I'm trying to integrate dialogflow with my website(html), I followed the documented instructions from the dialogflow official website, still I'm confused , after enabling the…
dev_user
  • 417
  • 1
  • 3
  • 16
18
votes
5 answers

Is there any way to integrate OpenCV with PHP?

I am trying to develop an application with PHP. There are two possible ways this application will be developed. The first one is to try to do something like www.picnik.com, image processing directly on the browser. The other is to develop CBIR…
Gustavo
  • 181
  • 1
  • 1
  • 4
18
votes
2 answers

Example of integration Akka with existing java project

If I already have existing java web application that uses spring and servlet container. What is the proper way to integrate Akka in it? Like I'g going to have Actor1 and Actor2 that communicate with each other. What would be the entry point to…
ses
  • 13,174
  • 31
  • 123
  • 226
18
votes
1 answer

Using Maven to build c++ in eclipse

My Project consists of multiple Java-Projects, one Java-JNI-C++ Project as a Bridge and one pure C++ Project keeping an algorithm library. I managed to write Maven build configurations for all 3 project kinds. So when I'm calling them on the…
Lukas Lentner
  • 370
  • 3
  • 11
17
votes
2 answers

Making Rails tests aware of Rack middleware outside Rails's internal chain

Context: an application uses a piece of Rack middleware that must be setup in config.ru, rather than Rails's internal Middleware chain. This is for reasons not relevant to this question. Question: how do I make my tests (functional and integration)…
pablobm
  • 2,026
  • 2
  • 20
  • 30
17
votes
5 answers

Which Java MVC frameworks integrate easily with StringTemplate?

It's hard to see how StringTemplate integrates easily (or not) with popular Java web MVC frameworks. Which Java MVC frameworks integrate easily with StringTemplate? A good answer: mentions one solution to integrate with a framework, includes a link…
Daniel Jomphe
  • 16,991
  • 5
  • 29
  • 30
17
votes
5 answers

Using maven as build tool for Weblogic 10.3

I am trying to setup Weblogic Server 10.3 (and Portal etc.) to use maven as a build tool. I am trying to find a decent tutorial or documentation how to do this. There are some tutorials for older versions like 9.0, but there is little info for…
Juha Syrjälä
  • 33,425
  • 31
  • 131
  • 183
17
votes
2 answers

PKIX path building failed while making SSL connection

I'm integrating with a Merchant Account called CommWeb and I'm sending an SSL post to their URL (https://migs.mastercard.com.au/vpcdps). When I try to send the post, I get the following exception: sun.security.validator.ValidatorException: PKIX path…
Vivin Paliath
  • 94,126
  • 40
  • 223
  • 295
17
votes
4 answers

How to integrate Java with nodejs for handling CPU-heavy tasks?

I am trying to pick a right web technology both for I/O heavy and CPU heavy tasks. NodeJs is perfect for handling large load and it also can be scaled out. However, I am stuck with the cpu heavy part. Is it possible to integrate another technology…
gev
  • 215
  • 1
  • 2
  • 7
17
votes
7 answers

How to integrate Spring Security and GWT?

I'm trying to integrate Spring Security and GWT. I'm also using gwt-incubator-security. I configured everything as it was described on their wiki pages. I managed to get security working by using intercept-url, but I can't get it working using…
jb.
  • 797
  • 1
  • 7
  • 14
17
votes
2 answers

travis-ci script

I'm trying to setup phing to work with travis-ci, but I can't get it to run a setup script to get all the dependencies installed. My .travis.yml file is: language: php php: - 5.2 script: ./.travis-phing.sh In travis, I get the…
Genu
  • 1,094
  • 1
  • 9
  • 22
16
votes
4 answers

Is there any Gradle eclipse IDE integration?

i'm looking for an eclipse ide integration for gradle. I've installed the gradle editor from http://www.breskeby.com/downloads/gradle/eclipse/update/ But this is far away from what i expect from an ide integration. It provides only some syntax…
Cengiz
  • 5,375
  • 6
  • 52
  • 77
16
votes
5 answers

Integrating Fogbugz with TortoiseSVN with no URL/Subversion backend

I've got TotroiseSVN installed and have a majority of my repositories checking in and out from C:\subversion\ and a couple checking in and out from a network share (I forgot about this when I originally posted this question). This means that I don't…
cmcculloh
  • 47,596
  • 40
  • 105
  • 130
16
votes
0 answers

How to Integrate Facebook Connect with Android

How to integrate Facebook Connect and API with Android Application?
MAkS
  • 751
  • 3
  • 10
  • 19
16
votes
5 answers

Cairo and Qt integration

I want to use Cairo graphics library whith Qt, but I can't find any documenattion. I just want to make the GUI whith Qt and use Cairo for drawing graphics in a Qt window. Thanks.
Andrei
  • 4,289
  • 4
  • 25
  • 23