Java Web Widget Framework

Framework for transparent web based widget applications

License

License

Categories

Categories

Net
GroupId

GroupId

net.magik6k
ArtifactId

ArtifactId

jwwf
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java Web Widget Framework
Framework for transparent web based widget applications
Project URL

Project URL

https://github.com/magik6k/JWWF
Source Code Management

Source Code Management

https://github.com/magik6k/JWWF

Download jwwf

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.eclipse.jdt : org.eclipse.jdt.annotation jar 2.0.0
org.eclipse.jetty : jetty-server jar 8.1.16.v20140903
org.eclipse.jetty : jetty-websocket jar 8.1.16.v20140903
com.google.guava : guava jar 18.0
org.eclipse.jetty : jetty-servlet jar 8.1.16.v20140903

test (1)

Group / Artifact Type Version
junit : junit jar 4.0

Project Modules

There are no modules declared in this project.

JWWF

JavaWebWidgetFramework

This framework enables you to write awt-like server side code to get fully functional user interface in broweser. It aims to be as simple, fast and secure to use as possible, and be able to handle complex tasks as well.

Main focus of the project is to make web-app creation simpler than ever before.

Requirements:

  • Java 7 on server side(may work on lower java version, but it was not tested)
  • 1 port for server
  • Client browser able to handle WebSockets and optionally some experimental CSS3/HTML5 extensions(current firefox/chrome(webkit) are known to work well)

The project is in beta stage. Please report any issues you have.

Licensed under MIT License

Versions

Version
0.2.0