scalate-core_2.10

Scalate Core

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.fusesource.scalate
ArtifactId

ArtifactId

scalate-core_2.10
Last Version

Last Version

1.6.1
Release Date

Release Date

Type

Type

bundle
Description

Description

scalate-core_2.10
Scalate Core
Project Organization

Project Organization

FuseSource, Corp.

Download scalate-core_2.10

Dependencies

compile (7)

Group / Artifact Type Version
org.fusesource.scalate : scalate-util_2.10 jar 1.6.1
org.slf4j : slf4j-api jar 1.6.1
org.scala-lang : scala-compiler jar 2.10.0
javax.servlet : servlet-api Optional jar 2.5
com.sun.jersey : jersey-server Optional jar 1.9
org.fusesource.scalamd : scalamd_2.10 Optional jar 1.6
rhino : js Optional jar 1.7R2

provided (1)

Group / Artifact Type Version
org.osgi : org.osgi.core Optional jar 4.2.0

runtime (1)

Group / Artifact Type Version
ch.qos.logback : logback-classic Optional jar 0.9.26

test (2)

Group / Artifact Type Version
org.scalatest : scalatest_2.10.0 jar 1.8
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Scalate

Build Status build Maven Central

Scalate is a Scala based template engine which supports HAML, Mustache and JSP, Erb and Velocity style syntaxes.

The following template languages are supported:

  • Mustache: is a Mustache template language for Java/Scala
  • Jade: The Jade style of Haml/Scaml template language
  • Scaml: Provides Haml style template language
  • Ssp: Provides a JSP, Erb and Velocity style template language

In Scaml and SSP all expressions are typesafe and checked at edit/compile time to ensure you don't leave any mistakes in your pages. Mustache uses dynamic typing and reflection; a trade off of hiding code and logic from inside the templates.

Building

To build Scalate from the source please see the building instructions

Links

org.fusesource.scalate

Scalate

Versions

Version
1.6.1
1.6.0