Lessons with tag: java

Found 9 results

Search Tips:

To OR search terms: "terraform aws"

To AND search terms: "+terraform +aws"

To filter or reject search terms: "-aws"

Java Hello World

August 16, 2022
Stereotypical simple java program prints "hello world". Commands: javac Hello.java java Hello
0:46

Java Install: The Recommended Way

August 16, 2022
Walks you through how to install Java using the sdkman tool. Install curl -s "https://get.sdkman.io" | bash Commands Cheatsheet sdk java -version sdk list sdk list java java -version sdk list maven sdk list gradle sdk list tomcat sdk list ant s...
7:30
free lesson

Java Tomcat Demo App

August 16, 2022
We'll walk through a tomcat demo app. We'll show how tomcat handles deployment. All you have to do is copy the war file into the webapps folder and tomcat will automatically expand it and reload the server. We'll also explain the tomcat exampl...
12:01
free lesson

Java Spark Web Frontend and Backend Apps

August 16, 2022
We'll cover the Java Spark Microframework. This is Sinatra-like framework in Java. This lightweight framework is great to use for quick demo apps. We'll walk thorough both simple pre-built backend and frontend apps. The frontend app simple call...
15:56

Java Spring Initializr Maven

August 16, 2022
We'll use the Spring Initializer generator to create a starter Spring Boot project with a pom.xml file. We'll also get the Spring Boot app working by adding a route to the homepage and controller print out "Hello World" We'll build the project ...
4:09

Java Spring Boot Web Backend and Frontend Demo Apps

August 17, 2022
We'll cover the Java Boot Framework. This framework is a popular choice for Java developers writing web apps. We'll take you through 2 demo apps that covers a common pattern of a frontend app calling a backend app. We'll walk thorough both sim...
20:29

Java Spring Boot Actuator Health Check

August 21, 2022
How to configure the Spring Boot actuator health check.
2:59

Java gradle vs gradlew

August 21, 2022
A quick video to explain the difference between the gradle vs gradlew commands. Essentially, gradlew is a wrapper shell script that ensures everyone working on the project is using the same version of gradle. The script is also smart enough to d...
1:37

Java Spring Initializr Gradle

September 7, 2022
We'll use the Spring Initializer generator to create a starter Spring Boot project with a build.gradle file. We'll also get the Spring Boot app working by adding a route to the homepage and controller print out "Hello World" We'll build the pro...
4:15

BoltOps Tools