We're working on developing a simple spring boot app to serve up status updates to our customers when our Atlassian applications are down (upgrades, outage, etc) and we'd like to incorporate the Atlassian User Interface. Is there any way to incorporate AUI soy templates into a spring-boot app?
Hi Mark,
the Atlassian User Interface is available on Atlassians Bitbucket. It also contains documentation how to build and install it.
Best regards,
Robert
I see, thank you. I was trying to include server side soy template rendering like we can do with Atlassian plugins but the more I look it looks like it isn't possible. I would have to pre-compile the soy templates or figure out a way to do client-side rendering. Is this true?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are Java Soy compilers available. Atlassian has switched from Velocity to Soy templates in parts of the backend already. For AUI it is probably easier to precompile it and add it on client side.
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.