Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 4.2.f Community, 4.2, 5.0
-
Fix Version/s: 5.1
-
Component/s: Share Extensions and Customisations
-
Labels:None
-
Build Location:
Description
While developing extensions to Share, there is a few things in the way of having a perfect setup.
With the upcoming Alfresco SDK 2.0 release, we've shown (https://www.youtube.com/watch?v=Tu641nRGbtQ) that we have a very cool setup that allows rapid development for Alfresco.
Share is getting there, it's good, but it could be so much better.
The main thing right now is the dependency cache, which blocks editing CSS/i18N files. It works in some cases with development mode and client-debug, but it has not been reliable. Being able to configure Share to disable the dependency cache (or at least have it re-generate on every request) would improve the developer experience.
Another thing that we may be able to improve is working with forms. You can change a ton of stuff in share-config-custom.xml and if you do a refresh web scripts it will actually reload it (handy when doing forms). This must somehow be tied into a cache? Can it be reloaded on each request?
- I know that the activiti guys managed to do something similar for their kickstater project (https://gist.github.com/frederikheremans/0a525a660636b92481d4)
I'd say the share-config-custom.xml is a nice-to-have, but the dependency cache stuff needs to happen