Tagged Questions

Integration generally means combining parts so that they work together or form a whole.

learn more… | top users | synonyms

102
votes
13answers
44k views

Can git be integrated with Xcode?

Is there any way to use a git repository with the built in SCM functions of Xcode?
22
votes
1answer
725 views

Qt Eclipse Integration and custom widget plugin

What is the correct procedure to compile a custom widget with the Eclipse Integration plugin, under Windows with MinGW? I tried the following steps, but I cannot see the widget in the Widget Bar. ...
17
votes
4answers
5k views

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 ...
16
votes
12answers
6k views

Is there a bug/issue tracking system which integrates with Mercurial?

I've used Trac/Subversion before and really like the integration. My current project is using Mercurial for distributed development and it'd be nice to be able to track issues/bugs and have this be ...
15
votes
1answer
1k views

Integration of Python console into a GUI C++ application

I'm going to add a python console widget (into a C++ GUI) below some other controls: Many classes are going to be exposed to the python code, including some access to GUI (maybe I'll consider PyQt). ...
14
votes
2answers
7k views

Blackberry - How to use notification icon in statusbar

In RIM Blackberry OS 4.6+ there is a new feature - ability to show notification icon in statusbar. Integrated application use it to give quick and informative information for user: Dealler - missed ...
14
votes
3answers
5k views

Can someone explain the perforce integration options?

Specifically: Why do I need to explicitly enable "Enable baseless merges" all the time? I am integrating from my branch to the trunk. What does "Enable integrate over deleted targets" mean? ...
13
votes
1answer
680 views

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 ...
13
votes
4answers
6k views

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)?
13
votes
7answers
667 views

Integrate StackOverflow into IDEs?

Okay, this is just a crazy idea I have. StackOverflow looks very structured and integrable into development applications. So would it be possible, even useful, to have a StackOverflow plugin for, say, ...
13
votes
8answers
11k views

Bug tracker setup with Git integration?

I know I can do most of this by hacking Trac and using Git hooks, but I was wondering if someone has / knows of something ready. Commenting on (and closing) tickets from commit messages would be ...
12
votes
6answers
738 views

Can someone explain an Enterprise Service Bus to me in non-buzzspeak?

Some of our partners are telling us that our software needs to interact with an Enterprise Service Bus. After researching this a bit, my instinct is to say that this is just buzz speak for saying ...
11
votes
0answers
812 views

Doctrine 2 integration problems [closed]

The issue: I'm developing my project using MVC pattern. In order to build model I decided to use Doctrine 2 RC2. For implement View and Controller I want to use Zend Framework 1.11. While I've ...
11
votes
3answers
2k views

How to integrate FxCop and VS 2008?

If this is duplicated question, please point me to the proper link and I'll delete this question. I know that in VS Team System I can use Code Analysis but I'm using VS Professional. Can you tell me ...
10
votes
5answers
7k views

VS2010 Integration with Subversion

I might be in the minority, but I really dislike how the Subversion client integrates into the Windows shell. Is there a Subversion client that simply integrates into VS2010 and that's all and ...
10
votes
5answers
3k views

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 ...
10
votes
7answers
1k views

Users of Gallio, what Advantages and Disadvantages have you experienced using this Tool?

For those of you familiar with Gallio, what Advantages and Disadvantages have you experienced using this tool, a so-called Test Automation Platform?
10
votes
7answers
3k views

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 ...
9
votes
4answers
3k views

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 ...
9
votes
7answers
2k views

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. ...
8
votes
1answer
157 views

Delphi SVN integration that works with SVN 1.7?

I've just upgraded my SVN repository from 1.6 to 1.7. A major change to the repository format in 1.7 is that the ".svn" folders are no longer stored in each subdirectory; only in the root folder of ...
8
votes
1answer
194 views

Trying to connect to MQ using PHP; almost there

So I've spent the past few days trying to solve this that seems to have been forgotten since none of the two PECL extensions available (SAM and mqseries) have been updated for a long time. I've tried ...
8
votes
6answers
1k views

How to integrate Wordpress into Kohana 3

I now need to make a Kohana 3 site have a Wordpress blog. I've seen Kerkness' Kohana For Wordpress, but it seems to be the opposite of what I want. Here are the options I have thought of Style a ...
8
votes
5answers
1k views

