Scalate :: Sample :: Spring MVC

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

Лицензия

Лицензия

Категории

Категории

Scala Языки программирования Spring MVC Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

org.fusesource.scalate
Идентификатор

Идентификатор

scalate-sample-spring-mvc
Последняя версия

Последняя версия

1.3.2
Дата

Дата

Тип

Тип

war
Описание

Описание

Scalate :: Sample :: Spring MVC
Sample web application showing Spring MVC integration for a Scalate web application
Организация-разработчик

Организация-разработчик

FuseSource

Скачать scalate-sample-spring-mvc

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.fusesource.scalate : scalate-spring-mvc jar 1.3.2
org.springframework : spring-webmvc jar 3.0.5.RELEASE

provided (1)

Идентификатор библиотеки Тип Версия
javax.servlet : servlet-api jar 2.5

runtime (1)

Идентификатор библиотеки Тип Версия
ch.qos.logback : logback-classic Необязательный jar 0.9.26

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.3.2
1.3.1
1.3