Re: FileUpload in Modern D2W help/ideas needed

2014-10-04 Thread Markus Ruggiero
On 27.09.2014, at 16:11, Markus Ruggiero wrote: > I am converting a legacy D2W application to Modern style. In the old > application the create page for a given entity was frozen and then hand > edited. The application implements something similar to ERAttachment and in > the frozen edit page

Re: FileUpload in Modern D2W help/ideas needed

2014-10-04 Thread Theodore Petrosky
From my experience you want: Product to-many ProductAttachments to-one Attachment now you can put as much meta data on ProductAttachments and never touch ERAttachments. I am doing this in a very simple test app, that I can send you if you want. Ted On Sep 27, 2014, at 10:11 AM, Markus Ruggi

Re: FileUpload in Modern D2W help/ideas needed

2014-10-04 Thread Mark Wardle
Hi Markus, I’d create a new relationship for the entity - using ERAttachment. Then create a dynamically derived property that, for existing entities, uses the old stored binary file. However, on editing, the new system of attachment can be used and this then displaces the old type. I might eve

REST authentication

2014-10-04 Thread Gabor Raz
Hi Guys, I normally make my own projects with Node.js. Most of them with the MEAN.IO framework. But I also came in touch with WebObjects / Project WOnder during my training. Now I would like to convert a node application into a wonder application. And here I have a question. How do I create a

Re: REST authentication

2014-10-04 Thread Pascal Robert
Check my presentations from WOWODC 2012. Envoyé de mon iPhone > Le 2014-10-04 à 10:02, Gabor Raz a écrit : > > Hi Guys, > > I normally make my own projects with Node.js. Most of them with the MEAN.IO > framework. But I also came in touch with WebObjects / Project WOnder during > my training