Skip to content

egalli64/jees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

jees

Introduction to Jakarta Enterprise Edition - Servlet

Used technologies

  • Apache Tomcat 10.1
  • Maven 3
    • See pom.xml for details
  • Eclipse 2022-12

As JDBC resource, access to PostgreSQL is assumed

  • Almost any other RDBMS should do
  • For setup see hron
  • Let Tomcat know how to connect to it
    • The JDBC jar should be placed in Tomcat lib folder
    • Add a resource element in context.xml with name jdbc/hron
      • See META-INF/context.xml for details