integration

Framework/service for hosting and managing files

Hi, in a webapp I'm building there is a planned side feature of supporting product illustrations and manuals (so pictures and PDFs), possibly arranged in galleries. As I'd rather not implement from scratch all of the uploading, managing and serving of this content, I'm looking for existing solutions which I could integrate. For example...

Google App Engine, Secure Data Connector (SDC), and supported protocols

I've been investigating what I can do with Google's Secure Data Connector and App Engine. Is it possible, from an App Engine application, to grab resources inside my corporate intranet without using HTTP(S)? From what I read in the documentation, the only way to request resources through SDC is by using url_fetch, which is limited to H...

Integration framework for PHP

Please suggest some articles, implementations or other resources that deal with making generic customizable integration interfaces(csv,xml-rpc,soap,custom xml) for existing PHP applications. Thanks! ...

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 that we need to have a platform-indpendent way to pass messages back and forth. I'm just trying to get a feel for what our partners are telli...

Exporting data to an accounting system for billing and invoicing - is there any generic standard practice?

Hi guys, I've built a web application which basically logs work that has been done upon projects plus maintain resources used etc. What I need now is to set it up so that projects can be billed. Billed such that - each task that has been undertaken in a project is regarded as a billable service. Instead of building my own invoicing syst...

MFL - Message Format Language

What is MFL? Why is it used? Does it actually convert data from one encoding to another? ...

Integration transport choice (Oracle + SQL Server)

We have several systems with Oracle (A) and SQL Server (B) databases on backend. I have to consolidate data from those systems into the new SQL Server database. Something like that: (A) =>|---------------| | some software | => SQL Server (B) =>|---------------| where some software is: transport (A and B systems located in th...

Cygwin w/ TeXnicCenter or WinEdt - Can they be sewn/integrated to work together

Is is possible to connect one of either WinEdt or TeXnicCenter (Windows variant) such that it uses a TeTeX distribution of LaTeX that is included from a Cygwin distribution? I simply cannot use MiKTeX because my bash-specific scripts called from the top level of my latex source using an \immediate\write18 command will not work using MS...

SELECT statement for a VIEW in MySQL not returning all the wanted rows

I need help with my MySQL query: CREATE OR REPLACE DEFINER = CURRENT_USER VIEW users_phpscheduleit AS SELECT u.uid AS memberid, pass AS password, mail AS email, pv1.value AS fname, pv2.value AS lname, pv3.value AS phone, e_add, e_mod, e_de...

informatica integration service treats filter transformation as passive transformations ?

i had a question from my training.does the integration service treat the filter or update transformation as passive transformations ? ...

How can I share in Eclipse a project programmatically?

Dear All, I work on an EMF project. The resulting model instantiations (XML files) are supposed to go into a source repository (SCM). We have a specific repository for the users and I would like to hide the SCM setting-up from the user, retrieve the projects automatically and add new projects automatically. I would like to reuse parts ...

ActiveResource error handling

Hi. I have been searching for a while and yet I am not able to find a satisfactory answer as yet. I have two apps. FrontApp and BackApp. FrontApp has an active-resource which mimics a model in BackApp. All the model level validations live in BackApp and I need to handle those BackApp validations in FrontApp. I have following active-res...

Growing into JavaScript as an integral part of the front-end vs. 'DHTML'

More of a general question here. At the moment a lot of the projects I work on utilize server-side views to render the user interface, and spruce it up with some JavaScript here and there. That is all fine and dandy for smaller projects, but lately it seems like the .js files are growing rather large in size, and the stacks upon stacks ...

Linkedin Integration in Blackberry

Has anyone done LinkedIn integration in Blackberry? If yes, then please give me a startup how to do it? ...

Integrating ToDoList and Jira

Recently i have started using ToDoList, most of the times my todos are based on the jira issues/tasks that i need to work on. Is there a way to integrate ToDoList tool with Jira somehow? Like, on marking a task as completed in ToDo should resolve the issue in Jira, or other way around. Thanks for your interest. ...

Facebooker + Devise = "like_it" button : "b is undefined"

I'm using devise with the facebooker plugin. What is the best option to make a "like_it" button on my webpage without the iframe approach ? I have <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml"&gt; <script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/Featu...

How to combine data from different columns from different databases from different vendors into one table?

Hello, Say i have a table named tbl1 in mysql :- bookid int name varchar(20) price int categoryid int And then i have a 2nd table, tbl2 in Oracle :- pubid int name varchar(20) addr varchar(50) I want to combine these two into MS Sql Server 2008 named tbl3 whose structure should be :- bookid int name varchar(20) price int pubid in...

How implement a single login system for drupal and another CMS

I am trying to implement a login share between a Drupal site and another CMS - kayako in particular. Are you aware of any guide or reference? Thanks. ...

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 data transform As i see, the only relevent difference is the picture used to represent...

Integrate different Nagios webservers

I have different sites running with 4 to 5 server at each location. All the locations have one monitoring server with Nagios. Now I want to create a central location and want to combine all the nagios services running at each location. Can anyone please point me to some documentation for these type of jobs. ...