08-14-2012 12:00 PM
08-14-2012 12:41 PM
08-17-2012 11:55 AM
08-20-2012 04:00 PM
1) Basically I want to add custom-metadata i.e. Properties to a document (properties which are not specified in my content model), apart from new Aspect/Content Model Creation, is there any other way of doing this?? i.e. Adding custom properties to a content (maybe through Java Foundation API beans).You can set properties via the Java Foundation API if those properties are already defined in your content model. An exception to that is something called a "transient property", but those aren't documented very well and I don't know much about them. You'll have to hunt around to determine whether or not they will work for your particular use case.
2) I am currently developing a new UI in ExtJS for Alfresco, so I am thinking to use alfresco in embedded deployment mode, i.e. I will connect my controller classes to Alfresco Java Core Foundation API, is this a correct approach? Why because not only my whole application is built in Java, but I want to reduce Alfresco footprints, and avoid unnecessary code also. As you have a lot lot more understanding about Alfresco's structure, I am asking your advice on this.I am a fan of de-coupling the repository from the front-end. Especially if you ever need to scale your solution. You want the flexibility to scale those tiers separately. I wouldn't embed the repository in your application unless you have a very good reason to do so.
3) Can you suggest me some books/articles/websites or anythings which will give me more understanding about Java Foundation Services (i.e. Spring beans implementation) for doing my development.You'll know what meets your needs better than I will. The best I can do is point you to to the JavaDoc, the wiki, the official docs, and the Alfresco Developer Guide (2008, Packt). Beyond that you'll have to search.
4) I have checked out Alfresco SVN repository completely, but I am confused which projects should I use for my Embedded Alfresco deployment/development. Please suggest regarding the same, where can I find related information.Look at the First Foundation Client example in the Alfresco SDK Eclipse project.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.