Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 440 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 440 Bytes

gradle-web-eclipse

A small sample web application.

Technologies

  • Java 8
  • Gradle 5.2.1
  • JSF 2.2
  • Weld 3.1.0
  • Tomcat 9.0.16

Usage

  • Run ./gradlew
  • Wait for a war file being assembled and deployed to an embedded Tomcat.
  • Open http://localhost:8081/gradlewebeclipse/index.xhtml in a browser.
  • Enter something into the input field and press the button. You should get the current time and your name as a response.