A series of examples to teach concepts in java.
Java is a lot, and we will learn java, one concept a week.
Weeks
- Simple Java program
- Make a simple libary and use it in an app
- Use a public library in an app
- Create a simple http-server in java. render an html in that. Is it possible to do it without using any dependency manager?
- If we can do it without, next step is to do it with a dependency manger. Stick with Gradle.
- Next we use more, out of the box tools to make a rest server.
- We learn to make more gradle things like java libraries, jvm libraries, java modules, java applications. (See this)
-
download intellij
-
download java jdk(https://openjdk.java.net/)