Post Result Parser

The content returned from the 3rd party service must normally be parsed before presenting it on the website. If you leave this field blank, the content from the service is displayed as is when accessing it from the JSP using ${article.fields.lastResult} or <article:field field="lastResult"/>

The post result parser may be a Nursery component or just a class that resides in the application server's classpath. The only requirement for the parser is that it implements the com.escenic.community.thirdparty.fetcher.ThirdPartyApplicationParser interface.

Below you can see a screen shot where we add an application service content item to fetch http://flickr.com feeds:

graphics/adding_app_service_flickr.png

Be sure to add the article to the thirdparty/services section and change the state of the article to "published" for VCE to pick it up.