Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 34449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T14:04:49+00:00 2026-05-10T14:04:49+00:00

I curious to how different people solve integration of systems. I have a feeling

  • 0

I curious to how different people solve integration of systems. I have a feeling that the last years more and more work has gone into integrating systems and that this kind of work need will increase as well.

I wondering if you solve it developing your own small services that are then connected or if you use some sort of product (WebSphere, BizTalk, Mule etc). I’d also think it’d be interesting to know how these kind of solutions are managed and maintained (how do you solve security, instrumentation etc, etc), what kind of problems have you experienced with your solution and so on.

  • 1 1 Answer
  • 2 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T14:04:49+00:00Added an answer on May 10, 2026 at 2:04 pm

    wow – Ok – will get a post on this but will be big.

    Intergration needs to be backed up with a big understanding by the business on the benefits – Get an opertating model sorted out – as the business may acutally need to standardise instead of intergrate, as this can be costly – its why most SOA fail! Enterprise Architecture: Driving Business Benefits from IT Author(s): Jeanne W. Ross

    If intergration is needed you then need to settle on type of integration.

    What are the speed and performance metrics?

    We have a .NET SOA with a Composite Application that uses BizTalk 2006 and webservices with Line of Business Applications. Performance of the application at the composite end (consuming) – is limited to the speed of the webservices (and their implementation) in the line of business application! We need sub <3 second return on results – list of cases. Could not be acheived in the webservices so we need to get go to the database directly for initial search. Then over the webservices for case creation. Cost implications and maintance becomes an issue here.

    The point here is to look at the performance criteria in the specs and business requirements this will help in look at the type of integration that you need to do – WebServices (HTTP), File Drop/ EDI etc

    Functionally for intergration you need to then look at the points of failure in the proposed architecture – as this will lead to a chain of responisblity in SLA/OLA. You may need to wrapper the intergration/faliure points into things that you control.

    On similar point about integration with Line of Business is with how much do you need to know about the other product before you can integrate? Yeah Webservices are supposed to be design by contract but the implementation is often leaky and you need to understand alot about what is happening – and if this is a product that you dont control the abstraction even with webservices leaks into your intergation technology aka BizTalk.

    Couple these two points together and you the best advise is to get a intergration hub type like BizTalk – wrapper the line of business applications in webservices you create – so the BizTalk side can be free from leaky abstractions then you also can reduce the points of failure as the you have decoupled the line of business application from the intergration hub and the point of failure to a single source rather than inside an orchestration.

    Instrumentation and diagnosics in SOA and Intergation Porjects are hard to acheive! – Dont let any shiney sales person try and tell you differently! Yeah MOM with MOM Ent can do this UniCenter can do blah.

    The main problem is understand what the error aka burps in the intergation mean and how to recover from them… You end up with messages stuck and you need to understand what that means to that busienss process. You can get an alert to say – processers are 100% Ram 100% orchestrations have failed – but no real meaning. You have to engineer this stuff in to the solution from the outset – and hopefully into you points of failure.

    Types of intergration patterns and how to do them do need to be considered too.

    The above is a real world view of a .NET SOA with BizTalk in a LIVE implementation. But it is also due to the architectural limitations of this – BizTalk mainly is a HUB and SPOKE pattern.

    Check out Enterprise Application Patterns by Martin Fowler

    There are many ways to skin the task!

    Other considerations… Platform/Developer Languages etc.

    One of the big factors for us was the skills needed to start this stuff. We had OO devs with Java and C# understanding, but mainly C#. So we went for the MS stack. But when you choose the intergration type and the product to manage this they will need more skills in understanding that technology. But hey this is normall for us Devs right? Wrong many developers regardless of there expereince can come unstuck with the likes of BizTalk! Big shift in paradigm – which in part is due to messaging shift rather than code.

    Best bit for last!

    Numbers of transactions that are likely to be faced in the integration is probable the single biggest factor in all of this. As this will guide what pattern, points of failure and tolarance for such things.

    You need to select best on anticpated volumes the right one. Something that can scale up and scale out! We selected BizTalk since it can scale up and scale out correctly and with better understanding than some others.

    If you dont have volumes then look at not getting something to manage them and go for a webservice to webservice type style with no management – performance and failure understanding will need to be coded into them.

    If your on windows platform with .net 3 take look at WWF/WCF as this can help in webservice to webservice – lots more in the acutal platform now for all these concerns without the overhead of BizTalk and others.

    Hope this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

It is well known that different people have different aptitudes regarding various programming paradigms
I am curious if anyone has done a comparison between the different options out
I'm curious about people's approaches to using stored procedures in a database that is
Just curious. Say I have a Base entity and I'm deriving about 10 different
I'm curious how people deal with a situation like this. I have an application
Curious about running multiple xvfb displays: I have between 10-50 instances of a script
Curious whether folks have setup 2 way transactional replication on the tables ASP.NET uses
Curious if anybody has considered using EnumMap in place of Java beans, particularly value
I've always been curious about this. Between the two code example which is more
Over a few years, I have have written a few validation classes and have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.