- Instant JRebel
- Jonathan Lermitage
- 156字
- 2021-07-21 18:16:54
Preface
Software development takes time, and consists of many phases. Meanwhile, two phases (software compilation and deployment) are ignored because they take a lot of time. Recompiling a large application is usually too long, and some users prefer to use a continuous-integration server, such as Hudson or Jenkins. It is a good idea, but you still have to wait to test and validate your work. This problem exists for both desktop and web applications. Also, web applications have to be deployed and updated after each code change, which is time consuming.
Modern IDEs are able to improve the compilation and deployment steps. Actually, they already do a very good job, and you could think it is not possible to work even faster. This is the main objective of this book. JRebel does the same job as IDEs, but you will understand why it is a killer app. Compilation and deployment times are almost reduced to zero.
- 微服務(wù)設(shè)計(jì)(第2版)
- The Complete Rust Programming Reference Guide
- AngularJS入門與進(jìn)階
- 新一代通用視頻編碼H.266/VVC:原理、標(biāo)準(zhǔn)與實(shí)現(xiàn)
- Java EE框架整合開(kāi)發(fā)入門到實(shí)戰(zhàn):Spring+Spring MVC+MyBatis(微課版)
- Python自動(dòng)化運(yùn)維快速入門
- Learning AWS Lumberyard Game Development
- Web程序設(shè)計(jì)(第二版)
- 快速念咒:MySQL入門指南與進(jìn)階實(shí)戰(zhàn)
- Spring Boot+Vue全棧開(kāi)發(fā)實(shí)戰(zhàn)
- Python+Tableau數(shù)據(jù)可視化之美
- Android傳感器開(kāi)發(fā)與智能設(shè)備案例實(shí)戰(zhàn)
- Extending Unity with Editor Scripting
- Julia數(shù)據(jù)科學(xué)應(yīng)用
- 貫通Tomcat開(kāi)發(fā)