Purpose#
To build a set of Java objects which can be used from a UNIX command line, and also as POJOs in any Java application, for interacting with a wiki server.WikiRPC#
A simple Java wrapper around the Apache XMLRPC
There is a Java client for Confluence using XML-RPC: swizzle
TemplateWrapper#
A simple Java wrapper around the Apache Velocity
Example:
WikiRPC wrpc = new ConfluenceWikiRPC(); ... TemplateWrapper template = new PropFileTemplate(); ... wrpc.put("myspace/newpage", template.merge()); ...
The documentation for Velocity is here
Add new attachment
Only authorized users are allowed to upload new attachments.