SlideShare a Scribd company logo
Multiplatform Apps
with Spring, Kotlin,
and RSocket
@olehdokuka

@antonarhipov
Anton Arhipov
Developer Advocate, JetBrains
Oleh Dokuka
Senior Software Engineer, VMWare
Multiplatform Apps with Spring, Kotlin, and RSocket
Those are the
di
ff
erent platforms!
Kotlin MPP is in Alpha state
Multiplatform Apps with Spring, Kotlin, and RSocket
Multiplatform Apps with Spring, Kotlin, and RSocket
Code sharing
 

between frontend
 

and backend
Code sharing
 

between the different
 

UI implementations
Multiplatform Apps with Spring, Kotlin, and RSocket
Backend application with
Kotlin and Spring Boot
Web client with React.js
Backend application with
Kotlin and Spring Boot
Web client with React.js
Backend application with
Kotlin and Spring Boot
Web client with React.js
Common
 

code
Common
 

code
fun commonFunction() {

platformSpecificFunction()

}

expect fun platformSpecificFunction()
Common
 

code
fun commonFunction() {

platformSpecificFunction()

}

expect fun platformSpecificFunction()

actual fun platformSpecificFunction() {

/
/
JS specifics 

}

actual fun platformSpecificFunction()
/
/
JVM specifics

}
The use cases for code sharing
Domain mode
l

Validation logi
c

Views (?)
https:
/
/
github.com/OlegDokuka/collaborative-todo-list
Multiplatform Apps with Spring, Kotlin, and RSocket
The necessary plugins
Platform-speci
fi
c con
fi
guration
Source set mappings
Shared code:
1. Domain classes

2. Common interfaces

3. Business logic
RSocket is the
enabler!
Why RSocket?
Multitranspor
t

Multiplexin
g

Multiple interactions model
s

Multilingual
Multiplatform Apps with Spring, Kotlin, and RSocket
DEMO
Oleh, show me the code in the IDE!!!
Multiplatform Apps with Spring, Kotlin, and RSocket
Multiplatform Apps with Spring, Kotlin, and RSocket
Android and Java plugins
 

don’t live well together within
 

MPP projects in Gradle
Multiplatform Apps with Spring, Kotlin, and RSocket
MPP Kotlin project Multi-module Gradle project
The common module is
still an MPP project
Shared code:
1. Domain classes

2. Common interfaces

3. Business logic
It’s all the same common code


we had in the first version
DEMO
Oleh, show me the code in the IDE!!!
Multiplatform Apps with Spring, Kotlin, and RSocket
What about the UI?
Multiplatform Apps with Spring, Kotlin, and RSocket
Multiplatform Apps with Spring, Kotlin, and RSocket
Multiplatform Apps with Spring, Kotlin, and RSocket
Thank you!


Q&A
PRESENTATION SOURCE CODE
Oleh Dokuka, Anton Arhipov

More Related Content

What's hot (7)

PDF
이제 문서는 DocC로 만들때가 되지 않았나요?
hyunho Lee
 
PDF
ANALYSE FINANCIÈRE DU FUCEC-TOGO
Messanh Amétépé Kouevidjin
 
PPTX
Boost your productivity with Scala tooling!
MeriamLachkar1
 
PDF
Modern c++ (C++ 11/14)
Geeks Anonymes
 
PPT
Oop java
Minal Maniar
 
PPTX
Kotlin functions
Simplilearn
 
이제 문서는 DocC로 만들때가 되지 않았나요?
hyunho Lee
 
ANALYSE FINANCIÈRE DU FUCEC-TOGO
Messanh Amétépé Kouevidjin
 
Boost your productivity with Scala tooling!
MeriamLachkar1
 
Modern c++ (C++ 11/14)
Geeks Anonymes
 
Oop java
Minal Maniar
 
Kotlin functions
Simplilearn
 

Similar to Multiplatform Apps with Spring, Kotlin, and RSocket (20)

PDF
Multiplatform shared codebase with Kotlin/Native - UA Mobile 2019
Eugene Kurko
 
PDF
Multiplatform shared codebase with Kotlin/Native - UA Mobile 2019
UA Mobile
 
PPTX
Python Streaming Pipelines with Beam on Flink
Aljoscha Krettek
 
PDF
Flink Forward Berlin 2018: Thomas Weise & Aljoscha Krettek - "Python Streamin...
Flink Forward
 
PPTX
Talk Python To Me: Stream Processing in your favourite Language with Beam on ...
Aljoscha Krettek
 
PDF
The Future of Cross-Platform is Native
Justin Mancinelli
 
PDF
PIL - A Platform Independent Language
zefhemel
 
PDF
JDK Mission Control: Where We Are, Where We Are Going [Code One 2019]
David Buck
 
