Documentation on the Squeryl site is a bit outdated, so I decided to write a short howto on the topic.
Read more…This is a bit of rare task to exclude something from a sourceset without knowing exactly what to exclude, but it is doable.
Read more…Local variables could be trickier than you think in Gradle
Read more…Code snippet to set Scala and Java compiler options for joint compilation in Gradle
Read more…Squeryl is a great library, but sometimes it lacks certain functionality. Good thing it is written in Scala and I could add missing bits in a heartbit
Read more…Squeryl allows user to create database automatically or manually, but does not allow to stop half way and to use Squeryl Schema to assist in manual DB creation. Here is how to fix it
Read more…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…