Registry / dependency-injection / errai-ioc

errai-ioc

JSON →
library4.18.0.Finaljavamavenunverified

Errai is a GWT-based framework for building rich web applications using next-generation web technologies, with dependency injection support.

<dependency> <groupId>org.jboss.errai</groupId> <artifactId>errai-ioc</artifactId> <version>4.18.0.Final</version> </dependency>
INSTALL
IMPORT
SIG · ERRAI-IOC
E
errai-ioc
dependency-injectionjavav4.18.0.Final
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.

EntryPoint
org.jboss.errai.ioc.client.api.EntryPoint

Basic Errai IOC entry point with dependency injection.

import org.jboss.errai.ioc.client.api.EntryPoint; import javax.inject.Inject; @EntryPoint public class MyApp { @Inject private MyService service; public void onModuleLoad() { service.doWork(); } }
Debug
Known issues
gotchaErrai IOC requires GWT compiler and may have compatibility issues with newer GWT versions.
fix
Use compatible GWT version (2.8.x recommended).
affects: >=4.0.0
Upgrade
Version history
4.18.0.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
32
Resources
errai-ioc — mvn dependency:get errai-ioc · libregistry