Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Create a new Java class called `Employee` in the folder `src/main/java` in the p
The class should contain:

* A field called `name` with getters and setters.
* A contructor with a `name` parameter, which will set the name upon creation
* A constructor with a `name` parameter, which will set the name upon creation

###Web page
Edit the file `index.xhtml` (created in step 1)
Expand All @@ -30,4 +30,4 @@ The class should contain:

* A class annotation `@Named` and `@RequestScoped` (Uit de package `javax.enterprise.context`)
* A field called `employees` which is a List of Employee objects with a getter
* A public void method called `init` with a `@PostConstruct` annotation. That method should populate `employees` with a bunch of dummy employees.
* A public void method called `init` with a `@PostConstruct` annotation. That method should populate `employees` with a bunch of dummy employees.