Registry / web-framework / errai-common

errai-common

JSON →
library1.0.1javamavenunverified

Errai is a GWT-based framework for building rich web applications using next-generation web technologies, providing common utilities.

<dependency> <groupId>org.jboss.errai</groupId> <artifactId>errai-common</artifactId> <version>1.0.1</version> </dependency>
INSTALL
IMPORT
SIG · ERRAI-COMMON
E
errai-common
web-frameworkjavav1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Portable
org.jboss.errai.common.client.api.annotations.Portable

Annotate a class as portable for Errai RPC serialization.

import org.jboss.errai.common.client.api.annotations.Portable; @Portable public class MyData { private String name; public String getName() { return name; } public void setName(String name) { this.name = name; } }
Debug
Known issues
gotchaErrai is largely superseded by modern frameworks; consider alternatives like GWT or Vaadin.
fix
Migrate to a more actively maintained framework.
affects: *
Upgrade
Version history
1.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
errai-common — mvn dependency:get errai-common · libregistry