Posts Tagged ‘Confluence’
Confluence Social Comments Plugin
Monday, May 30th, 2011How to create a Confluence SOAP Component in 5 Minutes
Sunday, October 24th, 2010You’re using the popular Confluence wiki? You’re using its RPC/SOAP API and missing a function you really need? Just extend theĀ capabilities of the Confluence RPC API by programming a custom web service component – it is really easy and also well documented.
In this tutorial we’re going to take a look on how to quickly implement a SOAP service, securing it and putting its methods in a transactional context.
How to create a Template Bundle Plugin in Confluence
Monday, July 12th, 2010Since Confluence 3.2. there is a new plugin module type that allows you to deploy templates in a bundle via the plugin API.
In addition it is possible to assign these templates to specific spaces and preview available templates in the Confluence administration area.
So let’s build some sample templates..
Extending the Confluence Search Index
Sunday, May 23rd, 2010Developing plugins for the Confluence Wiki a developer sometimes needs to save additional metadata to a page object using Bandana or the ContentPropertyManager. Wouldn’t it be nice if this metadata was available in the built-in Lucene index?
That is were the Confluence Extractor Module comes into play..
Snippets: Getting License Information from the Confluence API
Thursday, May 6th, 2010Sometimes one needs to look up license details of a running Confluence system .. perhaps for creating a commercial plugin or to display recommendations dependant from the license used. For this reason there are a few possibilities for receiving some license information from the Confluence API or the velocity context.
How to build a Confluence Macro Plugin
Tuesday, April 13th, 2010The goal is to build a small macro plugin deployable via the Confluence plugin API rendering some spaces.
Please note that I am going to build the plugin using just Maven and not the Atlassian Maven Wrapper called the “Atlassian Plugin SDK” – more information about that is available at the Atlassian website.
The macro output will be rendered using a Velocity template and all messages are stored for i18n in properties files bundled with the plugin.
If you need to set up an instance of Confluence first, head over to this article. (more…)
How to build a Confluence SOAP client in 5 minutes
Sunday, March 28th, 2010In this tutorial we are going to build a SOAP client for the popular Confluence Wiki in about five minutes. The client is going to receive rendered HTML Markup from a specified Confluence Page. (more…)
Confluence Developer Instance Quick Setup
Friday, March 26th, 2010This short tutorial shows how to set-up a developer instance of the popular Confluence Wiki from Atlassian in a few minutes.
It’s a prerequisite for a few following tutorials regarding the Confluence API and plug-in development for this system.
We want a quick install so we are going to run Confluence with the embedded servlet container and HSQL database. (more…)

