📜 [專欄新文章] Solidity Weekly #18
✍️ mingderwang
📥 歡迎投稿: https://medium.com/taipei-ethereum-meetup #徵技術分享文 #使用心得 #教學文 #medium
web3j 介紹 — for Java developers
從上面這個 Google Trends 看得出來,Taiwan 真的很多 Smart Contract 的開發者,但卻很少企業級的 Java 用戶真的開始在寫區塊鏈的應用。相較於其他幾個軟體大國,都有一半以上的 Ethereum 相容的 blockchains 使用者討論,來自於 Java 的用戶,才會使用 web3j 來與區塊鏈連接。
初學區塊鏈的 Java 程式員可以參考 Intro to Blockchain With Ethereum, Web3j and Spring Boot: Smart Contracts,來了解 Ethereum 區塊鏈與 Web3j 使用的基本概念。如果還是太深,當然你可以從 Medium 台北以太坊社群專欄的文章看起。
如果你公司用 EIPs (Enterprise Integration Patterns),例如 Apache Camel 或 Camel K (Camel for Kubernetes) 來做企業應用程式間的整合,不妨參考 Enterprise Integration for Ethereum。利用現有的 Camel-web3j component 可以直接跟 Ethereum 區塊鏈 Geth 或 Parity nodes 整合。(當然也能跟 Ethereum 相容的 nodes,例如 Quorum 的私有區塊鏈或 Infura 整合)
這期簡單介紹 web3j 的現況與文章,希望有更多 Java 的程式設計師能加入探討相關企業區塊鏈整合的問題。可以到 https://ethertw.slack.com/ 的 #eip channel 來討論。
Solidity Weekly #18 was originally published in Taipei Ethereum Meetup on Medium, where people are continuing the conversation by highlighting and responding to this story.
👏 歡迎轉載分享鼓掌
「apache camel」的推薦目錄:
- 關於apache camel 在 Taipei Ethereum Meetup Facebook 的最讚貼文
- 關於apache camel 在 Apache Camel - GitHub 的評價
- 關於apache camel 在 java - What exactly is Apache Camel? - Stack Overflow 的評價
- 關於apache camel 在 Apache Camel的核心概念 - 心内求法 的評價
- 關於apache camel 在 Apache Camel 3: The Next Generation Of Enterprise Integration 的評價
- 關於apache camel 在 apache-camel 入門| 他山教程,只選擇最優質的自學材料 的評價
apache camel 在 Apache Camel的核心概念 - 心内求法 的推薦與評價
Apache Camel 的整体架构Apache Camel是一个消息处理引擎,实现了EIP(Enterprise Integration Patterns,企业整合模式)。 Camel能够用来处理来自于不同 ... ... <看更多>
apache camel 在 Apache Camel - GitHub 的推薦與評價
Apache Camel is a small library that has minimal dependencies for easy embedding in any Java application. Apache Camel lets you work with the same API ... ... <看更多>