A2end Core

Our technology has always relied on a strong abstraction of what data sources could be: transactional or not, database engine or just files on disk, synchronous or asynchronous, etc. The result is a layered architecture where most features are available for all supported data sources.

The development of business processes is based on standard APIs. A2end  is committed to support all standards related to data access. The source code of business objects has no dependencies on the data sources.  Some of the important benefits include:
  • The notion that database independence is now extended to services.
  • Facilitation of portability between data sources; the same code can be deployed over any  supported data source.
  • Decoupling of the required skills of developers, simplifying staffing; developers can focus on business processes and not back-end plumbing.
  • Positively impacting performance at runtime by tuning of data loading at runtime.

Search: