cancel
Showing results for 
Search instead for 
Did you mean: 

Generell Question from a newbie

artd
Champ in-the-making
Champ in-the-making
Hi all

I have a really generell question about Alfresco. Are the following functions possible:
1.       Publish content
2.       Secure areas for private / confidential docs
3.       Feedback mechanism, comments etc.
4.       All docs today are in Word. Once uploaded, is it possible to maintain all content online only (no more word).
5.       Should be possible to search, download and combine content from different sources and make “new content”
6.       Links between content, to other intranet pages and to extranet, public websites.
7.       Published internally on intranet to approx 10,000 employees.
8.       Some docs published on www / extranet.

What do you think about this requirements. Especially number 4 ?
Thank you for helping a newbie.
art
6 REPLIES 6

norgan
Champ in-the-making
Champ in-the-making
Hello art,
you obvioulsy did not spent much time on http://www.alfresco.com to check out the product descriptions. Maybe you should go there just to be on the safe side.  it sounds like you are looking for a specific enterprise use of Alfresco, so the sales team is a good point to turn to.

Three remarks to your list :
* The Alfresco.com Site is driven from Alfresco, but even so, Alfresco is no true WCMS system - but quite capable, compared to some others I know.
* Alfresco is no metasearch engine, but provides fulltext- and metadata search for the content stored there. An opensearch interface is provided as well.
* Test a Word->HTML conversion using an open office installation (open *.doc and saveAs *.html). If you like the result, you will probably like what ALfresco can do, too. (Alfresco uses OpenOffice in the background).

Norgan

artd
Champ in-the-making
Champ in-the-making
Hi Norgan

Thank you for your quick answer. Sorry for my stupid questions. In the meantime I installed alfresco community edition. Now I didn't understand "online editing" really. I was creating and uploading a word 2007 doc. I found a way to set it editable online. When I opend it in the editor just symbols showed up.

But to stay general: Alfresco can edit .doc files online and export it back as .doc file  is this true?
thank you for your help.

greetings
art

norgan
Champ in-the-making
Champ in-the-making
You have to differenciate between
"editing online vs offline" and "inline editing". inline Editing is done with the TinyMCE Editor, which is a HTMl Wysiwig Editor, or via textfield for XML & TXT files. All other filetypes are edited by the registered application, most of the time meaning "download to the client and starting the APP there". So Alfresco does not have inline editing capability for Word et.al.

Online editing will try to store the object, presented in the page, which comes out the same, I think.  Offline editing will make you download the file and upload it later for re-checkin. This can be done with inline-editable files as well.

jhonjairoroa87
Champ in-the-making
Champ in-the-making
I have a question…..

With alfresco, Can I create a simple web aplication, with forms (form design), and the data will be persisted into defined table of a database…

For instance, with alfresco, can i develop an aplication that would manage all the borrowing books, so i have to persist the users, the books, etc….

emersion
Champ in-the-making
Champ in-the-making
Hi to all

I am very new to Alfresco….
I have downloaded Alfresco SDK (with samples)
I am able to compile ,
but how to run and move ahed in alfresco ?
Do i need to install Alfreco Community Edition?

can any One help me how to move ahed in alfresco DM ?.

Thanks in Advance

invictus9
Champ in-the-making
Champ in-the-making
I have a question…..

With alfresco, Can I create a simple web aplication, with forms (form design), and the data will be persisted into defined table of a database…

For instance, with alfresco, can i develop an aplication that would manage all the borrowing books, so i have to persist the users, the books, etc….

My personal take is that you are describing a database application. The users have attributes that are clearly defined up front, the books have attributes that are clearly defined up front, and the things you want to do with them are clearly defined. The data is very structured. For a small-medium application, you might consider Ruby-on-rails; for a larger one, JBoss/Seam, etc, as they are designed for just that sort of database interaction.

However, if you have an existing Alfresco installation, and you want to add a bit of functionality to support a lending library, then Alfresco could certainly do the job. You have create custom content types for the library patrons and for book descriptions. Then you can add associations between the lendee and the book loaned, in an aspect for borrowing information. Then some web scripts to report on overdue items, etc., could be written.