Dmitry Goldenberg
Dmitry Goldenberg
might it be ok to do something with the 'obj' via a default method on that interface; may lose some encapsulation but saves on that method impl
This must be work in progress. I see that there's now the 'isValid' method on NamedBuilder, presumably for subclasses to override and do their validation. However, nothing seems to be...
I feel like LineByLine scanner (and probably a matching processor) are a separate issue. It's possible that CSV scanner and CSV processor could inherit some of the logic. But I...
I'm thinking that LineByLine can be Split Text, with LineSplitCount - tells how many lines per segment, options for the header, and whether to remove newlines. Additionally we can have...
What are some of the alternatives? Should we research some of the latest microservices stacks to achieve these goals? For both Cassandra and JINI, my concerns would be tight coupling...
I'd like to understand the pros and cons of using JINI especially in the light of the recent surge of activity around the notion of microservices and the related tools...
Hi Peter, Thank you for your detailed response. Very helpful and puts things in perspective. - Dmitry