Vaadin.
Vaadin is a web application framework for Rich Internet Applications (RIA). Vaadin enables easy development and maintenance of fast and secure rich web applications with a stunning look and feel and a wide browser support. It features a server-side architecture with the majority ....
Here is the list of declaration for vaadin. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin</artifactId> <version>6.6.0</version> </dependency>
If you think this Maven repository POM file listing for vaadin is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Apache License Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.
The following packages are defined in the vaadin-6.6.0.jar
com.google.gwt.dom.client com.vaadin com.vaadin.annotations com.vaadin.data com.vaadin.data.util com.vaadin.data.util.filter com.vaadin.data.validator com.vaadin.event com.vaadin.event.dd com.vaadin.event.dd.acceptcriteria com.vaadin.service com.vaadin.terminal com.vaadin.terminal.gwt.client com.vaadin.terminal.gwt.client.ui com.vaadin.terminal.gwt.client.ui.dd com.vaadin.terminal.gwt.client.ui.layout com.vaadin.terminal.gwt.client.ui.richtextarea com.vaadin.terminal.gwt.server com.vaadin.terminal.gwt.widgetsetutils com.vaadin.tools com.vaadin.ui com.vaadin.ui.themes com.vaadin.util
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.vaadin</groupId> <artifactId>vaadin</artifactId> <version>6.6.0</version> <name>Vaadin</name> <organization> <name>Vaadin Ltd</name> <url>http://vaadin.com</url> </organization> <url>http://vaadin.com</url> <description> Vaadin is a web application framework for Rich Internet Applications (RIA). Vaadin enables easy development and maintenance of fast and secure rich web applications with a stunning look and feel and a wide browser support. It features a server-side architecture with the majority of the logic running on the server. Ajax technology is used at the browser-side to ensure a rich and interactive user experience. </description> <scm> <url>http://dev.vaadin.com/browser/versions/6.6</url> <connection>scm:svn:http://dev.vaadin.com/svn/versions/6.6</connection> <developerConnection>scm:svn:http://dev.vaadin.com/svn/versions/6.6</developerConnection> </scm> <licenses> <license> <name>Apache License Version 2.0</name> <distribution>repo</distribution> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <distributionManagement> <repository> <id>vaadin-staging</id> <name>Vaadin staging repository</name> <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>vaadin-snapshots</id> <name>Vaadin snapshot repository</name> <url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url> </snapshotRepository> </distributionManagement> <repositories> <repository> <id>vaadin-snapshots</id> <url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> </project>