- WSO2 Developer’s Guide
- Fidel Prieto Estrada Ramón Garrido Lázaro
- 315字
- 2021-07-08 10:05:55
Creating carbon projects
When we develop a WSO2 Enterprise Integrator application, we can create different types of projects depending on the functionality required. These projects are called carbon projects, and there are several kinds of projects depending on the functionality needed.
As you may remember from Chapter 1, Getting Started with SOA and WSO2, WSO2 Enterprise Integrator is a bundle made up of previous individual products. Hence, we will have to create different kinds of projects depending on the built-in product in which we are implementing each part of our application functionality. Thus, we have different projects for the Enterprise Service Bus (ESB), Data Services Server (DSS), or Business Process Server (BPS) built-in components.
Focusing on the scope of the book, we will make use of the following:
- ESBConfig Project: This project contains all artifacts related to the functionality developed in the ESB.
- Registry Resource Project: This project will be used to add resources such as XSL transformations, WSLD files, and XSD files to the EI registry. Some of the artifacts used to develop our application require complementary files that must be stored in the EI registry.
- Data Service Project: In this kind of project, we add the data services required in our application.
- Composite Application Project: This project generates the deployable artifact of our application. It detects the existing artifacts in the projects within the workspace and allows us to select which ones will be packaged in a composite application that will be deployed in WSO2EI.
- ESB Solution Project: This project is not a real project; rather, it can be considered as a wizard, as it can make a developer's life easier. It allows us to create the most common projects needed in a service development using just one wizard.
All these projects use Maven technology, so we will find the mandatory pom.xml file required in these types of projects in all of them.
- 黑客攻防從入門到精通(實戰秘笈版)
- Git高手之路
- Learning AWS Lumberyard Game Development
- Visual Basic程序設計教程
- Apache Karaf Cookbook
- GameMaker Programming By Example
- Hands-On Microservices with Kotlin
- Getting Started with Hazelcast(Second Edition)
- JavaCAPS基礎、應用與案例
- jQuery炫酷應用實例集錦
- 從程序員角度學習數據庫技術(藍橋杯軟件大賽培訓教材-Java方向)
- 算法圖解
- PhoneGap 4 Mobile Application Development Cookbook
- Java EE 8 and Angular
- Clojure Web Development Essentials