Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

JBoss Interview Questions and Answers

Ques 6. Which component handles cluster communication in JBoss?

The JGroups framework provides services to enable peer-to-peer communications between nodes in a cluster. It is built on top a stack of network communication protocols that provide transport, discovery, reliability and failure detection, and cluster membership management services.

Is it helpful? Add Comment View Comments
 

Ques 7. Is it possible to put a JBoss server instance into multiple cluster at the same time?

It is technically possible to put a JBoss server instance into multiple clusters at the same time, this practice is generally not recommended, as it increases the management complexity.

Is it helpful? Add Comment View Comments
 

Ques 8. What's JBoss JBPM?

JBoss JBPM is a platform for process languages. At the base there is a java library to define and execute graphs. The actual process constructs like e.g. send email, user task and update database are defined on top of this. Every process language is made up of a set of such process constructs. And that is what is pluggable in this base library. On top of the JBoss jBPM base library, there are implemented several process languages as a set of process constructs: jPDL, BPEL and SEAM pageflow:

  • jPDL is a process language with a clean interface to Java and very sophisticated task management capabilities. There is no standard for Java process languages, so it is proprietary.
  • BPEL is a service orchestration language. As said before, in BPEL, you can write new services as a function of other services. This is typically a component of an Enterprise Service Bus (ESB).
  • SEAM pageflow is a language that allows for the graphically define the navigation between pages in a SEAM web application.

Is it helpful? Add Comment View Comments
 

Ques 9. What is about Seam?

  • Built on the standards JavaServer Faces and EJB 3.0, JBoss Seam unifies component and programming models and delivers a consistent and powerful framework for rapid creation of web applications with Java EE 5.0. 
  • Seam simplifies web application development and enables new functionality that was difficult to implement by hand before, such as stateful conversations, multi-window operation, and handling concurrent fine-grained AJAX requests
  • Seam also unifies and integrates popular open source technologies like Facelets, Hibernate, iText, and Lucene.

Is it helpful? Add Comment View Comments
 

Ques 10. Does Seam run on other application servers besides JBoss?

Seam runs beautifully on other application servers - just like everything else the Hibernate team does, this is not a JBoss-only thing.

Is it helpful? Add Comment View Comments
 

Most helpful rated by users:

©2024 WithoutBook