integration

Cognos 8 API Integration with asp.net

Guys, I wanted to integrate cognos 8 and fetch the reports in excel/xml/csv format from cognos server. I don't have much knowledge about cognos, so can you provide me some pointers to start this process. Right now, i'm accessing the Cognos 8 server using IBM's sandbox server, is it possible to use this server as a testing interface? can...

Fastest(performance-wise) way to share data(not objects) between .Net & Java

I know of at least one post which has same words like this. But this is not exactly same as that post. I'm trying to work a way to "share" data between a .NET and Java application. I'm not concerned about objects, but just plain strings if u like. I have a .NET application capturing real-time data and a Java application which has capab...

Tool JitterBit Integration

pls tell me abotu how to use jitterbit tool ...

DotnetNuke Module Integration

I have created a DNN module for a Poll. This module is created as a Project within my DNN project solution . I would like to integrate this module into the DNN website.Is there any chance of doing this? I already change the users controls to inherit PortalModuleBase withing my Poll project. I went through this tutorial http://www.adefw...

Why dont i get the Controls in my youTube player

I've made some integration with the youTube API, and embedded a player with swf object - But im not getting the controls like play, rewind, forward, fullscreen, volume and stuff in my player... Look at the big player: www.tvskive.dk, there isn't any controls Any idea to whats wrong? ...

Running a Django test server under twisted web

As I'm writing an application which uses twisted web for serving async requests and Django for normal content delivery, I thought it would have been nice to have both run under the same twisted reactor through the WSGI interface of Django. I also wanted to test my app using the nice test server facility that Django offers. At first I si...

About best practices of JMS integration using TIBCO .Net client

I'm working on an integration project where I'm talking to JMS framework using TIBCO .Net client. A colleague is recommdending a design decision based on a fear of receiving too many messages suddenly in a way that our application can't handle it. We are using Asynchronous mode while receiving messages. I'm new to that topic so I couldn'...

how to integrate a flex application into a rails environment

Hi everybody, I have a webpage based on ruby on rails. For one task I need some more complex user interface which I plan to do with a flex programm. The question is, how I can start the a new window with my flex programm and hand over the right url where the flex app can load its data in XML format... Thanks in advance Markus ...

Integrating Magento with SAP ECC 6.0 Backend

I'm a freshly graduated (read: inexperienced) developer who's been tasked with determining the feasibility of integrating Magento with an SAP-based backend. No developer at our company has any experience working with either SAP or Magento, so I was hoping that the Stack Overflow community may be able to point me in the right direction wi...

Integrating Python or Perl with PHP

I'm going to help my friend in a improve of his phpBB board, but I want to make somethings there in Python or Perl. But it's possible to integrate these languages with PHP? ...

Is Authentication between a PHP section and a Rails Section of a website possible?

The site is currently written in PHP. I want to add a new component by doing it in Ruby on Rail and then installing Rails in a sub-folder. If a user logs in the PHP portion of the website, can I customize the content for him/her in the Rails section without requiring a second login? I'm relatively new to Ruby on Rails so that's why I'm...

Undocumented UPS API question

At work, I'm working on including UPS integration for our product's shopping cart. I'm currently using the documented API, which supplies WSDLs. To use this API, you need a username, password and API key (our customers who use the cart for their business will have to provide this information). There is another (undocumented) API for cal...

Strange Behavior of AS2 swf breaking when loaded into AS3 swf can any one explain as to why this is?

The ide i am using is flash cs3. the as2 swf contains a tween code using mx transitions. when i remove this tween code and hard code it on the enterframe there seems to be no problem. afaik avm2 should fully supports the as2 and as1 code. so i am unable to understand why this disparity when coding a simple tween in as2 swf. i had made a ...

Is is possible to host Silverlight widgets from a WPF app?

If I wanted to create some Silverlight widgets and host them within WPF is this possible? I've searched for examples & found a few concepts online but no approaches that actually panned out / work / and a bunch of dead links. Has anyone successfully done this or any ideas for how to do this? Any help is appreciated. ...

Which one of C# and Java is more easy and fast when interfacing with Statistics/Simulation Softwares?

First, I know almost nothing about the interfacing of this type and this is the first time, I'm trying it out. I am looking to use one of the Statistics/Simulation software either Maple or Mathematica or R for calculations and use C#/Java to handle other areas like persistence and data collection and so on. Can you tell me which one of ...

HelpSpot to Fogbugz to HelpSpot integration

Does anyone have a nice example of integration between HelpSpot and Fogbugz? We're using HelpSpot as our customer facing software and ticket management, and then if a developer needs to work on a ticket the data will be pushed to Fogbugz. Obviously we can use the Fogbugz push API that Userscape provides, but this only allows you to spe...

Embeddable forum software

I am in the planning stages of a specific subject matter community web site, and one feature I feel is required is that of member discussions. However, not in a typical forum style. For example, I don't want the members to have to navigate away from their own "user space" in order to discuss a topic. I think it is best described with an...

.NET application design with multiple line-of-business databases

Core company data is held and managed in physically separate, third-party, line-of-business applications: Finance, Transport Management. Customers are created in the Finance app (SQL Server), delivery information is held in the Transport Management app (Oracle). Communication between the two is point-to-point. We need to build a new app...

Hudson Continuous Integration. Copy contents of a folder to another folder (website)

Im trying out the Hudson Continuous Integration. After the build is executed i want to copy the content of the ReleaseBuild to another website on the server. This should be possible i guess but i cant seem figure it out. I know this can be done in nAnt and msbuild but i need to make Hudson do it, eg plugin or something. Anyone? ...

Integrating REST Web Services Provision with Main Application

I have a Rails web application that also exposes a few RESTful web services. The main application is secured and obviously uses its own security mechanism whereas the web services would be best authenticated with HTTP authentication. To be very DRY, the controllers behind the web services are shared by the controllers in the main applic...