Bootique MVC Basic Definitions

Provides basic definitions of Bootique MVC.

Лицензия

Лицензия

Категории

Категории

Bootique Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

com.nhl.bootique.mvc
Идентификатор

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

bootique-mvc
Последняя версия

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

0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Bootique MVC Basic Definitions
Provides basic definitions of Bootique MVC.
Организация-разработчик

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

National Hockey League

Скачать bootique-mvc

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

<!-- https://jarcasting.com/artifacts/com.nhl.bootique.mvc/bootique-mvc/ -->
<dependency>
    <groupId>com.nhl.bootique.mvc</groupId>
    <artifactId>bootique-mvc</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.bootique.mvc/bootique-mvc/
implementation 'com.nhl.bootique.mvc:bootique-mvc:0.3'
// https://jarcasting.com/artifacts/com.nhl.bootique.mvc/bootique-mvc/
implementation ("com.nhl.bootique.mvc:bootique-mvc:0.3")
'com.nhl.bootique.mvc:bootique-mvc:jar:0.3'
<dependency org="com.nhl.bootique.mvc" name="bootique-mvc" rev="0.3">
  <artifact name="bootique-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique.mvc', module='bootique-mvc', version='0.3')
)
libraryDependencies += "com.nhl.bootique.mvc" % "bootique-mvc" % "0.3"
[com.nhl.bootique.mvc/bootique-mvc "0.3"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.nhl.bootique.jersey : bootique-jersey jar 0.16

test (5)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-core jar 2.0.31-beta
org.slf4j : slf4j-simple jar 1.7.13
com.nhl.bootique : bootique-test jar 0.17
com.nhl.bootique.jetty : bootique-jetty-test jar 0.15

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

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

build test deploy Maven Central

A simple MVC web framework for Bootique.

Uses JAX-RS (on top of bootique-jersey) for processing requests and responding with template-generated views. Provides a framework for pluggable templating engines.

Out of the box contains integration with Mustache and FreeMarker engines.

This framework is suitable for simple HTML UIs, where server-side rendering is minimal (e.g. when most of the UI work is done on the client with JavaScript). For advanced server-side rendering, you may consider JSF, Apache Tapestry (there's bootique-tapestry module available) and such.

See usage example bootique-mvc-demo.

com.nhl.bootique.mvc

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

Версия
0.3
0.2
0.1