AggrePoint Framework - Winlet

A web application framework based on Spring MVC for building lightweight portlet style web applications

License

License

GroupId

GroupId

com.aggrepoint.framework
ArtifactId

ArtifactId

apwinlet
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

AggrePoint Framework - Winlet
A web application framework based on Spring MVC for building lightweight portlet style web applications

Download apwinlet

How to add to project

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

Dependencies

compile (14)

Group / Artifact Type Version
com.aggrepoint.framework : apdao jar 0.1.0
org.springframework : spring-webmvc jar 4.1.4.RELEASE
javax.servlet : jstl jar 1.2
org.ow2.asm : asm-util jar 5.0.3
org.codehaus.jackson : jackson-mapper-asl jar 1.9.13
org.owasp.esapi : esapi jar 2.1.0
org.elasticsearch : elasticsearch Optional jar 1.4.2
com.fasterxml.jackson.core : jackson-databind Optional jar 2.4.2
org.slf4j : slf4j-api jar 1.7.5
org.slf4j : jcl-over-slf4j jar 1.7.5
ch.qos.logback : logback-classic jar 1.0.13
ch.qos.logback : logback-core jar 1.0.13
ch.qos.logback : logback-access jar 1.0.13
org.springframework : spring-context jar 4.1.4.RELEASE

provided (2)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0
javax.servlet.jsp : jsp-api jar 2.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

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
0.1.0