AggrePoint Framework - Utils

Common utilities used by both Dao and Winlet project

License

License

GroupId

GroupId

com.aggrepoint.framework
ArtifactId

ArtifactId

aputils
Last Version

Last Version

1.0.11
Release Date

Release Date

Type

Type

jar
Description

Description

AggrePoint Framework - Utils
Common utilities used by both Dao and Winlet project

Download aputils

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.imgscalr : imgscalr-lib jar 4.2
com.fasterxml.jackson.core : jackson-databind jar 2.9.10
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)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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

Versions

Version
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