Tag Archives: api
When building a CMDB, separate the UI from the API
One lesson I’ve learned in building CMDBs is to cleanly separate the UI from the web service API. In the Java world, for example, this means that the API should be its own package (e.g., WAR file). The UI should … Continue reading
Posted in Architecture, Devops principles
Tagged api, architecture, cmdb, platform, scalability, services, testing, ui
Leave a comment