- Learning Apache Apex
- Thomas Weise Munagala V. Ramanath David Yan Kenneth Knowles
- 246字
- 2021-07-02 22:38:39
Setting up the development environment
Development of Apex applications requires a Java development environment with the following:
- Java Development Kit (JDK): Apex applications are mostly written in Java, and Apex itself is implemented in Java. Other Java Virtual Machine (JVM) languages such as Scala can also be used, but this is outside the scope of this book.
- Maven: Apex comes with a Maven Archetype to bootstrap new projects and the Apex project itself also uses Maven as build tool.
In addition to the above, it is recommended to have an IDE with Maven support such as IntelliJ or Eclipse. Apex provides code style settings for these IDEs that can optionally be used.
It is further recommended to have Git installed. Git is not required to build an application, but it is a convenient way to fetch the Apex source code and is especially useful for easily navigating the full operator library (apex-malhar) project within the IDE when working on operator customizations.
For the latest details on setting up a development environment, please refer to http://apex.apache.org/docs/apex/apex_development_setup/.
Application development can be done on any host operating system that can provide the above, including macOS, Windows, and Linux. Much of the development and functional testing can be done on the local machine within the IDE. Apex applications can run in embedded mode for this purpose, which eliminates the need to have a Hadoop cluster, which typically runs on Linux. Options for running Hadoop will be covered later as well.
- 過程控制工程及仿真
- Photoshop CS4經(jīng)典380例
- Learning Apache Cassandra(Second Edition)
- 數(shù)據(jù)運營之路:掘金數(shù)據(jù)化時代
- PIC單片機C語言非常入門與視頻演練
- 菜鳥起飛系統(tǒng)安裝與重裝
- 傳感器與新聞
- 在實戰(zhàn)中成長:C++開發(fā)之路
- 經(jīng)典Java EE企業(yè)應用實戰(zhàn)
- 三菱FX/Q系列PLC工程實例詳解
- 智慧未來
- Java組件設計
- 自適應學習:人工智能時代的教育革命
- 教育創(chuàng)新與創(chuàng)新人才:信息技術(shù)人才培養(yǎng)改革之路(四)
- 數(shù)據(jù)結(jié)構(gòu)與實訓