Hi Devs, I have seen that samples in ws-messenger is scattered and they are in each module, when you import the code in to an IDE its not under src/main/java directory so they do not looks like java class files. Normally they are not compiled during the build time, users have to compile them and run them with the distribution then it works out of the box. So I keeping them in distribution directory (all the samples for all the modules), so if someone wants to look in to samples and do a modification, they can simply open the samples and do that.
I have seen this in other projects and they are always keep the samples with the distribution. WDYT ? Regards Lahiru
