Re: Help designing application architecture

2016-07-09 Thread venito camelas
Sorry but I did not understand. For what I see case classes are scala, I'm using java (I could consider learn and change to scala because I have not started yet and its for learning purposes only) What do you mean with known formats? When the user creates a channel he only has some basic types (st

Re: Help designing application architecture

2016-07-07 Thread Ted Yu
For 1) you don't have to introduce external storage. You can define case classes for the known formats. FYI On Thu, Jul 7, 2016 at 4:40 PM, venito camelas wrote: > I'm pretty new to this and I have a use case I'm not sure how to > implement, I'll try to explain it and I'd appreciate if anyone

Help designing application architecture

2016-07-07 Thread venito camelas
I'm pretty new to this and I have a use case I'm not sure how to implement, I'll try to explain it and I'd appreciate if anyone could point me in the right direction. The case has these requirements: 1 - Any user shoud be able to define the format of the information they want to store (channel).