- Spring 5.0 Projects
- Nilang Patel
- 129字
- 2021-07-02 12:35:01
Reactive Programming in Java
An asynchronous processing approach is a perfect fit while dealing with a huge volume of data or a large set of users. It will make the system responsive and improve the overall user experience. Implementing asynchronous processing in Java with the custom code would be cumbersome and harder to implement. Reactive Programming would be beneficial in this scenario.
Java doesn't provide native support for Reactive Programming like other JVM-based programming languages such as Scala or Clojure do. However, from version 9, Java has started supporting Reactive Programming natively. Apart from native support in Java 9, there are other implementation layers that help to achieve Reactive Programming with an older version of Java (such as Java 8). We will see a few of them, as follows.
- Mastering Machine Learning for Penetration Testing
- Twilio Cookbook
- 網(wǎng)絡(luò)互聯(lián)技術(shù)(實(shí)踐篇)
- 互聯(lián)網(wǎng)基礎(chǔ)資源技術(shù)與應(yīng)用發(fā)展態(tài)勢(shì)(2021—2023)
- 互聯(lián)網(wǎng)安全的40個(gè)智慧洞見:2015年中國互聯(lián)網(wǎng)安全大會(huì)文集
- SSL VPN : Understanding, evaluating and planning secure, web/based remote access
- 數(shù)字通信同步技術(shù)的MATLAB與FPGA實(shí)現(xiàn):Altera/Verilog版(第2版)
- 世界互聯(lián)網(wǎng)發(fā)展報(bào)告·2019
- Getting Started with Grunt:The JavaScript Task Runner
- Kong網(wǎng)關(guān):入門、實(shí)戰(zhàn)與進(jìn)階
- 物聯(lián)網(wǎng)與智能家居
- Qt5 Python GUI Programming Cookbook
- 5G智慧交通
- 智能物聯(lián)網(wǎng):區(qū)塊鏈與霧計(jì)算融合應(yīng)用詳解
- Python Web Scraping Cookbook