Sam
09/03/2019, 4:32 AMKtor
for building my own API . But I’m so curious about Web Architecture between Java and Ktor.
So what different Web Application between building base on `java`(Spring Java EE) and Kotlin
(Ktor) ???
What is the relationship of Java and Kotlin when developing web? What different ? what the same things?
Thanksgildor
09/03/2019, 5:30 AMSam
09/03/2019, 6:39 AMKtor
must follow the same architecture diagram such as Application Server, Web Server, Web containers. right ?gildor
09/03/2019, 6:41 AMSam
09/03/2019, 6:42 AMgildor
09/03/2019, 6:43 AMSam
09/03/2019, 6:44 AMgildor
09/03/2019, 6:45 AMSam
09/03/2019, 6:45 AMgildor
09/03/2019, 6:46 AMSam
09/03/2019, 6:50 AMWhat kind knowledge?
the knowledge relevant to how Engine and Server work together, or general knowledge for Backend.gildor
09/03/2019, 6:52 AMSam
09/03/2019, 6:53 AMgildor
09/03/2019, 6:55 AMSam
09/03/2019, 6:57 AMgildor
09/03/2019, 6:58 AMSam
09/03/2019, 6:59 AMgildor
09/03/2019, 7:01 AMrun application standaloneYes for Netty/Jetty/CIO, not for tomcat, where you run Ktor as war container
Sam
09/03/2019, 7:14 AMThis can be used standalone, and does not need a running Tomcat server
Ref : https://tomcat.apache.org/tomcat-8.0-doc/deployer-howto.html
=> You mean we shouldn’t use tomcat for Application Standalone, because you must include Tomcat
in package ( (war/jar) right?gildor
09/03/2019, 2:35 PMSam
09/03/2019, 5:42 PMnapperley
09/03/2019, 9:58 PMgildor
09/03/2019, 11:22 PM