As you know Confluence add-on may be built using "Velocity" (https://developer.atlassian.com/confdev/development-resources/confluence-architecture/confluence-internals/velocity-template-overview) or "SOY" (https://developer.atlassian.com/confdev/tutorials/writing-soy-templates-in-your-plugin) templates.
Which one do you prefer and why?
Which would you advise to use for a large project, built on the Confluence API?
You won't usually have much choice. Generally:
So, most plugins have both. If you do succeed to use SOY everywhere:
So... most plugins keep both templates.
*although it seems you can display the result of an action using Soy, according to this excerpt from the source of Confluence:
<result name="success" type="soy">
<param name="location">confluence.web.resources:auditlog/Confluence.Templates.Auditing.Page.auditLogPage</param>
</result>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.