Choose a topic to test your knowledge and improve your Spring skills
Spring MVC supports generating PDF files using which of the following libraries.
To publish a REST service with Spring.
Publishing an application’s data as a REST service requires.
Spring supports a series of mechanisms to generate a REST service payload.
Annotation added as an input parameter to the handler method.
Notation for defining REST endpoints.
General-purpose class that allows a response to be rendered using a marshaller.
Marshalling is the process of transforming an in-memory representation of an object into a data format.a
The marshaller used by MarshallingView belongs to one of a series of XML marshallers.
To configure Jaxb2Marshaller marshaller we require.
In the case of classesToBeBound, the classes assigned to this property, indicate the class (i.e., object) structure that is to be transformed into XML.
Annotation which allows the Jaxb2Marshaller marshaller to detect a class’s (i.e., object’s) fields.
Accessing a third-party REST service inside a Spring application.
REST service end point comprises an address.
XML tag which represents information related to a REST service request.
RestTemplate class method which performs an HTTP HEAD operation.
Payload format for REST services.
All REST service payloads rely on XML markup.
Class that forms part of Spring to apply JSON content.
The MappingJacksonJsonView class depends on Jackson JSON processor library.
Information you wish to publishas a JSON Object can be located in a RDBMS or text file, accessed through JDBC or ORM.
JSON payload consists of text and separators like.
To access JSON in a Spring application, library used is:-
You are often better served accessing and manipulating REST services with XML payloads in Spring applications.
Class which is capable of performing a multitude of operations on REST services.
XML query language for selecting nodes from an XML document.
The Handler method assigns the returning XML payload to a String.
To extract and manipulate payloads in Spring REST in a format other than String.
To write your own converters relying on the MarshallingHttpMessageConverter interface that would allow the use of custom marshallers.
To override the default implementations registered with the RestTemplate class.
To extract and manipulate the contents of a REST service payload.
IntelliJ IDEA product, versions 8 and 9, supports:-
Flex is that it is, technically, a library implemented on top of the middleware.
In Flash, the displayed area where animation and rendering occurs.
Flex uses a language called ActionScript 3.0.
ActionScript code pages end in .as, and ActionScript binaries are .sf files.
Linkable libraries have the extension.
The source artifacts of a Flex application are:-
XML variant that describe the UI components and provide a DOM.
MXML files support a limited form of expression language binding
Outermost tag in Flex.
Outermost tag in AIR.
As soon as the application has been loaded and all the objects configured, an event will be fired.
JavaScript library dynamically adds the plug-in content to the page.
JavaScript library dynamically generates.
To talk to the containing HTML page.
The endpoint URL attribute defines where service is mounted.
To keep our code as ready-to-deploy as possible.
Spring BlazeDS creates existing Spring beans as AMF endpoints.
The service, which will simply fetch all the items that are for auction and return the description.