integration

Which pentaho mondrian library to include in a Java application to have mapping MDX to SQL

I want to implement an application that provides support for MDX queries. For this purpose I would like to use one of libraries from pentaho mondrian (an open source OLTP server with the MDX interface) that transforms MDX queries into SQL of underlining database (based on a xml description), unfortunately I can not find any information w...

Importance sampling in monte carlo method (in C)

Hiya, Ive written a code which successfully approximation one, two and three dimensional integrals using a 'crude' Monte-Carlo sampling technique. I would now like to improve this by using 'importance sampling', as apparently this can reduce variance. I have read a few web pages about this but none seem particularly clear. How would I ...

Visual Basic or VBScript as Java Scripting Engine

Hi all, I consider implementing a ScriptingEngine à la JSR223 for Visual Basic or VBScript (because I don't know any implementation, except the abandoned BSF engine from IBM). I know it will take me some native programming, but I don't know where to start. One idea would be to integrate windows scripting host into java, maybe by using ...

problem in mail sending

I m sending mails through openinviter. Receiver gets two mails at a time. both mails are same. how can i solve it ...

PHP MySQL Website to External SQL System Integration

Hello, I am after opinions from some expert web developers as to the best solution to my problem. THE SETUP In my job, I look after an online shop, which is based upon osCommerce, with many additional features and tweaks. This is on Linux shared hosting and uses PHP and MySQL as its main technologies. We are going through the process...

What is the best way to integrate Solr as an index with Oracle as a storage DB?

I have an Oracle database with all the "data", and a Solr index where all this data is indexed. Ideally, I want to be able to run queries like this: select * from data_table where id in ([solr query results for 'search string']); However, one key issue arises: Oracle WILL NOT allow more than 1000 items in the array of items in the "in...

Integrating Spring-MVC for page navigation & RESTEasy for REST service calls (Ajax)

Hi, I'm on a project that requires Spring-MVC for page navigation (possibly with webflow) where certain pages use RESTEasy to make Ajax calls (with JSON). I found an approach on DZone JavaLobby and followed it's approach (server is JBoss): I have configured the project so that it uses Spring MVC for page navigation and REST calls as re...

When to combine multiple apps to simplify their data integration?

Short version: We have multiple teams each developing multiple apps. They need to share some data. Should we combine these apps into one larger one to simplify data integration or should we keep them separate and utilize some data exchange/caching mechanism? Longer version: We have a number of teams each working on a set of applicati...

Homogeneous software integration

Hi, I am thinking about some issues which may match the term software integration best. Assume there is a machine running an operating system and some programms A, B and C. Now all programms somehow store data on the filesystem. Lets say A uses Apache Derby, B uses PostgreSQL and B uses XML files. Now there are three ways to store d...

Integration between local LAN application and website

Hi all, I have a php application running on the local xampp server, the application has data that needs to be synced with a website database. The application and website are in php/mysql...My question is how can i sync them up keeping in mind security issues. Thnx. ...

paypal payment intergration problem

hi to all, i am using joomla with acl component. when i am subscribe for any plan according to my project and when i am at paypal site for payment (developer.paypal.com) there is error occured "An error occurred during processing. Please try again." i am provideing a active email and password for developer account of paypal any on...

Is there a library that integrates R into ruby?

I recently investigate a integration between ruby and R on Windows 7. So far, rinruby hangs (on my Windows7 machine) when I run a script. Now I learn from this post that rsruby does not work on Windows at all. Does anybody know a library that would work? ...

Integration Solutions - what are good product / solutions?

Hi. What are suggestions for good products in the Integration Solutions space, i.e. products with features similar to Pervasive Universal Connect. http://www.pervasiveintegration.com/data_connectors/Pages/universal_connect.aspx We are looking for an off the shelf solution that will allow us to configure, schedule and monitor retrieval...

Is there a way to integrate Xcode with bugzilla?

Is there a way to integrate Xcode with bugzilla (like MyLyn for Eclipse) or so? ...

Jangomail Integration with Salesforce

Has anyone used or uses this feature? I've been using the free trial of Centerprise recommended to me which works really well in building specific contact lists I want from Salesforce imported into Jangomail. Is it worth looking into Jangomail's integration with Salesforce because I haven't had the time to figure it out. I might have ...

Quickly implement, deploy a Webservice in Java

I have a large system written in a mixture of C++, Java, Python. I have to interface a very small subset of this system with a web portal using webservice technology. Webservice is not critical and it has to expose 3 or 4 methods. What is today the quickest way to implement this in Java? I thoughted AXIS+Tomcat. Maybe is there any other...

Drupal integration with another Drupal DB?

I have two Drupal sites. Let's call them Site A and Site B. Site A is a site where users can post ITEMS. So I have a content type called ITEM. Site B is a client's site. I want to be able to display the ITEMS from Site A on Site B. I don't want to have to import the content. Both sites are on the same server. I want the items that show...

How should I integrate some javascript into a php application?

I have a medium size legacy php application with almost no javascript integration. I've recently been learning javascript (yes actually learning it) using Douglas Crockfords excellent book and taken YUI as my library of choice. I've tried out a few things and got a few things working but now I want to integrate the various components e...

Handling bugs raised by customers in TFS

I'm part of a team developing ASP.Net applications using Scrum. We currently use TFS for almost all aspects of our project management, source control, testing, and bug tracking. However, there's a gap when it comes to customer-raised bugs. Bugs found internally are easy to add to TFS allowing us to link changesets to actual bugs. Whe...

System Integration

how to integrate system that use JSP language with Moodle that use PHP language? can you tell me step-step how to do it? ...