PDF
Flink Forward Berlin 2017: Aljoscha Krettek - Talk Python to me: Stream Proce...
Flink Forward
 
PPT
SynapseIndia dotnet development framework
Synapseindiappsdevelopment
 
PPTX
Java dev mar_2021_keynote
Suyash Joshi
 
PPT
Java2020 programming basics and fundamentals
swecsaleem
 
PDF
Build Great Networked APIs with Swift, OpenAPI, and gRPC
Tim Burks
 
PDF
Stream processing for the masses with beam, python and flink
Enrico Canzonieri
 
PDF
Internationalize your JavaScript Application: Prepare for "the next billion" ...
Kevin Hakanson
 
PDF
Seattle StrongLoop Node.js Workshop
Jimmy Guerrero
 
PDF
Droidcon Online 2020 quick summary
Bartosz Kosarzycki
 
PPT
What's New in Spring 3.0
Sam Brannen
 
PDF
Readactor-Practical Code Randomization Resilient to Memory Disclosure
ch0psticks
 
PDF
20220412-kmp-humantalks.pdf
NicolasHaan1
 
Multiplatform shared codebase with Kotlin/Native - UA Mobile 2019
Eugene Kurko
 
Multiplatform shared codebase with Kotlin/Native - UA Mobile 2019
UA Mobile
 
Python Streaming Pipelines with Beam on Flink
Aljoscha Krettek
 
Flink Forward Berlin 2018: Thomas Weise & Aljoscha Krettek - "Python Streamin...
Flink Forward
 
Talk Python To Me: Stream Processing in your favourite Language with Beam on ...
Aljoscha Krettek
 
The Future of Cross-Platform is Native
Justin Mancinelli
 
PIL - A Platform Independent Language
zefhemel
 
JDK Mission Control: Where We Are, Where We Are Going [Code One 2019]
David Buck
 
Flink Forward Berlin 2017: Aljoscha Krettek - Talk Python to me: Stream Proce...
Flink Forward
 
SynapseIndia dotnet development framework
Synapseindiappsdevelopment
 
Java dev mar_2021_keynote
Suyash Joshi
 
Java2020 programming basics and fundamentals
swecsaleem
 
Build Great Networked APIs with Swift, OpenAPI, and gRPC
Tim Burks
 
Stream processing for the masses with beam, python and flink
Enrico Canzonieri
 
Internationalize your JavaScript Application: Prepare for "the next billion" ...
Kevin Hakanson
 
Seattle StrongLoop Node.js Workshop
Jimmy Guerrero
 
Droidcon Online 2020 quick summary
Bartosz Kosarzycki
 
What's New in Spring 3.0
Sam Brannen
 
Readactor-Practical Code Randomization Resilient to Memory Disclosure
ch0psticks
 
20220412-kmp-humantalks.pdf
NicolasHaan1
 
Ad

More from VMware Tanzu (20)

PDF
Spring into AI presented by Dan Vega 5/14
VMware Tanzu
 
PDF
What AI Means For Your Product Strategy And What To Do About It
VMware Tanzu
 
PDF
Make the Right Thing the Obvious Thing at Cardinal Health 2023
VMware Tanzu
 
PPTX
Enhancing DevEx and Simplifying Operations at Scale
VMware Tanzu
 
PDF
Spring Update | July 2023
VMware Tanzu
 
PPTX
Platforms, Platform Engineering, & Platform as a Product
VMware Tanzu
 
PPTX
Building Cloud Ready Apps
VMware Tanzu
 
PDF
Spring Boot 3 And Beyond
VMware Tanzu
 
PDF
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
VMware Tanzu
 
PDF
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
VMware Tanzu
 
PDF
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
VMware Tanzu
 
PPTX
tanzu_developer_connect.pptx
VMware Tanzu
 
PDF
Tanzu Virtual Developer Connect Workshop - French
VMware Tanzu
 
PDF
Tanzu Developer Connect Workshop - English
VMware Tanzu
 
PDF
Virtual Developer Connect Workshop - English
VMware Tanzu
 
PDF
Tanzu Developer Connect - French
VMware Tanzu
 
PDF
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
VMware Tanzu
 
PDF
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
VMware Tanzu
 
PDF
SpringOne Tour: The Influential Software Engineer
VMware Tanzu
 
PDF
SpringOne Tour: Domain-Driven Design: Theory vs Practice
VMware Tanzu
 
Spring into AI presented by Dan Vega 5/14
VMware Tanzu
 
What AI Means For Your Product Strategy And What To Do About It
VMware Tanzu
 
Make the Right Thing the Obvious Thing at Cardinal Health 2023
VMware Tanzu
 
Enhancing DevEx and Simplifying Operations at Scale
VMware Tanzu
 
Spring Update | July 2023
VMware Tanzu
 
