- Jakarta EE Cookbook
- Elder Moraes
- 70字
- 2021-06-24 16:12:41
There's more...
What we did here is called programmatic security, that is, we defined the security rules and roles through our code (the program). There's another approach called declarative security, where you declare the rules and roles through application and server configurations.
One good step up for this recipe is to evolve the roles management to a source outside the application, such as a database or a service.
推薦閱讀
- Learn to Create WordPress Themes by Building 5 Projects
- OpenCV實例精解
- Arduino by Example
- Leap Motion Development Essentials
- Vue.js快速入門與深入實戰
- Rust Cookbook
- Building Cross-Platform Desktop Applications with Electron
- Mastering Rust
- Learning Python by Building Games
- 劍指MySQL:架構、調優與運維
- Python編程實戰
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- RESTful Web API Design with Node.js(Second Edition)
- Spring Boot從入門到實戰