implicit.ly

Scala software, hot off the presses

« Back to blog

scalasti 0.4

  • Added support for mapped aggregates. The StringTemplate.setAggregate(name, map) method now converts the map to a Java Bean and support nested maps. Conversion is done via the ClassUtil library's MapToBean capability. This change introduces a dependency on ClassUtil.

The Scalasti library is a Scala interface to the StringTemplate Java template library. It provides a subset of the features of StringTemplate, plus a few capabilities not found in StringTemplate, using a more Scala-friendly syntax.