I am trying to import documents into alfresco respository on a scheduled basis from a file system (once every 30min). Can you please suggest me the possible options to do this.
If you want to execute code on a regular basis, the best way is toi develop a job. You should read the following article of the wiki : http://wiki.alfresco.com/wiki/Scheduled_Actions There's also a sample file (i don't remember but i think it's called scheduled-actions-context.xml.sample).
I need to create some folder based on the document metadata (saved as XML files in the same folder as the original document). Can I do this in scheduled actions.
Can you please point me an example for this or similar job