• jsonRpcService - Get SMD remotely?

    By Kenneth Benjamin 1 decade ago

    Cross-posted from http://stackoverflow.com/questions/11273438/xpages-jsonrpcservice-possible-to-get-smd-description-remotely

     

    I'm using the Domino 8.5.3 Extension Library with the jsonRpcService but I'm not generating the page content from the XPage, just using it as a service provider.

    Is there any way to generate the SMD automatically from the XPage content?

    I see that it is done by the control when it generates client-side code so I know it must be possible.

    How can I get the service descriptor in a way that I can control so that it only returns the SMD, not the whole block of generated Javascript?

    Oh, and thanks for this super project. All the JSON stuff is letting me use Domino as a thin server - should be very scalable. And much more secure and reliable than a nodejs/mongodb option.