scalate-sample-spring-mvc

Sample web application showing Spring MVC integration for a Scalate web application

License

License

Categories

Categories

Scala Languages Spring MVC User Interface Web Frameworks
GroupId

GroupId

org.fusesource.scalate.samples
ArtifactId

ArtifactId

scalate-sample-spring-mvc
Last Version

Last Version

1.5.3-scala_2.8.2
Release Date

Release Date

Type

Type

war
Description

Description

scalate-sample-spring-mvc
Sample web application showing Spring MVC integration for a Scalate web application
Project Organization

Project Organization

FuseSource, Corp.

Download scalate-sample-spring-mvc

How to add to project

<!-- https://jarcasting.com/artifacts/org.fusesource.scalate.samples/scalate-sample-spring-mvc/ -->
<dependency>
    <groupId>org.fusesource.scalate.samples</groupId>
    <artifactId>scalate-sample-spring-mvc</artifactId>
    <version>1.5.3-scala_2.8.2</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.scalate.samples/scalate-sample-spring-mvc/
implementation 'org.fusesource.scalate.samples:scalate-sample-spring-mvc:1.5.3-scala_2.8.2'
// https://jarcasting.com/artifacts/org.fusesource.scalate.samples/scalate-sample-spring-mvc/
implementation ("org.fusesource.scalate.samples:scalate-sample-spring-mvc:1.5.3-scala_2.8.2")
'org.fusesource.scalate.samples:scalate-sample-spring-mvc:war:1.5.3-scala_2.8.2'
<dependency org="org.fusesource.scalate.samples" name="scalate-sample-spring-mvc" rev="1.5.3-scala_2.8.2">
  <artifact name="scalate-sample-spring-mvc" type="war" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.scalate.samples', module='scalate-sample-spring-mvc', version='1.5.3-scala_2.8.2')
)
libraryDependencies += "org.fusesource.scalate.samples" % "scalate-sample-spring-mvc" % "1.5.3-scala_2.8.2"
[org.fusesource.scalate.samples/scalate-sample-spring-mvc "1.5.3-scala_2.8.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.fusesource.scalate : scalate-spring-mvc jar 1.5.3-scala_2.8.2
org.springframework : spring-webmvc jar 3.0.6.RELEASE

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

runtime (1)

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

Project Modules

There are no modules declared in this project.

Scalate

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.samples

Scalate

Versions

Version
1.5.3-scala_2.8.2
1.5.3
1.5.2-scala_2.8.1
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0