Platforms, Platform Engineering, & Platform as a Product
VMware Tanzu
 
Building Cloud Ready Apps
VMware Tanzu
 
Spring Boot 3 And Beyond
VMware Tanzu
 
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
VMware Tanzu
 
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
VMware Tanzu
 
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
VMware Tanzu
 
tanzu_developer_connect.pptx
VMware Tanzu
 
Tanzu Virtual Developer Connect Workshop - French
VMware Tanzu
 
Tanzu Developer Connect Workshop - English
VMware Tanzu
 
Virtual Developer Connect Workshop - English
VMware Tanzu
 
Tanzu Developer Connect - French
VMware Tanzu
 
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
VMware Tanzu
 
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
VMware Tanzu
 
SpringOne Tour: The Influential Software Engineer
VMware Tanzu
 
SpringOne Tour: Domain-Driven Design: Theory vs Practice
VMware Tanzu
 
Ad

Recently uploaded (20)

PPTX
From spreadsheets and delays to real-time control
SatishKumar2651
 
PPTX
AEM User Group: India Chapter Kickoff Meeting
jennaf3
 
PPTX
Function & Procedure: Function Vs Procedure in PL/SQL
Shani Tiwari
 
PDF
AI Prompts Cheat Code prompt engineering
Avijit Kumar Roy
 
PDF
How to Hire AI Developers_ Step-by-Step Guide in 2025.pdf
DianApps Technologies
 
PPTX
Smart Doctor Appointment Booking option in odoo.pptx
AxisTechnolabs
 
PPTX
Get Started with Maestro: Agent, Robot, and Human in Action – Session 5 of 5
klpathrudu
 
PDF
Why is partnering with a SaaS development company crucial for enterprise succ...
Nextbrain Technologies
 
PDF
Latest Capcut Pro 5.9.0 Crack Version For PC {Fully 2025
utfefguu
 
PPTX
Build a Custom Agent for Agentic Testing.pptx
klpathrudu
 
PDF
Empower Your Tech Vision- Why Businesses Prefer to Hire Remote Developers fro...
logixshapers59
 
PDF
ERP Consulting Services and Solutions by Contetra Pvt Ltd
jayjani123
 
PDF
MiniTool Power Data Recovery 8.8 With Crack New Latest 2025
bashirkhan333g
 
PPTX
Comprehensive Risk Assessment Module for Smarter Risk Management
EHA Soft Solutions
 
PDF
Dipole Tech Innovations – Global IT Solutions for Business Growth
dipoletechi3
 
PDF
IObit Driver Booster Pro 12.4.0.585 Crack Free Download
henryc1122g
 
PDF
SciPy 2025 - Packaging a Scientific Python Project
Henry Schreiner
 
PDF
Best Web development company in india 2025
Greenusys
 
PDF
IDM Crack with Internet Download Manager 6.42 Build 43 with Patch Latest 2025
bashirkhan333g
 
PDF
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
From spreadsheets and delays to real-time control
SatishKumar2651
 
AEM User Group: India Chapter Kickoff Meeting
jennaf3
 
Function & Procedure: Function Vs Procedure in PL/SQL
Shani Tiwari
 
AI Prompts Cheat Code prompt engineering
Avijit Kumar Roy
 
How to Hire AI Developers_ Step-by-Step Guide in 2025.pdf
DianApps Technologies
 
Smart Doctor Appointment Booking option in odoo.pptx
AxisTechnolabs
 
Get Started with Maestro: Agent, Robot, and Human in Action – Session 5 of 5
klpathrudu
 
Why is partnering with a SaaS development company crucial for enterprise succ...
Nextbrain Technologies
 
Latest Capcut Pro 5.9.0 Crack Version For PC {Fully 2025
utfefguu
 
Build a Custom Agent for Agentic Testing.pptx
klpathrudu
 
Empower Your Tech Vision- Why Businesses Prefer to Hire Remote Developers fro...
logixshapers59
 
ERP Consulting Services and Solutions by Contetra Pvt Ltd
jayjani123
 
MiniTool Power Data Recovery 8.8 With Crack New Latest 2025
bashirkhan333g
 
Comprehensive Risk Assessment Module for Smarter Risk Management
EHA Soft Solutions
 
Dipole Tech Innovations – Global IT Solutions for Business Growth
dipoletechi3
 
IObit Driver Booster Pro 12.4.0.585 Crack Free Download
henryc1122g
 
SciPy 2025 - Packaging a Scientific Python Project
Henry Schreiner
 
Best Web development company in india 2025
Greenusys
 
IDM Crack with Internet Download Manager 6.42 Build 43 with Patch Latest 2025
bashirkhan333g
 
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 

Multiplatform Apps with Spring, Kotlin, and RSocket