Re: Using ERAttachment in an existing Wonder App

2016-04-02 Thread Paul Yu
Kwasi ERAttachment creates its own set of database tables and EO classes. It is non-intrusive in that they are standalone. You reference these EOs with a relationship/foreign key. ERAttachment has a set of components that will help with the upload to and display of S3, database, file sy

Re: Using ERAttachment in an existing Wonder App

2016-04-02 Thread Paul Yu
You would need to do your own data migration to the ERattachment structures after you include ERAttachment and run its migration on your database. 1. Include ERAttachment in your classpath 2. Include ERattachments in your migrations 3. Run application, which will then create ERAttachment seri

Using ERAttachment in an existing Wonder App

2016-04-02 Thread Kwasi O-Ahoofe
Anyone first-hand experience with utilizing the ERAttachment package, especially for the implementation/usage for an existing App. Meaning replacing my native document upload and/attachment processing with ERAttachment package implementation. The package overview/implementation docs do not seem