Questions tagged [3rd-party]

10 questions
7
votes
2 answers

When would you choose *not* to update a third-party library to a newer version?

Using third party libraries for productivity gains in software development is common. Unfortunately, along with the library's functionality we also import its bugs. Some of them get fixed in subsequent releases. So, to upgrade or not to upgrade,…
3
votes
1 answer

How to handle 3rd party system API timeout

in my company we are using different 3rd party systems, for example: a CRM, where we sync information about the customer; the goal is having a 1 to 1 syncronization. a transactional email system, with whom we can send email to the customer. At the…
lmarx
  • 141
  • 4
3
votes
1 answer

Read Only Generic data access layer Best practice

I am trying to write some art of "generic" data access library to access the data of my company's ERP Software, which is our main/core application where all our related data is managed. I am a student worker and my boss & coworkers always come to…
3
votes
2 answers

How to mitigate third party data feed issues?

We have a Java application that uses a live 3rd party data feed. There are several steps in our application and in each step the application reaches out to the 3rd party data feed with the current state of the user flow and received back the data…
Blueboye
  • 131
  • 1
2
votes
1 answer

Are 3rd-party controls and MVC anathema?

At http://www.codeproject.com/Articles/552846/Why-s-How-s-of-Asp-Net-MVC-Part-1, I read this: "You should not use Asp.Net MVC if you rely on 3rd party vendor controls for of the UI." The author doesn't seem to say why (maybe the explanation is too…
1
vote
0 answers

Automatic interaction between API and secured 3rd party API

I would like to create GUI + API that calls third party API as follows: third party API is consumed once a day by my API, GUI user doesn’t have to log in every day (eg. can log in only once every 30 days to request data from my API) design my API…
jpawlowska
  • 11
  • 1
1
vote
1 answer

Consolidating hotels data from various booking sites with different IDs or reference

In one of my projects, I have data for hotels, and other booking sites are able to book this hotel. For example: Hotel A - Booking (ID = 4002), Expedia (ID = 123), Priceline (ID = 147) The three booking engines each uses their own Id to reference to…
Victor
  • 198
  • 6
0
votes
1 answer

Retry mechanism - 3rd party provider

I have the scenario below and what I want to do is to build a retry mechanism to retrieve a status. So, what we have is a payment system and we want to call a 3rd party provided periodically in order to retrieve the payment status. More…
pik4
  • 365
  • 3
  • 13
0
votes
1 answer

How to distribute copyrighted resources with and open source project?

I would like to create an open source GPLv3 project that will work with other resources that are under different types of copyright (e.g. free to use, but must not sell). Because of this, I can't include the 3rd party resources in the main project's…
totymedli
  • 1,299
  • 1
  • 13
  • 27
0
votes
3 answers

How do I handle 3rd party search result data (via cache)

I have a search function on my site and it is taking data from 6 different 3rd party resources. The problem is, it takes too long requesting the data over and over again on the results page. I've read for questions like this on SO about session not…
reikyoushin
  • 117
  • 6