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
142
votes
5 answers

Microservices and database joins

For people that are splitting up monolithic applications into microservices how are you handling the connundrum of breaking apart the database. Typical applications that I've worked on do a lot of database integration for performance and simplicity…
Martin Bayly
  • 2,413
  • 3
  • 19
  • 19
121
votes
14 answers

Can git be integrated with Xcode?

Is there any way to use a git repository with the built in SCM functions of Xcode?
Gordon Wilson
  • 26,244
  • 11
  • 57
  • 60
118
votes
7 answers

Call Python function from JavaScript code

I'd like to call a Python function from JavaScript code, because there isn't an alternative in JavaScript for doing what I want. Is this possible? Could you adjust the below snippet to work? JavaScript code: var tag =…
xralf
  • 3,312
  • 45
  • 129
  • 200
111
votes
10 answers

How to insert table values from one database to another database?

I want a query to insert records from one table to another table in a different database if the destination table already exists, it should append the records at the end of the table.
naveenkumar
  • 1,143
  • 2
  • 8
  • 3
104
votes
12 answers

message driven vs. event driven approaches to application integration

I was wondering if there is a clear distinction between message driven and event driven environments when we refer to SOA or middleware and generally in cases of application and enterprise integration. I understand that a user interface resembles an…
denchr
  • 4,142
  • 13
  • 48
  • 51
77
votes
12 answers

Integrate Python And C++

I'm learning C++ because it's a very flexible language. But for internet things like Twitter, Facebook, Delicious and others, Python seems a much better solution. Is it possible to integrate C++ and Python in the same project?
Nathan Campos
  • 28,769
  • 59
  • 194
  • 300
57
votes
4 answers

Difference between message bus and message broker

what's the difference between a message bus[1] and a message broker[2] Both is middleware for applications Both can be used to decouple various systems Both can have a canonical data model Both route messages and could offer other features such as…
Zé Carlos
  • 3,627
  • 5
  • 43
  • 51
57
votes
12 answers

Java Python Integration

I have a Java app that needs to integrate with a 3rd party library. The library is written in Python, and I don't have any say over that. I'm trying to figure out the best way to integrate with it. I'm trying out JEPP (Java Embedded Python) - has…
Jeff Storey
  • 56,312
  • 72
  • 233
  • 406
55
votes
3 answers

Runge-Kutta (RK4) integration for game physics

Gaffer on Games has a great article about using RK4 integration for better game physics. The implementation is straightforward, but the math behind it confuses me. I understand derivatives and integrals on a conceptual level, but haven't manipulated…
Kai
  • 9,444
  • 6
  • 46
  • 61
52
votes
2 answers

When to use JMS and when to use REST?

Besides the asynchronous/synchronous nature of a particular problem and taking into account that MOMs (in this case having chosen JMS) offer additional features for free like load balancing and others, what else can one consider when choosing JMS…
jmdev
  • 729
  • 1
  • 6
  • 13
52
votes
4 answers

Spring JSF integration: how to inject a Spring component/service in JSF managed bean?

I understand that a managed bean works like a controller, because your only task is "link" the View Layer with Model. To use a bean as a managed bean I must declare @ManagedBeanannotation, doing that I can communicate JSF with bean directly. If I…
50
votes
3 answers

How do I use Browserify with external dependencies?

I am trying to slowly introduce Browserify into my site, but I don't want to rewrite all the js and I don't want duplicate instances of jquery and other libraries bundled with my Browserify build. If I build my module listing jquery as an external…
cobbdb
  • 623
  • 1
  • 5
  • 7
49
votes
7 answers

Best way to integrate Git with Ant?

I am looking for the best way to integrate Git with Ant. Is there a widely used Ant task for Git? Does anyone have any experience using Git through Ant (e.g. dedicated task, exec call, etc)?
Vince
  • 1,441
  • 1
  • 14
  • 19
48
votes
3 answers

How to get LinkedIn r_fullprofile access?

I am currently developing custom application(company specific) integrated with LinkedIn. I have received data with basic profile access to fetch and fill some fields on my application and now I need full profile permission. But as answered in this…
Ruwantha
  • 2,603
  • 5
  • 30
  • 44
46
votes
3 answers

Java and Clojure with Leiningen

Is it possible to easily manage and compile native Java classes alongside Clojure in a project using leiningen? I am working at a pretty low level (with netty nio) and thinking that some of the plumbing classes would actually be easier to handle as…
Toby Hede
  • 36,755
  • 28
  • 133
  • 162
1
2 3
99 100