Share Widget Framework Roundup from Alfresco Summit 2013

cancel
Showing results for 
Search instead for 
Did you mean: 

Share Widget Framework Roundup from Alfresco Summit 2013

ddraper
Intermediate II
0 4 1,631
by Dave Draper

Introduction



Over the last couple of weeks I've presented a couple of sessions at the Alfresco Summit conferences in Barcelona and Boston. The purpose of these sessions were to socialise the new framework that we're going to be taking for developing the Alfresco Share application going forwards. The PowerPoint slides from these sessions are available at the Summit web site at the following links:


The sessions in Barcelona were also videoed and will be released at some point in the future if you were unable to attend either of the conferences.

Key Points



The key points to take away from the presentations are as follows:



  • It's now possible to create Share pages via a single WebScript that defines a JSON model of widgets and services to include in the page


  • We're going to be continuing to create new widgets for this framework and will be using them for all future Alfresco Share features


  • We're not going to be re-writing all of Share and it will still be possible to create pages using all the old development techniques


  • The majority of widgets that are currently in the Community source should be considered BETA and will be subsequent to change - but we wanted to get some code out to the Community as early as possible


  • Although the framework relies heavily on Dojo, it does not prevent you from developing widgets using any client-side JavaScript framework of your choosing (we've already built widgets using YUI 2, JQuery and ACE)



Page Creation Tools



I've demonstrated two page creation tools that are not included in Alfresco 4.2 - a JSON editor and a drag'n'drop GUI. The tools were created primarily as a means to better demonstrate the power of the widget framework but there have been subsequent requests for these tools to be released to the Community.



[vsw id='iMLk5p9Y9rA' source='youtube' width='425' height='344' autoplay='no']



[vsw id='CPzCFIGOzbM' source='youtube' width='425' height='344' autoplay='no']



Given that these tools are not production quality (they haven't been through our QA process, are not localized and are not accessible) and were not written to meet any specific Alfresco features I'm not going to commit the code to the Community SVN but will instead release them as standalone JAR files.



Unfortunately this won't happen for a few weeks until I can commit some of the supporting code back from development branch to the main Community trunk (otherwise the tools won't work properly). As soon as I make the tools available I'll announce it via the Alfresco Developer Blog and on Twitter.

We Want Your Feedback!



I always stress at the conference sessions how important the Community feedback is to us. This framework is still very much in its infancy and there is plenty of time to contribute to it's development. Our aim is to make it easier to develop and customise Share and we greatly value your comments and criticism and (if you feel we've earned it - your praise! Smiley Wink ).



We're aware that there isn't a great deal of documentation around this framework beyond these blogs but we'll endeavour to address this going forwards. If you're trying out the framework either by building page models or writing your own widgets and are struggling with any concepts or code then please start a topic on the forums, raise an issue in JIRA, add comments to this blog or ping me on twitter @_DaveDraper.
4 Comments
blog_commenter
Active Member
[…] Many of the widgets are still of beta quality (as explained at Alfresco Summit and mentioned briefly in my last post) […]
blog_commenter
Active Member
Great work!



I really enjoyed your presentations at Alfresco Summit. Like I said after your first presentation in Barcelona, release early, release often. I'm really happy that you are going to release them soon, can't wait to dig into it! Smiley Wink
blog_commenter
Active Member
Hi Dave,

what's going on about Drag'n Drop Page Creation Tool?
ddraper
Intermediate II
Unfortunately we're still blocked on releasing this until we complete the code convergence exercise that caused us quite a lot of problems in 2013.  One of the challenges we have is managing a single branch of code that is used for both our Cloud and Community applications. We've already established that merging fixes across multiple branches is not viable and this means that we need to have a tighter control over commits to SVN (as opposed to allowing slightly rough and ready code commits that can be polished during the longer period between enterprise releases). As soon as the convergence is complete (hopefully within a period of weeks) then hopefully we'll get the pending code into the community source and I can then release the tool as an extension module.



I'm sorry this has taken so long, I would have liked to have had the tools source code made available much sooner!



Dave