Greetings, I have never liked "anemic model" POJO code and I have a large application with domain models that have intelligence built in them. I am wondering if I can use protobuf to solve my serialization woes. The criteria are: 1. I cannot dump my current model and move to POJOs where protobuf generates the code that I use in the application. For example, my customer object has lots of code for keeping customer names legal and so on. 2. I want to wire this into hazelcast as a serializer and possibly Akka. I know Akka does use some protocol buffers. 3. I need run the code generation in an SBT built project.
Any advice on this? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
