Summer is the next generation presentation layer library for Spring MVC. It provides the world's best HTML5 template engine and takes advantage of many Spring features like MVC annotations and data binding, content negotiation, REST support, conversion and various others. In addition it supports a number of Java EE 6 specifications including Servlet 3.0, JPA 2.0, Bean Validation and EL 2.2.
Summer enables the creation of true web modules that package every required static resource. It also makes AJAX really simple by providing partial page rendering capabilities. Support for HTML5 WebSockets is available through the popular Atmosphere framework.
You can create and run a blank Summer project by using the following commands:
mvn archetype:generate -DarchetypeCatalog=http://www.asual.com/maven/content/groups/public/archetype-catalog.xml
mvn eclipse:eclipse -DdownloadSources=true
mvn jetty:run
In order to use Summer you need the following records to your Maven 3 POM file:
<repositories>
<repository>
<id>com.asual.repositories.releases</id>
<name>Asual Releases Repository</name>
<url>http://www.asual.com/maven/content/groups/public</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.asual.summer</groupId>
<artifactId>summer-core</artifactId>
<version>1.0.0.RC1</version>
</dependency>
</dependencies>
Initial release.
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Комментарии ( 0 )