The process of linking together different computing systems and software applications physically or functionally, to act as a coordinated whole.
0
votes
1answer
38 views
Automated testing to check the value in a table cell - Django.
My Django app is in need of some automated testing.
Many of the views produce tabular data (from a generic list view). I have created fixtures to test some of the more complex cases that have been ...
0
votes
1answer
62 views
Double side integration of Drupal 7x And Moodle 2X?
Hello guys Is there possible to Integrate Drupal 7X and Moodle 2x from both side
like. User create in drupal its also login with same name in moodle and user create in moodle its also login with the ...
0
votes
1answer
83 views
How can Java code integrate with an existing Enterprise Service Bus? [closed]
I have an existing piece of Java software and I am being asked if it can integrate with an Enterprise Service bus. The Java software can (or can be easily modified to) call web services, send emails, ...
1
vote
3answers
231 views
Complex integration over a contour
I know this is not exactly a programming question, but I've been trying to coax Matlab and Mathematica into solving this for me. This is a question on a practice exam for a class in Complex ...
0
votes
0answers
34 views
Grails 1.3.3 Integration Testing Checking Flash Messages
I'm writing integration test cases for a method in my controller:
class ClayAppController {
def summary = {
def clayAppInstance = ClayApp.get(params.id)
if (!clayAppInstance) {
...
0
votes
0answers
20 views
Integration of Drupal7x and moodle2X?
Hello guys I have done my integration on drupal7x and moodle2x its integrated successfully. I Create user on Drupal and login on drupal its also login on moodle with the same user like.
Drupal ...
0
votes
1answer
527 views
integrating Spring 3 and Tiles 3 - NoClassDefFoundError
I'm developing a project in NetBeans 7.2.1. I have downloaded newest version 3.2.1 of Spring and newset verion 3.0.1 of Apache Tiles, since I want to template my views with something better than JSP ...
1
vote
0answers
173 views
CKeditor Colorbox Integration
I want to use colorbox inline image, which can be done using http://website-design.operationenterprise.com/articles/website-development/colorbox-ckeditor-drupal-7, but I want to automate the the ...
-1
votes
1answer
80 views
First Box.com integration. How do I query for a list of folders?
I have the oAuth stuff working as expected. No challenges there. I now need to use the access token to do something. Nothing I have tried works. I'm sure it's very simple, but I am not sure how to ...
0
votes
1answer
76 views
Openfire Custom DB inegration fails after upgrade
I was using custom Authentication, users and groups integration on Openfire 3.7.1. After upgrade to 3.8.0, the custom integrations are not working. Because one of the users from custom DB was the ...
1
vote
0answers
73 views
PayPal shop within Facebook iFrame
As with all projects the goalposts have moved and I need some help with the easiest/quickest solution to implement.
Initially, I just needed to build a product catalogue site. Now, I need to include ...
0
votes
1answer
174 views
How to call method in java from c# code?
I have written a method in android(java) i.e. is used to upload image to the server. I want this method to be called from c# code. How to go about i have no idea, the java code follows below?
...
1
vote
1answer
246 views
How to call heroku java app from salesforce.com?
I am fairly new to integration, but I have decent development experience in salesforce. I have a requirement to generate power point presentation in salesforce, but currently there seems to be no way ...
-5
votes
1answer
145 views
Integration Program C++ [closed]
I'm working on an integration program that lets the user choose between 5 functions and then will either calculate the [right] rectangle sum, trapezoid sum, or both. What should my functions ...
0
votes
0answers
134 views
Native OS Twitter integration in Android?
I'm integrating Twitter into my Android app. Currently, I'm using the twitter4j library and everything works ok. Authentication is done through OAuth using the browser, but that is fine with me (I ...
0
votes
0answers
163 views
Integrating ckeditor with ckfinder in asp.net
I started working on CKEditor and CKFinder since a day. I would need your expertise in fixing the issue I am facing.
Scenario: I need to integrate CKEditor 4.0 with CKFinder. CKEditor should be set to ...
2
votes
1answer
45 views
Are there any IntelliJ features to map values between two similar objects?
I've been doing a lot of integration towards SOAP services lately. Say I get this object from the SOAP service:
public class ObjectA{
private String someString;
private Integer someInteger;
}
...
0
votes
0answers
130 views
Want opinions on the usefulness of Tomcat / Websockets integration
A year or so after creating my own websocket server, I wrote a blog article expressing my thoughts on Websocket / Tomcat server integration. (WebSockets with Apache Tomcat and HLL) I lean heavily ...
1
vote
3answers
56 views
Integration testing of func in OSGI container
I'm using FuseESB to run my app, which is essensially OSGI container (Felix), i'd like to figure approach to test my OSGI services in integration mode (including outer dependencies like DB, outer ...
0
votes
1answer
165 views
Jenkins-Testlink integration - HTTP server returned unexpected status: Found
I’m trying to connect Jenkins (1.482) with TestLink (1.9.4) thru Jenkins configuration in order to retrieve tests, but while running the job in Jenkins I get the below error in the console log.
...
0
votes
1answer
97 views
Loop and function in Integration Program (C++) [closed]
I'm working on an integration program using [right] rectangle sums. I am using the beginning bound as a=1, using 'n' as the # of rectangles, and 'inc' as the increment that increases z. Here is the ...
0
votes
1answer
44 views
What is the version of Apache Camel used in Akka 2.1?
I am looking at using Akka camel in a mission critical app.
what is the version of Apache Camel used in current Akka 2.1?
How can I used the latest Apache Camel in Akka?
0
votes
0answers
74 views
Reporting Junit TestResult's
As part of my integration testing, I generate a load of TestCases and add them to a master suite. The results of these tests however are put into a TestResult object.
I'm used to seeing JUnit test ...
0
votes
0answers
33 views
XML feed integration with own content stored in database
In my site, the main page contains 17 links and if we go for each link it shows a page with no of titles and descriptions. They are only static contents.
And the client gives a word file that ...
1
vote
1answer
285 views
Double integration over a polygon in Matlab
I am given a function @f(x,y) and I want to evaluate the integral of this function over a certain convex polygon in MATLAB. The polygon is not necessarily a rectangle and that's why I can't use ...
2
votes
1answer
501 views
How to use monte carlo method in matlab?
I need to verify that pi = integral from 0 to 2 of(sqrt(4-x^2))dx using the monte carlo method and 10^7 random numbers. I am a little confused about how to implement this in matlab. Could someone help ...
2
votes
1answer
150 views
Matlab Integral with passing in a constant variable.
I have the following code, trying to integrate a function f with respect to the variable t, but needing to accept the parameter cfb (which has to be calculated beforehand). How do I pass in cfb via ...
1
vote
2answers
111 views
UserVoice integration in an Phonegap application
I have this iOS Phonegap application and I need to integrate UserVoice. I follow this tutorial and I have reached to the point I have to make the configuration. I am really not sure where I have to ...
0
votes
1answer
238 views
facebook registration form integration
I have mad a website and I wanted to include a Facebook registration form using Facebook Developers. I created an account and made an app. When I copy and paste the html for the registration form I ...
1
vote
0answers
70 views
PHP Paypal integration testing environment
I'm working on website integration with PayPal online payments. I did it before and i know it can be a cumbersome task, especially debugging and testing.
I'm developing on localhost (XAMPP, LAMPP) ...
0
votes
0answers
31 views
phpBB3 intergration problems
I do not know any much about phpbb but i did follow the phpbb3 sessions guide. I cant figure out how to integrate the sessions to a subdomain.
EXAMPLE
subdomain.domain.com
is the subdomain link
...
0
votes
0answers
68 views
Facebook Registration on Magento (Without extension)
This question have been asked many time but mine is a bit different.
I dont want to use any magento extension.
I want the method of using new facebook opengraph facebook registration method described ...
0
votes
1answer
84 views
how to customize paypal popup window css
i'm trying to customize paypal popup window css, but I don't know how to do it.
There are two things I want to change:
1) remove the underscore (e.g. item2. I found that paypal randomly add ...
0
votes
0answers
22 views
IApplicants wordpress integration
How can I integrate IApplicants into wordpress site?
IApplicants is a job portal system.
can anyone help me who did integrate iapplicants?
thanks.
0
votes
1answer
304 views
D3.js Directed Graph Django Integration
I have a simple Django application that queries a database and displays the fields of the objects returned. I was wondering what would be the best way to go about integrating this directed graph ...
0
votes
1answer
87 views
Quickbooks integration (intranet)
I need to integrate vTiger CRM with Quickbooks 2010. So it is PHP. QB server and Linux box running vTiger are sitting in the same office. I try to figure out if there is a way to make PHP talk ...
1
vote
1answer
60 views
Good Patterns for integrating modern Java systems with file systems
We have a system that is going to send our system a lot of file deliveries.
We would prefer to not build a layer on top of the files system that polls and triggers the corresponding process for that ...
3
votes
1answer
61 views
Is there any public documentation saying Facebook test users don't work with iOS 6 integration?
Facebook test users aren't supposed to be able to friend real people, and there are other major restrictions.
They're created by tying them to an original app, although they can later be associated ...
0
votes
2answers
187 views
Eclipse and Team City plugin
I am using Eclipse for Java developers and Team City for continuous integration and tortoiseSVN for my repository. I have installed all the necessary plugins but whenever I choose TeamCity->Remote run ...
0
votes
1answer
14 views
Integrating multiple user account tables
I have three websites: a.example.com, b.example.com, and c.net. Each was built a couple years after the other and all have their own users table.
I want to integrate these sites together so that I ...
0
votes
1answer
64 views
Java eclipse Team City integration
are you aware of any tutorials explaining how to set up a basic configuration for java eclipse and team city CI tool, I have searched the web but could not find a complete guide and I am completely ...
0
votes
0answers
53 views
Implement Flex Chart in JSP
I have a jsp which displays future sales chart along with other contents(button,textbox.etc) and this chart has been implemented using chartfx.
Now I have a requirement to implement this chart using ...
0
votes
1answer
220 views
“Bean named XXX must be of type[XXX], but was actually of type[XXX]”
when I integrate spring and mybatis, I encountered a error output, saying that:
Bean named 'sqlSessionFactory' must be of type [org.mybatis.spring.SqlSessionFactoryBean], but was actually of type ...
0
votes
1answer
134 views
Why won't Maple evaluate this integral?
restart;
assume(alph>0);
assume(alph,real);
f_exp:=exp(-alph*r^2);
ff_deriv:=simplify(r^2*f_exp^2);
ff:=simplify(int(ff_deriv,r=0..infinity));
It seems to understand what I'm trying to integrate ...
1
vote
1answer
146 views
Integration testing for JAX-WS (SOAP) web services
So, testing JAX-RS webs ervices with JBoss Seam/TestNG is simple.
All we have to do is check their example application "restbay" and follow the lead:
@Test
public void testRootResource() throws ...
-1
votes
1answer
39 views
How to integrate icontact with magento? [closed]
Is anybody help me to integrate magento with iContact API ?
-4
votes
2answers
91 views
PHP Fax Integration API [closed]
I want PHP integration code for FAX. Can anyone give me the solution for this? I tried with some of the website but i didnt get any solution.
0
votes
0answers
14 views
Is there any ways when IIS6 get crash an alert will come to mobile so that we can restart required pool
My company has an asp application (32 bit) running on one Win2003-64 bit/IIS6 webserver box which caters to our multiple client.
our application has common com component and dll being used by ...
0
votes
1answer
31 views
AD Integration with a 3rd Party Web App
I am currently working on a Third Party Web Application which is internally hosted. (We own the App Server and the DB )
We need the sign on or User Authentication to be integrated on to AD. Vendors ...
1
vote
1answer
110 views
Can someone point me the best way to integrate/connect sharepoint to TYPO3?
I'm currently working on a project requesting to integrate or connect Sharepoint to TYPO3.
Share point will somehow replace the fileadmin of TYPO3.
So what I mean by "integrate" or "connect" is the ...

