com.vaadin.wscdn:wscdn-client

Vaadin widgetset compiler client

License

License

Categories

Categories

Vaadin User Interface Web Frameworks CLI
GroupId

GroupId

com.vaadin.wscdn
ArtifactId

ArtifactId

wscdn-client
Last Version

Last Version

0.9.2
Release Date

Release Date

Type

Type

jar
Description

Description

Vaadin widgetset compiler client
Project URL

Project URL

https://vaadin.com/

Download wscdn-client

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.10

provided (1)

Group / Artifact Type Version
javax.ws.rs : javax.ws.rs-api jar 2.0.1

test (6)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3
org.jboss.resteasy : resteasy-client jar 3.0.10.Final
org.jboss.resteasy : resteasy-jaxrs jar 3.0.10.Final
org.jboss.resteasy : resteasy-jaxb-provider jar 3.0.10.Final
org.jboss.resteasy : resteasy-jackson2-provider jar 3.0.10.Final

Project Modules

There are no modules declared in this project.

Remote widget set compilation service

This project contains a client library used to access the on-line widgetset compilation service (CDN).

The service uses Maven to compile the requested widgetset on the fly. Generation creates a unique ID for the widgetset based on the the following configuration:

  • Vaadin version
  • all add-on dependencies in the project
  • eager loading of widgets (by default deferred loading is used)
  • GWT compilation style (e.g. OBF, PRETTY)

The Vaadin Maven plugin can be used to automatically generate widget set definition and Java code for the client and access the widget set compilation service. It uses the project classpath to resolve the included add-ons.

com.vaadin.wscdn

Vaadin

An open platform for building modern web apps for Java back ends

Versions

Version
0.9.2
0.9.1
0.0.2
0.0.1