AggrePoint Framework - DAO

Data Access Object layer utilities

Лицензия

Лицензия

Группа

Группа

com.aggrepoint.framework
Идентификатор

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

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

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

1.0.11
Дата

Дата

Тип

Тип

jar
Описание

Описание

AggrePoint Framework - DAO
Data Access Object layer utilities

Скачать apdao

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

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

Зависимости

compile (15)

Идентификатор библиотеки Тип Версия
com.aggrepoint.framework : aputils jar 1.0.11
org.springframework : spring-context-support jar 5.1.3.RELEASE
org.springframework : spring-orm jar 5.1.3.RELEASE
org.hibernate : hibernate-entitymanager jar 5.3.7.Final
org.javassist : javassist jar 3.21.0-GA
javax.validation : validation-api jar 2.0.1.Final
org.hibernate : hibernate-validator jar 6.0.13.Final
commons-beanutils : commons-beanutils jar 1.9.3
org.springframework.boot : spring-boot-autoconfigure Необязательный jar 1.2.5.RELEASE
org.slf4j : slf4j-api jar 1.7.12
org.slf4j : jcl-over-slf4j jar 1.7.12
ch.qos.logback : logback-classic jar 1.1.3
ch.qos.logback : logback-core jar 1.1.3
ch.qos.logback : logback-access jar 1.1.3
org.springframework : spring-context jar 5.1.3.RELEASE

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

About

Winlet is a Java web application framework for building Rich Internet Applications that are composed of Winlet windows. A Winlet window is similar to a web widget, it can be added to any web page (even a static web page on a different domain), occupies only a portion of the web page, communicates with server using Ajax. Multiple Winlet windows can coexit and collaborate on one page. A Winlet window can be included by another web window at server side, to create sophisticated functionality. A Winlet window can also be added into web page dynamically by another Winlet window at client side.

Winlet framework is built on top of Spring MVC, Hibernate, jQuery and Bootstrap.

Use Winlet

Latest Winlet java library has been published to Maven central repository. Add below lines to pom.xml to include Winlet library into your project:

<dependency>
  <groupId>com.aggrepoint.framework</groupId>
  <artifactId>winlet</artifactId>
  <version>1.0.11-SNAPSHOT</version>
</dependency>

Version 0.1.17 uses Spring Framework 4:

<dependency>
  <groupId>com.aggrepoint.framework</groupId>
  <artifactId>winlet</artifactId>
  <version>0.1.17</version>
</dependency>

Winlet requires JRE 8.

Documents

Winlet Document

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

Версия
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.5.1
0.5.0
0.1.17
0.1.16
0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0