integration

How to insert table values from one database to another database?

I want a query to insert records from one table to another table in different database if the destination table already exists, it should append the records at the end of the table. Please help me. Thanks in advance. ...

Integrating WCF Client and ASMX WSE 3.0 Service

I almost regret that I even started programming. How do I integrate those two enterprisey beasts? More specifically, I have a third-party ASMX service which uses WSE 3.0 (authentication & message signing). Now in following with "best" Microsoft practices and svcutil a WCF proxy to this service. For some obscure reason (I believe I even ...

agile friendly way to integrate two separate applications/teams

We have two distinct agile teams, each working on separate, but related, applications. Each team has, until now, been able to work in an independent fashion (distinct code bases, persistence stores, sprints, backlogs etc). Recently, product management decided that these applications will become even more closely integrated. On a side n...

java lib for gathering integration statistics

During last time I made many integrations (data transfer from one place to another, including DB,SSH,FTP,etc), and for each I need to log some statistics (e.g. how many files updated, how many db rows inserted, errors occurred, etc). All this integrations work once per day and until some error occurred, i'm not interested in logs. But wh...

Integrating aspdotnetstorefront and Telerik SiteFinity

I've been tasked with integrating aspdotnetstorefront (specifically just the shopping cart pages) with SiteFinity for it's superior CMS ability. The problem with aspdotnetstorefront is that the shopping cart is not a pluggable API. My first thought was to pull out all the ref dlls and copy the .aspx and .ascx code. I don't really see any...

Oracle CRM OnDemand custom web applet - add User object variables to URL

I have a custom web applet that I am adding to the Lead object tab of my Oracle CRM On Demand app. It is easy to include a variable in the URL via the %%%VARIABLE_NAME%%% convention but that seems to only work with the object itelse (Lead, Service Request, etc) Since the field I want to add is part of a different object (the User) it doe...

How to prevent javascript and css messing up?

My company has a website that serves the same app to several clients so every client has his own html templates and we can't edit anything of that. We developed a beutiful Web 2.0 app with lots of jQuery that works great, it's a web toy fully enjoyable but we have to integrate it with the horrible and buggy stuff from the clients (like ...

A very simple question about integrated jinja2 to pylons

I'm integrating jinja2 to pylons, I see in the document page there is: from jinja2 import Environment, PackageLoader config['pylons.app_globals'].jinja_env = Environment( loader=PackageLoader('yourapplication', 'templates') ) My question is: what should I use for yourapplication? Suppose my application is 'test', what should I wri...

SSIS Package Configuration

I have a package that loads data from a text file into a table but I am having trouble setting the package configurations. I was hoping that I could import my package to any database and that that package would automatically lookup the SSISConfigurations table on the database that package is installed on. The package seems to always look...

Implementing a public API in java. What framework?

Hi everyone, I'm currently working on implementing the public API of our web application. The application is written in Java. This is a financial application deployed on Tomcat. My users can manage their sales, customers, purchases, inventory, etc. It's a pretty huge application. The font-end is written in Java/GWT. The backend is writ...

Best practice of J2EE component / integration testing

Hi, we are about to implement an enterprise application with several components. I am working on a component which exists of: Component A - sending to JMS queue Component B - periodically called, receiving from JMS queue and sending to another JMS queue Component C - MessageDrivenBean sending the data to another component. Additionall...

Best practices for integrating two systems via a web-service

In my case the separate system is a web-service (but it could conceivably be anything). My question is what are the best practices when you integrate against a separate system such as a web-service when it comes to data? Example: Web-service provides a list of products. Products are grouped using categories. You can get all products in ...

Easiest way to integrate J2SE app with a Web app

I have a really simple J2SE app that consists of a couple of classes. I plan to make it available to my co-workers, and I've been thinking the easiest way would be for them to access it from a browser, instead of distributing the executable on each machine. What's the easiest method/framework that would allow me to do this? This app is ...

Android and paypal API integration

All right all you android guys, I'm trying to integrate the Paypal API to make my app donations based. 2 questions: I can see the button, I click it, and it doesn't do anything! (the activity for checkoutIntent doesn't fire?) What are your experiences with donation based android apps? I want to make about $250 a month of this thing, i...

RichTextEditor for PHP CMS

Hello guys! What RTE / WYSIWYG are you using for your CMS please? I am trying to decide on one to use. I am working with PHP and MySQL. Thank you. ...

Embeding or reparenting a Windows Application inside Internet Explorer

Is it possible to host/embed/reparent a normal Windows Application into a web page loaded into Internet Explorer on our Intranet? I'd like to do something like have the user press a button on our intranet site, and have the Windows application start and look like it's inside our application, as if it was "framed". I believe it's possib...

Flash IDE Version Control - TFS 2008 Integration?

Hi, Does anybody who work with Flash IDE use any kind of document versioning tool? Is it possible to integrate with Team Foundation Server 2008? Team Explorer plugin? Regards, Bruno ...

Which payment service providers have the most developer-friendly APIs to integrate against?

I've been doing some payment-integration work lately, and the PSPs I've been working with have been painful to integrate against: the back-end interfaces seem be stuck in the 90s in terms of usability and technology (frames! Argh!) the APIs are badly documented - finding a list of example responses, or a complete list of errors is har...

amember pro integrate with joomla

how to integrate amember pro with joomla. Please suggest an idea, more importantly I want to know how the subscription process works in amember pro ...

Options to integrate Version Control Systems and Issue Management systems

Is there any other policy that any of you have implemented other than the ones given below? Valid Issue ID per commit. - To track changes made for a bug. Will help maintainability in the long run. Valid Issue status( Open or In-progress). - Why work on issue that are closed. Issue should be assigned to the user doing the commit. More u...