Using Java and this repository to review: Types of Data, Classes, Types of Operators, Static and Dynamic Instantiation, Containers with Dynamic and Static Arrays, Relations between classes (Interfaces and Abstract), Maven and Helidon to create a basic REST Application. Additionally, I took this course to review the basics of Java: https://learn.oracle.com/ols/learning-path/java-explorer/40805/79726.
•Installation • Run it • Structure • Credits
- Donwload and Configure Java depending on your operative system: https://www.oracle.com/java/technologies/downloads/.
- Download and Configure Java for Intellij IDEA: https://www.jetbrains.com/help/idea/creating-and-running-your-first-java-application.html
- Clone the repository
# Clone this repository
$ git clone https://github.com/luisfelipe7/Java-Review-With-Oracle-SDK11-Helidon-Maven/
- Go into to the repository
# Go into the repository
$ cd Java-Review-With-Oracle-SDK11-Helidon-Maven/
- Open the project with Intellij IDEA.
- Download Helidon Library .zip from here: https://github.com/oustudent1/helidon_support
- Import the library on the IDE, you can follow this to do it: https://www.jetbrains.com/help/idea/library.html#add-library-docs
- Compile the code using your IDE.
- Then execute the program and start checking the options that I have to test and pratice.
- Using the Quickstart Maven Archetype : https://maven.apache.org/archetypes/maven-archetype-quickstart/
Thanks to UNA (Universidad Nacional de Costa Rica) for teaching everything about Java and Oracle University for the free course to review the basics of Java.
GitHub @luisfelipe7 ·