Well, i know there is 3 types of fuse: standalone (karaf, eap and springboot), openshift and cloud.
Thinking about standalone type i have this 3 sub-types: Apache Karaf, EAP and SpringBoot.
Apache karaf: I downloaded it from RedHat website, in this link: https://developers.redhat.com/products/fuse/download/. And i can use only blueprint xml
EAP: I can't download it because it's a commercial license, so i can't test.
Spring Boot: Where can i download it ? Can i use Fluent Java API in this case ?
There are only 3 types of Red Hat Fuse distribution (there is no specific distribution for Spring Boot applications):
Red Hat Fuse on OpenShift : Fuse on OpenShift consists of an application and all required runtime components packaged inside a Docker image, you can see documentation for how to Develop an Application for the Spring Boot Image.
Red Hat Fuse standalone : application runs inside a runtime which options are Apache Karaf or Red Hat EAP (appeared on the picture above the question)
Red Hat Fuse Online
According to this link from Red Hat site :
In standalone deployment mode, a Spring Boot application is packaged as a Jar file and runs directly inside the Java Virtual Machine (JVM). That is, the Spring Boot application can be run directly using the java command with the -jar option.