REST-based MVC web framework for Bootique with pluggable templating engines

Provides a REST-based MVC web framework for Bootique with pluggable templating engines.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

0.3
Дата

Дата

Тип

Тип

pom
Описание

Описание

REST-based MVC web framework for Bootique with pluggable templating engines
Provides a REST-based MVC web framework for Bootique with pluggable templating engines.
Организация-разработчик

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

National Hockey League
Система контроля версий

Система контроля версий

https://github.com/nhl/bootique-mvc

Скачать bootique-mvc-parent

Имя Файла Размер
bootique-mvc-parent-0.3.pom 3 KB
Обзор

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

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

Зависимости

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

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

  • bootique-mvc
  • bootique-mvc-mustache

Build Status 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