Hi,
I want to achieve the functionalities as described below:
1) Get Object reference of Macros from PlaySQL and Graphviz
2) Run a query, parse the results and substitute them into a script for graphviz
3) Pass this script to graphviz macro
4) Save the generated graph to Page
I am a newbie to confluence architecture and intermediate to OSGi concepts.
Can you guide me in this ?
And also help me to fill in the gaps in procedure ..
Thanks & regards,
Parimal
If you have your own plugin, the easiest way is to generate wiki markup for the graphviz macro including body (with your graphviz script) and run it through the wiki subrenderer to generate the html.
Hi Bob,
Thanks for reply..
Can you elaborate with these two things:
Meanwhile I will search on the approach suggested by you.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can't really add much. You have code so you can generate a string representing the wiki markup for the graphviz macro you want to have displayed. Your plugin needs get the wiki subrender component (via injection or any other means you prefer) and use the render API.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Parimal,
I'm not a user of Graphviz; Are you trying to make a graph from the results of a query? You may avoid creating a plugin if you succeed to nest the "Play SQL" inside of the "Graph from table" one. Have you already tried and was that suitable?
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Adrien,
No.. actually I haven't tried this.
I have prepared one script for graphviz which will display Ports of a Network Switch.
According to me, the results obtained from a query can be used to substitute node labels in my graphviz script..
After this I can easily convert it to graphs using Graphviz.
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.