JBoss Fuse Interview Questions
1) What is ESB in JBoss fuse?
Enterprise Service Bus is the full form of ESB. It is often outlined as a medium intended to assist, implement and associate an application on the SOA principles but the usage is not up to the mark for all. The use of ESB associate degree optimum resolution ought to be done when there is an integration required for a variety of Endpoints such as Webservices, FTP, JMS, etc.
2) Why is ESB used?
Following are the few points that justify why Enterprise Service Bus is important:
-ESB plans to adjust the matter of combination with various compatible applications.
-It goes about as a Middleware, that is a moderator of the majority of your applications and encourages message steering between them.
-Instead of every application interfacing with every other alternative application directly, it simply has an individual interface to the ESB.
-The ESB is known for making an interpretation of messages to/from a standard arrangement and directing them to their goals.
-The significant sparing amid this methodology comes as a shelter in the event that you must trade any of your current applications. As opposed to composing a -full cluster of late interfaces, you right now exclusively have only one interface, i.e, between your application and in this manner the ESB.
3) What do you comprehend from SOA and ESB?
SOA and ESB are regularly utilized as compatible with each other. Yet they are totally unique. SOA is a structural design which enables the application to uncover its functionalities as an administration over the system by means of correspondence conventions. Whereas ESB is a model which encourages correspondence between different frameworks, yet ESB can be utilized as a spine while actualizing SOA.
4) After you unzip Fuse, what will you find in the directories inside the extracted Directory in JBoss Fuse?
We find the following in the directories:
bin
etc
deploy
lib
licenses
extras
Quickstarts
5) What is a Splitter in JBoss Fuse?
A splitter is a pattern used to split the whole input data of smaller size.
6) What is Apache Camel in JBoss?
Apache Camel is one of the versatile open-source integration frameworks that is basically known for the Enterprise Integration Patterns. The Camel software will empower to define the mediation and routing rules in lots of domain-specific languages that includes Java-based Fluent, Spring or Blueprint XML Configuration files, API and a Scala DSL.
7) What is the difference between a blueprint and a Spring dependency injection frameworks in JBoss Fuse?
When any new dependencies get into and are introduced in any of the blueprints through the XML schema namespaces, then the blueprint can resolve this dependency automatically on the run time. In contrast, when packaging the project as the OSGi bundle is done, the Spring dependency expects the developer to add some new dependencies that are explicitly maven-bundle-plugin configuration.
8) What does OSGi stand for and explain some of its features?
An OSGi means 'Open Source Gateway activity.' It gives these advantages in JBoss Fuse :
The compact and secure execution condition depends on the Java content.
It gives an administration the executive framework that can be utilized in enrolling and sharing administrations crosswise over groups and decouple specialist organizations of the service providers.
The OSGi additionally gives a dynamic module framework that can be utilized in progressively introducing and uninstalling Java modules, known as a pack by OSGi.
It is additionally lightweight and gives the best adaptable arrangement.
9) How can OSGi be executed with JBoss Fuse?
OSGi can be executed with JBoss Fuse by sending the application as groups.
10) How can the application be deployed as the Bundles?
One can deploy an application as the Bundles using the Apache Felix Plugin.
11) What is a Fabric in JBoss fuse applications?
In JBoss fuse, a Fuse Fabric is known to be the open-source mix stage that is utilized for profound administration in Java Containers (JVMs). It can assist the component of the JBoss Fuse Platform. Wire Fabric additionally makes it simple to computerize, arrange, design and oversee from any central area with just a predictable user-experience and user-interface.
12) JBOSS EAP, what do you know about that?
In JBoss Fuse, JBoss EAP is a JEE certified container that has leverages and can be flexible, modular architecture, and could also be integrated with EJB components, security, web services, and clustering. By utilizing the JEE container, one has full access to JEE components like the persistence and the injection framework.
13) What do you like to say about a Switchyard?
SwitchYard is a part-based improvement system that is engaged to construct organized, viable administrations and applications that utilize the ideas and can be best polished in SOA. Switchyard and Apache Camel works together in furnishing it with a quick, straightforward, adaptable reconciliation runtime with great justifiable availability and transport.
14) What is Apache Karaf?
The Apache Karaf is an OSGi based runtime, Apache Karaf is the place the Application group runs. JBoss Fuse utilizes Apache Karaf as its runtime where the groups run and work together to give the best business usefulness.
15) What do you like to say about Apache ActiveMQ?
Based on Apache ActiveMQ, the JBoss Fuse uses its embedded messaging service. Apache ActiveMQ supports the standard JMS 1.1 features and helps in providing a wide range of extended JMS features. Using these, robust and reliable messaging applications are built. Red Hat JBoss Fuse consists both the messaging broker and a client-side library that helps in enabling a remote communication among which the client applications is distributed. JBoss Fuse also supports Point-to-Point and Publish/Subscribe messaging along with both persistent and nonpersistent messages.
16) Explain what Apache CXF is?
Apache CXF is a Red Hat JBoss Fuse that has installed Web and RESTful administrations structure in it. This depends on Apache CXF and gives a little impression motor to make reusable web benefits alongside the administration empowering new and inheritance applications as a section in the incorporation arrangement. A Red Hat JBoss Fuse can assist an assortment of norms and conventions to make a web administration, similar to WSDL and SOAP among others. At that point, this permits the Code-first or Contract-first improvement with JAX-WS. Over this, Red Hat JBoss Fuse gives the best standard method for building the RESTful administrations in Java with JAX-RS.
17) Have you ever exposed a web service endpoint using the apache camel and could it be deployed it on JBoss Fuse?
Yes. Using Apache CXF, we can expose a web service. For doing so, one needs to use Contract first and then needs to approach to generate the classes from WSDL.
The pattern is like this:
Apache Camel + Apache CXF SOAP Webservices
18) Have you at any point uncovered a REST web administration endpoint by the utilization of Apache Camel?
Yes. Utilizing Apache CXF, one as the odds of uncovering a REST Endpoint. This is feasible for utilizing either JAX-RS or CXFRS.
19) How is OSGi implemented for Jboss Fuse?
By deploying the application as bundles.
No comments:
Post a Comment