vta551 / jeep

Jakarta EE JSP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jeep

Introduction to Jakarta Enterprise Edition - JSP

Used technologies

  • Apache Tomcat 10.1
  • Maven 3
    • See pom.xml for details
  • Eclipse 2022-12 with disabled warning for other problems with TagExtraInfo class
    • Preferences - Web - JSP files - Validation -> Custom actions

For JSTL sql:query is assumed PostgreSQL

  • 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

About

Jakarta EE JSP


Languages

Language:Java 80.2%Language:HTML 18.2%Language:CSS 1.6%