cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a form to load an image from the image gallery

joao_guerreiro
Champ in-the-making
Champ in-the-making
Hi all.

I downloaded Alfresco 3.3 to run the WCM and start using it to manage my company web site.

My company web site was developed using java technologies (Jboss seam and JSF mainly) and I would like to use alfresco to manage the news section and the promotions section.

The kind of approach that I'm trying is to create a couple of web forms with this structure: title, body, author, time/date of creation and a list of pictures.

I created an image gallery under Data Dictionary (not sure if this is the best approach).
Looked into the example xml schemas and into the alfresco wiki to look for a way to access the content under data dictionary… nothing….

I ended up very confused with the lack of documentation regarding the latest release of alfresco and with the general lack of order in the alfresco wiki (lots of TODOs and lots of old version documentation mixed up with the latest release documentation) and this gets worst when you understand that the structure of the front end of alfresco is changing all the time, you used to have alfresco labs with alfresco studio and now you don't, same thing with wcm, it used to be a separate package and now its all inside alfresco…

The only thing I got was the idea that I need to build my forms with XForms and WebScripts instead of the regular xml schema.

Anyway, what I would like to know is how can I make this simple form (a form able to look into my data dictionary) and what kind of technologies I need to master to do such a thing.

Some guide lines and some practical examples would be greatly appreciated.

Thank you in  advance.

I appreciate your help.
2 REPLIES 2

vivekkumarkohli
Champ in-the-making
Champ in-the-making
What you can do is to use the simplest implementation of alfresco, to upload documents in workspace://SpacesStore.
The implementation for the same can be found if searched correctly.
And to find the documents you can use lucene search. This will make your search really easy.
Its just a suggestion.
That is how I did my work.

joao_guerreiro
Champ in-the-making
Champ in-the-making
Hi.

Thanks for the quick reply.

Could you be a bit more specific?
what do you mean by uploading documents using workspace://SpacesStore. ?
In what will it help me?

What I am trying to do is to set an environment where someone with non technical skills (a secretary) could login into alfresco create a new content of some kind (news, promotions, etc…) using an alfresco webform, Submit the new content to alfresco, my boss would go there review it, approve it and it would be deployed to the production web server.

Something like what they advertise in the alfresco web casts but nobody explains how it's done.

Once again thank you for replying.