Hi, SIDE-Labs created the SUMO project. SUMO is a kind of GSoC but targets modeling as well, not only coding.
If you have a project idea you want to develop on Alfresco, come and develop it through this project. SUMO offers students stipends to design applications and optionally write code if required. You must use SIDE-Labs and finally provide your application models according an open source license. More information is available on http://www.side-labs.org/wiki/index.php/SUMO:Home
For your information, SIDE-Labs is an open source project which provides a set of tools based on Eclipse to help developers to quickly produce robust Alfresco applications. Applications are in fact generated from a set of models which describes the application.
I think it's possible that I'm not in the wright subject, but I'm trying to use Side-labs to create new content in alfresco. I made my dataModel and my formModel in eclipse ==> apparently there is no error in the generation/deploy task but when I want to create the new content with the form played in http://localhost:8080/xforms… , the content seems to be created with only the metadata. In alfresco explorer, a message "The node's content is missing" appears when I want to see the details of the newly created content with xforms. Could you tell me if SideLabs approve the possibility to create the node's content (and where can I put it. In which model ?). How should I define the attribut in the class of a datamodel to generate the node's content ?
Hi, there are various ways to store a content through xforms. Each content may have a File field. You can create it by just indicating true, in the form properties windows, on the content enabled property. By giving the saveTo attribute in the query string while loading the form, you can then indicate the space where you want to store everything.
Bu you can also add more content by adding content attributes.