cancel
Showing results for 
Search instead for 
Did you mean: 

I'm unable to locate the TaggingSample example class

stevemcm
Champ in-the-making
Champ in-the-making
The Alfresco SDK page on the Wiki mentions a TaggingSample class ("example demonstrating how to adding document tagging behaviour to the Alfresco Web Client (Cool!)"), but I'm not able to find it in any of the downloads, including the SDK. Could someone verify that this file exists, and direct me to its exact location? Thanks in advance!
5 REPLIES 5

davidc
Star Contributor
Star Contributor
This will be available soon on our public SVN HEAD (access details at http://wiki.alfresco.com/wiki/Source_Code) and in the 1.3 Community RC refresh also for imminent release.

Within SVN it's located in /projects/sdk/samples.

I'll post again, when available.

stevemcm
Champ in-the-making
Champ in-the-making
(Whoops! Sorry about messing up the name. I had Italian for dinner last night.)

Thanks for the speedy response.

Can you give me a hint about the chosen implementation? Does the TaggingSample class rely on a custom Aspect, say "Tag", and a TagService, or do the required properties already exist on the ContentModel to support tagging content and searching on the tags?

Again, thanks in advance.

davidc
Star Contributor
Star Contributor
The sample relies on a tag aspect.  Primarily, the sample demonstrates how the web client can be extended/customised in v1.3 without having to modify Alfresco's source code - web client or server.

aznk
Champ in-the-making
Champ in-the-making
Hi,
I've been compiling the TaggingSample in Eclipse with the build.xml file. It generated tagging.jar and tagging.zip in the "build" directory. Then I copied the jar file in the "tomcat\webapps\alfresco\WEB-INF\lib" of my alfresco installation. I started alfresco but couldn't see any changes in the aspect menu, the tagging option doesn't show up. What did I miss ?
Thanks.

aznk
Champ in-the-making
Champ in-the-making
I've managed to make it show by following this tutorial :
http://wiki.alfresco.com/wiki/Packaging_And_Deploying_Extensions
it doesn't show up in the add aspect menu but directly in the add action menu.
btw is there the possibility to perform search on those tags ? i tried but it didn't work, i guess we could implement it in the web client…