I'm still unsure on what to put into the shared
folder. If I'm doing RPC requests, and sending Pojos from the client to the server and vice versa, do I have to put them into the shared
folder (because they are used by both - client and server).
EDIT
Maybe I've used the wrong term but when I said Pojo
I actually meant DTO
.