語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Pro Kotlin web apps from scratch = b...
~
Lilleaas, August.
FindBook
Google Book
Amazon
博客來
Pro Kotlin web apps from scratch = building production-ready web apps without a framework /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Pro Kotlin web apps from scratch/ by August Lilleaas.
其他題名:
building production-ready web apps without a framework /
作者:
Lilleaas, August.
出版者:
Berkeley, CA :Apress : : 2023.,
面頁冊數:
xxi, 326 p. :ill., digital ;24 cm.
內容註:
Part I. Up and Running with a Web App -- 1. Setting Up A Development Environment -- 2. Setting Up the Web App Skeleton -- 3. Configuration Files -- 4. Decoupling Web Handlers from Specific Libraries -- Part II. Libraries and Solutions -- 5. Connecting to and Migrating SQL Databases -- 6. Querying a SQL Database -- 7. Automated Tests with jUnit 5 -- 8. Parallelizing Service Calls with Coroutines -- 9. Building Traditional Web Apps with HTML and CSS -- 10. Building API Based Backends -- 11. Deploying to a Traditional Server Based Environments -- 12. Build and Deploy to a Serverless Environment -- 13. Setup, Teardown and Dependency Injection with Spring Context -- 14. Enterprise Authentication using Spring Security -- Part III. Tools of the Trade -- 15. Choosing the Right Library -- 16. An Assortment of Kotlin Tricks -- Appendix A: Using Jooby Instead of Ktor -- Appendix B: Using Hoplite Instead of Typesafe Config -- Appendix C: Using Spek Instead of jUnit 5.
Contained By:
Springer Nature eBook
標題:
Kotlin (Computer program language) -
電子資源:
https://doi.org/10.1007/978-1-4842-9057-6
ISBN:
9781484290576
Pro Kotlin web apps from scratch = building production-ready web apps without a framework /
Lilleaas, August.
Pro Kotlin web apps from scratch
building production-ready web apps without a framework /[electronic resource] :by August Lilleaas. - Berkeley, CA :Apress :2023. - xxi, 326 p. :ill., digital ;24 cm.
Part I. Up and Running with a Web App -- 1. Setting Up A Development Environment -- 2. Setting Up the Web App Skeleton -- 3. Configuration Files -- 4. Decoupling Web Handlers from Specific Libraries -- Part II. Libraries and Solutions -- 5. Connecting to and Migrating SQL Databases -- 6. Querying a SQL Database -- 7. Automated Tests with jUnit 5 -- 8. Parallelizing Service Calls with Coroutines -- 9. Building Traditional Web Apps with HTML and CSS -- 10. Building API Based Backends -- 11. Deploying to a Traditional Server Based Environments -- 12. Build and Deploy to a Serverless Environment -- 13. Setup, Teardown and Dependency Injection with Spring Context -- 14. Enterprise Authentication using Spring Security -- Part III. Tools of the Trade -- 15. Choosing the Right Library -- 16. An Assortment of Kotlin Tricks -- Appendix A: Using Jooby Instead of Ktor -- Appendix B: Using Hoplite Instead of Typesafe Config -- Appendix C: Using Spek Instead of jUnit 5.
Build production-grade web apps from scratch - without using frameworks - with Kotlin on the Java platform. You'll learn how to use and compose libraries, how to choose between different libraries, and the benefits of explicit and straight-forward code, vs. the implicit magic, conventions, and inversion of control you often see in frameworks. The book teaches the Kotlin language by building production-ready Kotlin code. You'll gain a deep understanding of the idiomatic use of the Kotlin language along with knowledge of how to apply Kotlin in production-grade web apps. The book also bridges the gap between building from scratch and using existing frameworks. For example, you'll learn how to integrate Spring Security-based authentication in web apps written from scratch, so you can leverage existing tooling in your organization without having to take on the entire Spring framework. The first section of the book sets up the base structure of your web app, such as routing, configuration files, and database migrations. The remaining chapters are broken into individual aspects of building production-ready web apps. Appendices at the end of the book explain how to use different libraries than the ones chosen in the main chapters, so you'll learn how to decouple your code from specific libraries, and choose between many different libraries to get the job done in your own web apps. What You Will Learn Compose libraries and manage boilerplate code using idiomatic and powerful Kotlin Manage and query SQL databases without ORMs and mapping layers Write resilient and change-proof tests in support of test-driven development practices Create traditional, HTML-based web apps, APIs for JavaScript-based single-page web apps and native mobile apps Manage parallelism and external service calls using Kotlin co-routines Deploy to production using embedded servers, WAR files, and serverless approaches Bridge the gap between custom-built apps and enterprise, using Spring Context and Spring Security.
ISBN: 9781484290576
Standard No.: 10.1007/978-1-4842-9057-6doiSubjects--Topical Terms:
3619943
Kotlin (Computer program language)
LC Class. No.: QA76.73.K68 / L55 2023
Dewey Class. No.: 005.114
Pro Kotlin web apps from scratch = building production-ready web apps without a framework /
LDR
:04023nmm a2200325 a 4500
001
2316490
003
DE-He213
005
20230124123830.0
006
m d
007
cr nn 008maaau
008
230902s2023 cau s 0 eng d
020
$a
9781484290576
$q
(electronic bk.)
020
$a
9781484290569
$q
(paper)
024
7
$a
10.1007/978-1-4842-9057-6
$2
doi
035
$a
978-1-4842-9057-6
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.K68
$b
L55 2023
072
7
$a
UMX
$2
bicssc
072
7
$a
COM051280
$2
bisacsh
072
7
$a
UMX
$2
thema
082
0 4
$a
005.114
$2
23
090
$a
QA76.73.K68
$b
L729 2023
100
1
$a
Lilleaas, August.
$3
3629771
245
1 0
$a
Pro Kotlin web apps from scratch
$h
[electronic resource] :
$b
building production-ready web apps without a framework /
$c
by August Lilleaas.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2023.
300
$a
xxi, 326 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Part I. Up and Running with a Web App -- 1. Setting Up A Development Environment -- 2. Setting Up the Web App Skeleton -- 3. Configuration Files -- 4. Decoupling Web Handlers from Specific Libraries -- Part II. Libraries and Solutions -- 5. Connecting to and Migrating SQL Databases -- 6. Querying a SQL Database -- 7. Automated Tests with jUnit 5 -- 8. Parallelizing Service Calls with Coroutines -- 9. Building Traditional Web Apps with HTML and CSS -- 10. Building API Based Backends -- 11. Deploying to a Traditional Server Based Environments -- 12. Build and Deploy to a Serverless Environment -- 13. Setup, Teardown and Dependency Injection with Spring Context -- 14. Enterprise Authentication using Spring Security -- Part III. Tools of the Trade -- 15. Choosing the Right Library -- 16. An Assortment of Kotlin Tricks -- Appendix A: Using Jooby Instead of Ktor -- Appendix B: Using Hoplite Instead of Typesafe Config -- Appendix C: Using Spek Instead of jUnit 5.
520
$a
Build production-grade web apps from scratch - without using frameworks - with Kotlin on the Java platform. You'll learn how to use and compose libraries, how to choose between different libraries, and the benefits of explicit and straight-forward code, vs. the implicit magic, conventions, and inversion of control you often see in frameworks. The book teaches the Kotlin language by building production-ready Kotlin code. You'll gain a deep understanding of the idiomatic use of the Kotlin language along with knowledge of how to apply Kotlin in production-grade web apps. The book also bridges the gap between building from scratch and using existing frameworks. For example, you'll learn how to integrate Spring Security-based authentication in web apps written from scratch, so you can leverage existing tooling in your organization without having to take on the entire Spring framework. The first section of the book sets up the base structure of your web app, such as routing, configuration files, and database migrations. The remaining chapters are broken into individual aspects of building production-ready web apps. Appendices at the end of the book explain how to use different libraries than the ones chosen in the main chapters, so you'll learn how to decouple your code from specific libraries, and choose between many different libraries to get the job done in your own web apps. What You Will Learn Compose libraries and manage boilerplate code using idiomatic and powerful Kotlin Manage and query SQL databases without ORMs and mapping layers Write resilient and change-proof tests in support of test-driven development practices Create traditional, HTML-based web apps, APIs for JavaScript-based single-page web apps and native mobile apps Manage parallelism and external service calls using Kotlin co-routines Deploy to production using embedded servers, WAR files, and serverless approaches Bridge the gap between custom-built apps and enterprise, using Spring Context and Spring Security.
650
0
$a
Kotlin (Computer program language)
$3
3619943
650
0
$a
Web applications
$x
Development.
$3
2165708
650
1 4
$a
Java.
$3
517732
650
2 4
$a
Web Development.
$3
3134872
650
2 4
$a
Mobile Computing.
$3
3201332
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-9057-6
950
$a
Professional and Applied Computing (SpringerNature-12059)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9452740
電子資源
11.線上閱覽_V
電子書
EB QA76.73.K68 L55 2023
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入