Fork me on GitHub

Lifeboat blog

A random blog about software

Skip to content
  • Home
  • Archives

Custom functions in Squeryl

Documentation on the Squeryl site is a bit outdated, so I decided to write a short howto on the topic.

Read more…

Posted On Thu 03 April 2014 by Lex Vorona

Category: Coding

Tags: squeryl / coding / howto /

Excluding specific file collection from source set in Gradle

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…

Posted On Mon 20 January 2014 by Lex Vorona

Category: Coding

Tags: gradle / coding / howto / groovy /

Gradle local variables

Local variables could be trickier than you think in Gradle

Read more…

Posted On Mon 20 January 2014 by Lex Vorona

Category: Coding

Tags: gradle / coding / howto / groovy /

Compile options for Scala in Gradle

Code snippet to set Scala and Java compiler options for joint compilation in Gradle

Read more…

Posted On Mon 20 January 2014 by Lex Vorona

Category: Coding

Tags: coding / howto / gradle / scala /

Scala libraries are really extensible

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…

Posted On Thu 05 December 2013 by Lex Vorona

Category: Coding

Tags: coding / howto / squeryl / scala /

Modern Web Search Engine

It has been 3 month since I started that blog. I decided to check and see how are the search engines are doing about it

Read more…

Posted On Thu 05 December 2013 by Lex Vorona

Category: Coding

Tags: rant / web /

Using Squeryl to create database DDL

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…

Posted On Thu 05 December 2013 by Lex Vorona

Category: Coding

Tags: coding / howto / squeryl / scala /

Using Partial Functions to improve Vaadin API

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…

Posted On Fri 29 November 2013 by Lex Vorona

Category: Coding

Tags: coding / howto / vaadin / scala /

 

Post navigation

← Newer posts
Older posts →
 
Proudly powered by Pelican, which takes great advantage of Python.
The theme is Decode, ported by Lex Vorona and Ken Mathenge, thanks!