Este conteúdo não está disponível no idioma selecionado.
Chapter 2. Fuse Online
Fuse Online is a new offering that provides a web browser interface that lets a business expert integrate two or more different applications or services without writing code. It also provides features that allow the addition of code if it is needed for complex use cases.
Fuse Online runs an integration on OpenShift as a Spring Boot application that uses Apache Camel.
2.1. Evaluate Fuse Online Copiar o linkLink copiado para a área de transferência!
To try out Fuse Online, sign up for the Fuse Online technical preview, which provides a temporary account on OpenShift Online that lets you evaluate the technical preview release.
2.2. New features Copiar o linkLink copiado para a área de transferência!
The main new features of Fuse Online in version 7.0 TP4 are:
New connectors for:
- AMQP
- Dropbox
- FTP/SFTP
- HTTP/HTTPS
- Slack
- Ability to connect to a database for which you can supply a JDBC driver.
- Ability to map data from fields that were output from any previous step to fields for the next step. In the previous release, you could map output data from only the previous step.
- Monitoring tools that provide integration execution metrics, system metrics, and log information for each step in an integration.
- Management tools for handling multiple versions of an integration. For example, if an integration update does not work correctly then you can republish an older, correct version of the integration.
- Ability to add additional logging between any two steps in an integration.
- Ability to specify input/output types for AMQ, AMQP, and Amazon S3 connection actions.
-
Ability to connect to a REST API that has a Swagger definition that specifies
application/xml. Previously, onlyapplication/jsonwas supported. - Support for uploading extensions that provide custom connectors for creating connections that you can use in integrations. A custom connector lets you connect to an application that is not in the set of applications for which Fuse Online provides connectors.
- Ability to import multiple integrations into another Fuse Online environment in one operation.
- Numerous user interface improvements that make Fuse Online more intuitive to use. For example, there are visual cues for where data mapping is required.
2.3. Important notes Copiar o linkLink copiado para a área de transferência!
Important notes for the JBoss Fuse 7.0 TP4 release of the Fuse Online distribution:
- In this Technology Preview, consider the names Red Hat Fuse Online and Fuse Ignite as interchangeable. Ignite is the name of the Red Hat web-based user experience for integration. Fuse Online is Ignite hosted on OpenShift Online. Ignite is a product feature of Fuse that is based on the Syndesis open source project.
- In this Technology Preview, only one Fuse Online integration at a time can be running. If you have a running (published) integration and you create a new integration and try to publish it, the new integration is automatically in the Unpublished state. You must unpublish the running integration before you can publish (start) the new integration.
- Connections to API clients are not required to specify input/output types. Input/output types are required, however, if you want to add a data mapper step to an integration before or after that connection.