Vaadin is written in Java and its API could be very verbose. Let's see if we can improve that with a bit of Scala
Read more…I ran into several issues trying to setup a joint Scala+Vaadin project using Gradle build automation. But I was able to overcome all of them!
Read more…I've asked to ignore files that start with a sharp sign. That usually mark the comment
Read more…Gradle Cookbook has a one liner to produce a fat jar. But what you want to make it just a bit more slim?
Read more…If you want to reuse the same directory for Gluster FS:
# gluster volume create gv0 10.19.8.85:/media/data/gl2
volume create: gv0: success: please start the volume to access data
# gluster volume delete gv0
Deleting volume will erase all information about the volume. Do you want to …