aikau upgrade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2015 02:55 PM
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:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2015 07:10 AM
the standard way to update Aikau is by simply including the newer JAR with the Share web application, e.g. placing it in /WEB-INF/lib or including it as a dependency in a Maven build. Aikau is set up to automatically use the newer version when more than one version are included.
Regards
Axel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2015 08:14 AM
This is indeed what is did (replace aikau.jar in share war package). I was wondering if there was a way to update more 'cleanly' using amp package….
Regards,
VIncent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2015 08:26 AM
Regards,
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2015 10:28 AM
If this is the case, maybe there should be an update to the blog post to avoid people running into issues when trying to update Aikau on 5.0.d.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2015 05:15 PM
Could you please give us some details about the possible issues ?
Thanks,
VIncent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2015 05:56 AM
Is this correct ?
In this case, what are the possible interactions between surf and aikau ?
Is it planned to replace surf with aikau at the end ?
Thanks for your clarification
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2015 08:39 AM
the Surf framework is a view composition framework. By default it includes the capability to write components using server-side scripting (Rhino / JavaScript) and templating (FreeMarker). It is neither based on YUI nor forces the use of it. It does include some tooling for Dojo as well as a JS compressor using a YUI tool.
Aikau is a widget library and testing framework built on top of the Surf framework. It primarily includes the Dojo library / widgets, but also makes use of other frameworks / tools (i.e. jQuery).
Aikau cannot replace Surf. It is intended to help developers build applications on top of the Surf framework. It is also a tool to simplify customization of the Alfresco Share client.
The Alfresco Share client currently primarily uses YUI as its JavaScript library. Aikau is also intended to help gradually move Share away from YUI when new pages are added or existing ones refactored.
Regards
Axel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2015 11:53 AM
Thanks for correcting me on this Axel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2015 09:12 AM
I confirm that aikau upgrade on 5.0d seems to work perfectly.
Axel, another clarification: I understood that aikau doesn't need templating functionnality anymore (.ftl is only used to load main widgets model).
Am'I correct ?
Vincent