PetStore: Pure Java for UI and Safe SQL Mapping

java dev.to

I would like to introduce the PetStore sample application, which demonstrates a pure "Java-first" approach to web interface development. The entire project is built on the idea of maximum type safety and clarity, achieved through two modules of the Ujorm3 library. These effectively eliminate common abstraction layers that often complicate development and debugging. 🛠️ Two Pillars of Ujorm3 1. UI Creation without Templates (ujo-web) We have replaced traditional engines

Read Full Tutorial open_in_new
arrow_back Back to Tutorials