aikau upgrade
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2015 02:55 PM
Hi all,
I'm using Alfresco 5.0.d and I'd like to upgrade aikau to the latest 1.0.44 version.
I've downloaded/compiled it from github, but I don't know the best way to upgrade current aikau version in share.
Could somebody advise on the properly way to upgrade aikau version ?
Thanks,
Vincent
I'm using Alfresco 5.0.d and I'd like to upgrade aikau to the latest 1.0.44 version.
I've downloaded/compiled it from github, but I don't know the best way to upgrade current aikau version in share.
Could somebody advise on the properly way to upgrade aikau version ?
Thanks,
Vincent
Labels:
- Labels:
-
Archive
11 REPLIES 11
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2015 11:50 AM
Hello,
yes and no.
Aikau still needs templating but as you point out, the role of server-side FreeMarker templating is really limited to rendering the widgets / JSON model. But the individual widgets typically have HTML template fragments associated with them, so in a sense you still have to use templating when you implement new types of widgets. Some knowledge of FreeMarker might be required if you can't work witht the default full / hybrid page templates and might want to create your own (i.e. in my current project, we use a custom variant of the Aikau / Share full page template).
Regards
Axel
yes and no.
Aikau still needs templating but as you point out, the role of server-side FreeMarker templating is really limited to rendering the widgets / JSON model. But the individual widgets typically have HTML template fragments associated with them, so in a sense you still have to use templating when you implement new types of widgets. Some knowledge of FreeMarker might be required if you can't work witht the default full / hybrid page templates and might want to create your own (i.e. in my current project, we use a custom variant of the Aikau / Share full page template).
Regards
Axel
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2015 09:16 AM
Clear. Thanks Axel.
