For example, consider the OSGi bundle that uses web services to return weather information. (For information about this OSGi bundle, see https://aem4beginner.blogspot.com/2020/04/creating-adobe-cq-bundles-that-consume.html)
Note The OSGi bundle that returns weather data uses web services to expose various operations that return weather data. To follow along with this development article, you must create the weather OSGi bundle by following that article.
You can use a JSONWriter instance to return weather data based on user input. For example, consider the following graphical user interface that lets a user select a US ZIP code from a drop-down menu:
When the user selects a US Zipcode from the drop-down menu and clicks the Click Me button, the weather service OSGi bundle is invoked. A JSONWriter instance is used to invoke the OSGi bundle and the data is returned to the JSP, as shown in the following illustration.
To read this full article, click this link:
http://helpx.adobe.com/experience-manager/using/using-jsonwriter-objects-display-cq.html
No comments:
Post a Comment
If you have any doubts or questions, please let us know.