This document summarizes CategoLJ2, an open source blogware platform written in Java. It uses Spring technologies like Spring MVC, Spring Security OAuth, and Spring Data JPA. The backend is packaged in a single JAR file that runs on an embedded Tomcat server and uses Hazelcast for caching and either H2 or MySQL for the database. It provides a REST API and admin interface, and clients can be writte
