From the course: Transitioning from Java to Kotlin
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Exploring an existing server-side application
From the course: Transitioning from Java to Kotlin
Exploring an existing server-side application
- [Instructor] Let's dive into a sample project and start exploring how to integrate Kotlin into an existing server-side application. In this section, we'll start by exploring a simple Spring Boot application to better understand its functionality before we start integrating Kotlin into the project. So we'll start here with IntelliJ open, and we're going to open up the sample project for this section. This project is designed to be a simplified store application, including two primary functional areas, a storefront and an admin portal. So let's go ahead and click the Open button here, and I'm going to navigate to the project, which I have located on my desktop. Here, I have the sample repository for this course, and I'll open up, and if I'm checked out into the chapter four, section one branch, I should see this project, spring-boot-store-demo. Once I've located the project, I'll go ahead and click Open to open up the…
Contents
-
-
-
-
-
-
(Locked)
Exploring an existing server-side application8m 24s
-
(Locked)
Adding Kotlin to an existing project7m 24s
-
(Locked)
Migrating Java code to Kotlin4m 37s
-
(Locked)
Handling platform types6m 31s
-
(Locked)
Leveraging Kotlin language features14m 56s
-
(Locked)
Java and Kotlin interop3m 53s
-
(Locked)
Challenge: Migrate the project to Kotlin32s
-
(Locked)
Solution: Migrate the project to Kotlin8m 31s
-
(Locked)
-
-