- Full Stack Development with JHipster
- Deepu K Sasidharan Sendil Kumar N
- 224字
- 2021-08-27 19:57:34
Spring Framework
The Spring Framework (https://spring.io) might be the best thing since sliced bread in the Java world. It changed the Java web application landscape for the good. The landscape was monopolized by JavaEE vendors before the rise of Spring and soon after Spring, it became the number one choice for Java web developers, giving JavaEE a run for its money. At its core, Spring is an Inversion of Control (IoC) (https://docs.spring.io/spring/docs/current/spring-framework-reference/core.html#beans) container providing dependency injection and application context. The main features of Spring or the Spring triangle, combine IoC, Aspect-Oriented Programming (AOP) (https://docs.spring.io/spring/docs/current/spring-framework-reference/core.html#aop), and technology abstractions together in a consistent way. The framework has numerous modules aimed at different tasks, such as data management, security, REST, web services, and so on. Spring Framework and its modules are free and open source. Let us see some of the important modules in a bit more detail.
- Learning Scala Programming
- Advanced Quantitative Finance with C++
- 騰訊iOS測(cè)試實(shí)踐
- 三維圖形化C++趣味編程
- React.js Essentials
- Learning ELK Stack
- 區(qū)塊鏈項(xiàng)目開發(fā)指南
- Python函數(shù)式編程(第2版)
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- HTML5游戲開發(fā)實(shí)戰(zhàn)
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Drupal 8 Development Cookbook(Second Edition)
- 大話代碼架構(gòu):項(xiàng)目實(shí)戰(zhàn)版
- Elasticsearch實(shí)戰(zhàn)(第2版)
- jQuery權(quán)威指南