New NodeService
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2006 11:49 AM
I'd like to be able to reference content from another system within Alfresco.
On the forums I've seen a reference to the idea of creating a custom NodeService via 'spoofing'. Are there any simple examples of how to create a new NodeService?
Which areas of the source code should I focus on looking at?
On the forums I've seen a reference to the idea of creating a custom NodeService via 'spoofing'. Are there any simple examples of how to create a new NodeService?
Which areas of the source code should I focus on looking at?
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 07:01 AM
Hi,
For an example of a 'spoofed' node service look at org.alfresco.repo.version.NodeServiceImpl.
Hope this helps,
Roy
For an example of a 'spoofed' node service look at org.alfresco.repo.version.NodeServiceImpl.
Hope this helps,
Roy
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 02:40 PM
Thanks for the reference.
I have checked it out.
I apologize for not digging more independently to find out why, but I wonder why Versions have a special NodeService implementation.
I would think there might be an Aspect added to contain version-specific information as well as some sort of associations between all versions.
I also have come across dbNodeServiceImpl as an example.
I have checked it out.
I apologize for not digging more independently to find out why, but I wonder why Versions have a special NodeService implementation.
I would think there might be an Aspect added to contain version-specific information as well as some sort of associations between all versions.
I also have come across dbNodeServiceImpl as an example.
