Take as many assements as you can to improve your validate your skill rating
Total Questions: 20
1. Because our jBPM configuration uses Hibernate, we have to configure the :-
Correct Answer is : AnnotatedSessionFactoryBean
2. The next bean—the dataSource—is configured entirely at your discretion. The properties are set using properties in the properties file :-
Correct Answer is : jbpm4.properties
3. When we’re integrating with Spring, we modify the transaction-context element and the command-service element.
Correct Answer is : TRUE
4. The hibernate-session element tells jBPM to reuse an existing Hibernate session:-
Correct Answer is : TRUE
5. The spring-transaction-interceptor element is a special element to enable jBPM to defer to the TransactionManager defined in our application context.
Correct Answer is : TRUE
6. View Technologies to render Spring Web MVC view.
Correct Answer is : All of the mentioned
7. Submodules of Spring Web Flow to simplify use of JSF and javascript in Spring.
Correct Answer is : All of the mentioned
8. Spring Faces provides a set of client-side validation components for standard JSF input components.
Correct Answer is : TRUE
9. To use JSF Validation components provided by spring faces.
Correct Answer is : Facelets
10. Attribute used to handle web flow requests.
Correct Answer is : servlet-mapping
11. JSF view handler to enable Facelets and a SpringBeanFacesELResolver to access Spring beans.
Correct Answer is : FaceletViewHandler
12. To resolve Facelets views we configure:-
Correct Answer is : ViewResolver
13. File extension of a view state’s name which is by default loaded by facelet page.
Correct Answer is : .xhtml
14. Navigation in traditional JSF applications is handled by:-
Correct Answer is : all of the mentioned
15. For cross field validation or some sort of barrier to ensure state before you start a flow, we use.
Correct Answer is : FacesContext
16. To use Spring Faces Components, we register which of the following?
Correct Answer is : ResourceServlet
17. Resources retrieved by Spring Faces Component.
Correct Answer is : All of the mentioned
18. Component which additionally provides a pop-up date picker control for its enclosed input field.
Correct Answer is : clientDateValidator
19. Component which encloses command button.
Correct Answer is : validateAllInClick
20. Libraries provided by RichFaces an integration support for Spring web flow.