Hello,
Is there any ways to store/save data into conflunce database using spring web application?
And get those store/save data in spring web application OR confluence application.
If yes, what are different ways?
Hi Rajesh,
Atlassian applications use active objects to store data. Take a look at
Thanks Bhushan!!
The reference URL you mentioned is about plugin data storage component.
And I think it will work only for plugin develoment to confluence.
Any thoughts about the API or REST API or other API which provides ways to call from web application ( say spring web application) to save/store data in confluence database?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can develop REST API module that will store that data into active objects. The plugin should be installed on confluence instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Alexey!
Is it possible to expose that REST API to external application, in my case - spring web application?
Cheers,
Rajesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes. Take a look at
https://developer.atlassian.com/display/DOCS/REST+Plugin+Module
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.