The question is how your software tool talks. If it can speak http then you can use $xwiki.getURLContent in velocity to send commands and get responses back. See: http://nexus.xwiki.org/nexus/service/local/repositories/releases/archive/org/xwiki/platform/xwiki-platform-oldcore/3.1/xwiki-platform-oldcore-3.1-javadoc.jar/!/index.html
If it only speaks some other language then I would need to know what that language is in order to help you chose a way to communicate with it. Caleb On 06/21/2011 08:49 AM, Frank Marrenbach wrote: > Hello all, > > In a elearning invironment XWIKI have to be linket to an external > software tool. In a second step XWIKI send some data to the external > tool to open a specific file. At the end of the usage of the external > tool XWIKI will get some date from the external tool and store it in a > page. > > What kind of externsion I need to solve these problem? > Are there any examples? > > Thank you for help! > > Yours > Frank Marrenbach > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
