integration

Would it be possible to use web services from a Cobol program?

We have some COBOL programs in our financial applications which need to interact with some of our backend systems. One of the available interfaces is through a web service. Can a program written in Cobol make requests to a web service? ...

Continuous Integration setup for ruby projects on linux server

I would like to use open source tools if possible. here are 2 links I found but haven't tried them - http://pivots.pivotallabs.com/users/chad/blog/articles/471-continuous-integration-in-a-box-exploring-tsttcpw http://laurentbois.com/category/continuous-integration/ ...

Integrating AJAX and PHP

Hello, 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 always coded that part of the client-server dialog from scratch. I've used CodeIgniter (http://codeigniter.com/) and it is nice, but do...

The ways of Database Integration in SOA/ESB?

Situation: Some Bank has an old legacy ABS (Automatic bank system). Bank wants to: notify old legacy CRM system about client's account changes (Publish operation). check PIN codes of client cards (Request/Response operation) - in synchronious mode. ABS is implemented in very old private technologies with StoredProcedures calls. So,...

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 doubt these objects represented in the folder are actual documents downloaded on every load? They must dynamically download as they are needed...

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 my accounting books. Note, I'm referring to Quickbook Online Edition, not the desktop software. ...

How do you estimate a EAI project using Function point?

How do you estimate a EAI project using Function point? ...

Considerations when developing an integrated product for Microsoft Office suite

I have a product idea that requires integration into the Microsoft Office suite. Are there any licensing/limitation issues to be aware of for me to proceed? ...

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 WordPress, but is it best or are there other choices that are better? Followup: My final solution was to integrate bbPress 0.99 with WordPress 2...

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 versions like 9.0, but there is little info for version 10. I am looking a way to build weblogic's ear file with maven. Are people actually do...

Data access Integration Testing ... how do you do it ?

public class RollBack : OnMethodBoundaryAspect // or another AOP for meth interception { public override void OnEntry(MethodExecutionEventArgs eventArgs) { try { ServiceConfig cfg = new ServiceConfig(); cfg.Transaction = TransactionOption.RequiresNew; cfg.TrackingAppName = "Appl...

C++ library integration to iPhone application

Thanks for your support, but will it(integration of exsisting C++ library with iPhone application) effect my application at the time of submision to Apple Store? Are there any chances of disapproval of application from Apple Store? Thanks & Regards Khushi ...

Dismiss a system dialog on BlackBerry

Hi guys, I have a BlackBerry app running in the background that needs to know when a "Missed call" system dialog is brought up by the system, and programmatically close it without user intervention. How can I do that? I could actually almost know when the dialog is brought up, i.e. a little later I programmatically end the call...but ho...

MbUnit Integration Testing Newbie Question

I've been tasked with integration testing of a large system. Presently, I have a COM dll that I'm testing useing a UI that I created that kicks off a series of unit tests that call into the dll. This works, but I'm wanting to migrate this over to MbUnit. When I start the first test in MbUnit, it seems to hang at "Found 1 tests". I end u...

Worldship Batch Import

I am trying to import a .csv file into WorldShip containing names, addresses, and zip codes. I have two profiles set up defining package weight, UPS service, bill transportation, package type, and reference numbers. Can I import just name, addresses and zip codes under a specific profile to keep the other variables constant? Or do I hav...

How to close a system dialog on a BlackBerry?

Hi guys, I have a BlackBerry app running in the background that needs to know when a "Missed call" system dialog is brought up by the system, and programmatically close it without user intervention. How can I do that? I could actually almost know when the dialog is brought up, i.e. a little later I programmatically end the call...but ho...

Is a process design really declarative programming?

I've heard from someone that they´re using a business process automation tool (like Weblogic Integration) as a programming language (what sounds like something kind of stupid) to make things declarative. Then they put all the logic inside a process, every single if and while. But, isn´t a process a how to step-by-step entity to reach a ...

Linux web front-end best practices

I want to build a web based front-end to manage/administer my Linux box. E.g. I want to be able to add users, manage the file system and all those sorts of things. Think of it as a cPanel clone but more for system admin rather that web admin. I was thinking about creating a service that runs on my box and that performs all the system le...

Expression Engine (CMS) with SQLite

Has anyone out there hacked up Expression Engine (CMS) to work with SQLite? If so, any good tips or guides on how to do so? ...

Question System.ExecutionEngineException while loading WPF window from Windows Form...

I found some rather strange behavior... Here is how to replicate the problem: Create a WPF Application Project. Remove the StartupUri from the App.xaml file. Add a Startup Event Handler to the App with signature "private void Application_Startup(object sender, StartupEventArgs e)" Now, add a Form to the project (right click and select...