How to read using C++ (C#) sound stream sent by flash?

I need to read sound stream sent by flash audio in my C++ application (C++ is not a real limitation, it may be C# or any other desktop language). Now flash app sends audio to another flash app but I ...
8
votes
16answers
2k views

SQL code inside Java classes

Our current project does not use Hibernate (for various reasons) and we are using Spring's SimpleJdbc support to perform all our DB operations. We have a utility class that abstracts all CRUD ...
8
votes
11answers
2k views

What is the best Version Control for Visual Studio 2008 SP1?

I plan on starting a small team for programming and would like to see what experts think about the best Source Control and Integration with Visual Studio (most current version) is. We have VS Pro 3.5 ...
8
votes
3answers
7k views

PHP + Quickbook Online Edition (API Integration)?

Is it possible to integrate my PHP web-based ecommerce application with Quickbook Online Edition? When I make a sale on my web site, I would like to be able to make the corresponding journal entry in ...
8
votes
8answers
759 views

Integrating AJAX and PHP

I've been writing PHP web applications for some time, and have come across very nice Javascript frameworks, such as JQuery, ExtJS, Scriptaculous, etc. I can't say the same about the PHP side - I ...
8
votes
5answers
8k views

Calling .NET assembly from Java: JVM crashes

I have a third party .NET Assembly and a large Java application. I need to call mothods provided by the .NET class library from the Java application. The assembly is not COM-enabled. I have searched ...
7
votes
4answers
584 views

Integrate a Zend application into Drupal 6 / 7

Given a "nacked" Zend application - is it possible to use the Drupal based layout and navigation? What is the best way to integrate a Zend application into Drupal 6 / Drupal 7? For Example: User ...
7
votes
3answers
646 views

Combine classic ASP.NET and ASP.NET MVC within one web application

We currently have a classic ASP.NET web application which serves as our API. It basically has a bunch of ASMX Web Services, but these are really cumbersome to work with from JavaScript. What I want is ...
7
votes
8answers
3k views

What exactly is Microsoft Expression Studio and how does it integrate with Visual Studio?

My university is part of MSDNAA, so I downloaded it a while back, but I just got around to installing it. I guess part of it replaces FrontPage for web editing, and there appears to be a video editor ...
6
votes
2answers
143 views

Integration in Mathematica

I would like to get a different solution to a problem I have solved "symbolically" and through a little simulation. Now, I would like to know how could I have got the integration directly using ...
6
votes
1answer
510 views

Cocoa: integrate NSApplication into an existing c++ mainloop

I know, that I am not the first one to try to use Cocoa on OSX together with an existing c/c++ mainloop, but I am not really liking the solutions I came across so far so I came up with a different ...
6
votes
2answers
382 views

how to sign out in LinkedIn using authrequest using android?

i developed one app integrated with linkedIn..! i do SignIn authentication in linkedIn using OAuth Service to post the Network Update..but now how to sign out (de-authenticate) to the LinkedIn ...
6
votes
5answers
555 views

Eclipse: how to keep project source files and ant build.xml seperate from eclipse workspace?

I'm trying to re-familiarize my self with the Eclipse environment and ant integration. Question is: how to keep my sources dir + build.xml separate from the workspace? What I have is a small java ...
6
votes
2answers
402 views

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: ...
6
votes
3answers
120 views

Compiler with built-in AV = No virus development?

Is it possible to produce compilers that heuristically check for malware behaviour? If it is possible why has not it been implemented? Wouldn't that strongly help preventing the production of such ...
6
votes
1answer
697 views

ASP.NET/Paypal: PayPal Integration Wizard?

I'm currently trying my luck to integrate PayPal in ASP.NET (I'm just starting to know more about PayPal, okay?) PayPal Integration Wizard. Hmmm. Does this even work? What are your ...
6
votes
3answers
14k views

How to Integrate Facebook Connect with Android

How to integrate Facebook Connect and API with Android Application?
6
votes
6answers
3k views

What is the best Java based ESB Solution available?

I know there are similar questions on this topic, but none of them answers my particular questions correctly. We are in the phase of choosing a new ESB provider for our enterprise, our main purpose ...
6
votes
3answers
453 views

Does Model-View-Controller Play Nicely with Artificial Intelligence and Behavior Trees?

I come from an MVC background (Flex and Rails) and love the ideas of code separation, reusability, encapsulation, etc. It makes it easy to build things quickly and reuse components in other projects. ...
6
votes
3answers
1k views

Integrating my website with BlogEngine.Net

I am developing a site (ASP.Net based) that, besides other features enables the users to blog as well. I am thinking of integrating BlogEngine.Net to my portal. From whatever little I have analyzed, ...
6
votes
5answers
323 views

Help me explain the benefits of XML and other markup languages

I am trying to convince some senior people at my company of the advantages of transmitting data in a structured format between two of our systems. Currently one system outputs flat text files and ...
6
votes
4answers
2k views

How can we work with VB6 dll called from a multithreaded c# windows service application?

I'm running a multithreaded windows service that need to call a VB6 dll. There's no documentation about this VB6 dll and this legacy system supports a very critical business process. At first time ...
6
votes
1answer
638 views

ERPConnect for SAP R/3 RFCs - is it any good?

We are considering whether we should propose using Theobald Software's ERPConnector tool to give our .NET code a way of talking to SAP RFC. Has anyone got any experience using these together?
6
votes
3answers
14k views

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 ...
6
votes
12answers
13k views

What is the best Forum software to Integrate with a Wordpress blog?

If you wanted to add a user forum to your software site, and make it look and work like your WordPress blog, what forum software would you choose? Apparently bbPress has the same origins as ...
6
votes
7answers
9k views

How does the DropBox Mac client work?

I've been looking at the DropBox Mac client and I'm currently researching implementing a similar interface for a different service. How exactly do they interface with finder like this? I highly ...
5
votes
5answers
78 views

Why is jQuery not integrated within the browser

Why isn't jQuery intergrated into browsers, so there would be no need to have to reference it on your site, and instead, the browser just notices the jQuery used, and everything works fine. Even ...

1 2 3 4 5 21