Pabosa
Subpages Pabosa
Contents
Process automation based
System integration is a weak point in the open source field. Readily available open source frameworks and extensions to those frameworks are quite easily leading to chaos. Technicians tried to overcome integration problems by building bridges between frameworks. Not fully aware that maintainability decreases with every bridge that is added in the process.
Lessons learned
2Value has been there and done that. And took the full responsibility... And we have learned some lessons.
- Stick to what already gives you competitive edge
- Process first, then automate
- Less is more
- Multiple data stored? No problem if you do it right!
- Multiple sign on? Inevitable.
Focus
2Value is a virtual firm working in the field of open source websystems, php based. Our webbased architecture serves small & medium businesses and (semi) governmental organisations.
Definitions
- SSI
- Single Sign In ("let me")
- SSO
- Single Sign On ("remember me")
Open source architecture
The Sync middleware is the kernel of the OSA. It is a mysql INNODB table that hold copies (!) of data primairy stored elsewhere. The copy is as a kind of commit of data to used in the databaselevel of other frameworks of the architecture.
Applications get their data via API calls to Sync
E.g. Atrium CRM holds email adresses of customers. Sync has them too. The saas solution Mailings offers new subscribers. Our OSA checks new subscribers against Sync (and not against Atrium CRM!).
Technical goals
- Reusable XML schemas instead of one trick pony bridges like sugar2Value, magebridge
- use available xml schemas
- Berkly DB for Open LDAP?