Day I

Install & download

Precondition

IDE Eclipse

  • Install Server
  • Redhat Community
  • Wildfly 24+

Test App Server Wildfly

Windows:

cd <WILDFLY_HOME>\bin
standalone.bat

Call in Browser

http://localhost:8080

Setup Java project from scratch

Or skip and import our git project. See next section

Generate by maven archetype:

mvn archetype:generate -DarchetypeGroupId=de.rieckpil.archetypes -DarchetypeArtifactId=javaee8 -DarchetypeVersion=1.0.2 -DgroupId=de.fhws -DartifactId=fhws22-rooms

Import into Eclipse

  • File / Import / Existing Maven Projects
  • Select folder

Import OUR project

git clone https://github.com/MatthiasReining/fhws22-rooms.git

Import into Eclipse

  • File / Import / Existing Maven Projects
  • Select folder fhws22-rooms