systems-integration

Blending RDF and ORM approaches

I'm working on a team investigating a technology stack for a green-field systems integration project. Part of our favored technology stack use Hibernate to persist its internal state and exposes hooks into the Hibernate transactions so that business entities stay synchronized with the state of this utility. Great, except we need to maint...

Methods for modeling systems integration

When it comes to systems integration how do you model integration requirements? Do you use UML or BPMN or some other techniques? What limitiations you see in existing approaches and what would be an ideal modeling approach to system integration requirements in your opinion? ...