Enterprise Java EE booking/management application
- Type
- Project
A full enterprise-stack build on Java EE rather than a lightweight framework: Servlets and JSP for the web tier, EJB for the business logic tier, JPA for persistence, all deployed on GlassFish. The domain scenario modeled booking/management functionality end to end, structured across the three tiers the way a real enterprise Java shop would separate them rather than collapsing everything into one layer for convenience.
It was heavier tooling than most of the degree's other web projects, and deliberately so, the module's whole point was learning the enterprise Java ecosystem's own conventions (container-managed beans, tier separation, deployment onto an application server rather than a lightweight dev server) before ever touching them again professionally. A useful contrast to sit next to the lighter Servlets/JSP work elsewhere in the degree.
Built with