Choose a topic to test your knowledge and improve your Spring skills
Spring manages UI as flows.
Stated related to Spring Web flows.
Once a state has completed its tasks, it fires an event.
Required dependencies to manage web UI flows.
Spring Web flow supports.
Spring Web flow can enable both Unified EL and Object-Graph Navigation Language (OGNL).
To create URL path mappings from the ids of registered flow definitions.
XML Based flow definitions can be validated by:-
Element to trigger an action for view module.
Variable to trigger the flow execution.
.Servers which listen on port 8080.
Interface which is used to persist instances sessions.
Class which assist Spring Web flow in handling form.
Property for action to instantiate form objects.
Element which secures web flows.
To secure web flows with Spring Security.
Group id to add spring security using Maven.
auto-config provides only default form-based login service.
To enable Spring security for web flows.
Which of the following class should replace ‘?’. <beans ...> ... <webflow:flow-executor id="flowExecutor"> <webflow:flow-execution-listeners> <webflow:listener ref="securityFlowExecutionListener" /> </webflow:flow-execution-listeners> </webflow:flow-executor> <bean id="securityFlowExecutionListener" class="?" /> </beans>
Which attribute is used to access security element of web flow.
Spring web flow supports integration with.
To integrate JPA with Spring Web flows.
To integrate Hibernate with Spring Web flows.
HibernateFlowExecutionListener and JpaFlowExecutionListener both belongs to which of the package.
JpaFlowExecutionListener and Hibernate Listener binds to flow scope.
Libraries used to integrate Hibernate with JPA.
To configure JPA vendor-specific information.
You have to register a flow execution listener in the flow executor.
View Technologies to render Spring Web MVC view.
Submodules of Spring Web Flow to simplify use of JSF and javascript in Spring.
Spring Faces provides a set of client-side validation components for standard JSF input components.
To use JSF Validation components provided by spring faces.
Attribute used to handle web flow requests.
JSF view handler to enable Facelets and a SpringBeanFacesELResolver to access Spring beans.
To resolve Facelets views we configure:-
File extension of a view state’s name which is by default loaded by facelet page.
Navigation in traditional JSF applications is handled by:-
For cross field validation or some sort of barrier to ensure state before you start a flow, we use.
To use Spring Faces Components, we register which of the following?
Resources retrieved by Spring Faces Component.
Component which additionally provides a pop-up date picker control for its enclosed input field.
Component which encloses command button.
Libraries provided by RichFaces an integration support for Spring web flow.
Design pattern implemented by Dispatcher Servlet.
Class used to give a class behavior of a Dispatcher Servlet.
Annotation for Controller Class.
Handler method annotation.
Method arguments that can be used in handler methods using the @RequestMapping annotation.
Annotation which represents cookie values of requests.