Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2014 12:31 AM
- Is plugin = bundle?
- Is writing a function considered a plugin or component ?
- I trying to write a function to perform data analysis based on the content of the file upload to the document management. Any API I can use?
- Any suggestion?
P.S. : using PostgreSQL and Nuxeo ver. 5.9.x
1 ACCEPTED ANSWER
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2014 02:47 PM
Hi,
- Bundle vs Plugin: yes, let's say that's the same thing.
- Writing a function is too vague: let's say a plugin is a jar, with contributions inside. A component usually refers to one xml contribution, so a given plugin can hold several components.
- About data analysis: there is a variety of possibilities, please describe what you'd like to do in more details.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2014 12:59 PM
Please read the Developer Documentation first.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2014 02:47 PM
Hi,
- Bundle vs Plugin: yes, let's say that's the same thing.
- Writing a function is too vague: let's say a plugin is a jar, with contributions inside. A component usually refers to one xml contribution, so a given plugin can hold several components.
- About data analysis: there is a variety of possibilities, please describe what you'd like to do in more details.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2014 04:15 AM
Hi Anahide. Thanks for explaining the previous 2 points.
