- Kotlin for Enterprise Applications using Java EE
- Raghavendra Rao K
- 169字
- 2021-06-10 18:49:22
Kotlin – The Game Changer
Enterprises typically develop their applications or microservices based on Java. Java is the first choice of language for development because it is robust, safe, and backward compatible. Java's platform independence makes it suitable for developing web services and enterprise applications. Having said that, however, have we ever considered whether there might be a better way to write code, one that makes it easy not only to develop an application, but also to maintain it over a period of time?
With its elegant syntax and numerous features, Kotlin makes it much easier to work with. Writing code with Kotlin is much simpler. We can develop complex applications quickly and maintain them easily:
The following topics will be covered in this chapter:
- What makes Kotlin stand out among other JVM-based languages
- A comparison with Java
- How to configure Kotlin in IDEs
- What Coroutines are and how to use them in an application
- Using Java and Kotlin to set up a project
- 編程卓越之道(卷3):軟件工程化
- Learning ASP.NET Core 2.0
- Essential Angular
- MySQL數據庫管理與開發(慕課版)
- PHP+MySQL網站開發項目式教程
- 精通Python設計模式(第2版)
- R大數據分析實用指南
- C++面向對象程序設計習題解答與上機指導(第三版)
- 全棧自動化測試實戰:基于TestNG、HttpClient、Selenium和Appium
- R Data Analysis Cookbook(Second Edition)
- Red Hat Enterprise Linux Troubleshooting Guide
- Visual FoxPro 6.0程序設計
- Practical Maya Programming with Python
- Data Manipulation with R(Second Edition)
- C語言程序設計