General Actions:
| Question | How to get Xwiki() object in my own application in the same java as Xwiki started |
| Answer | If you are trying to access an XWiki object, then XWiki XMLRPC should help you. You would be able to write your own applications that use the XWiki Objects & XWiki data through XMLRPC calls. For more information, please refer to this link: XML RPC at XWiki |