Java

Home  /  Java

The projects listed here are ones I’ve been involved with since day one — I know them inside and out.

The first project to be developed was CNEC Online, the foundation upon which all other platforms were built. It serves as the core of the CNEC ecosystem, enabling new features and integrations across the organization.

All applications are built on top of a custom Java framework that began as a CMS and gradually evolved into a versatile platform capable of supporting any kind of web application. It features simplified routing through annotations and a custom ORM.

This ORM was key to efficiently handling dynamic content — automatically instantiating the correct class based on the database record type. It also provides seamless support for multiple database sources, such as MySQL and MS SQL, without requiring complex configurations.