smithros / j2ee-toDoList

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

J2EE TODO APP

MIT License
This pet-project is my introduction to Java EE technologies

Stack

  • Servlets
  • JSP
  • JSTL
  • JDBC
  • PostgreSQL
  • Tomcat

Running the application locally

There are several ways to run a JavaEE application on your local machine. The most common way is to run the Tomcat server from your IDE and go to http://localhost:8080.

About

License:MIT License


Languages

Language:Java 100.0%