Hi, I have a component on a page. Once this component is authored, I need to pick up it's node properties as Json from another Java App via an URL. What's the best way to achieve this? I read about very different approaches (json query servlet, write my own servlet etc.) to this and am unsure which ...