• Waiting for server-side resources to load

    Our app needs some app registry and user data, which is loaded asynchronously from the server, after the app is started, to work properly. This becomes a problem when a user wants to navigate directly to a page withi...
    Profile Photo
    last modified by saso5
  • API changes report for Errai Bus

    Hi all,   I'd like to share my results on API changes analysis for the Errai Bus library: https://abi-laboratory.pro/java/tracker/timeline/errai-bus/   The report is generated by the https://github.com/lv...
    Profile Photo
    last modified by lvc
  • errai-tutorial.tar.xz

    custom tags are losing their children
    Profile Photo
    last modified by treblereel
  • An Apology for Poor Forum Moderation

    Dear Users of the Errai Form,   It was recently brought to my attention that many user posts were becoming stuck in moderation. The root cause of this was an error in the forum settings, as it was never intended...
    Profile Photo
    last modified by mbarkley
  • How to setup Errai Project with Eclipse, Maven, GWT plugin with Default Jetty

    First let me brag about it  Errai project was promising amazing things and now it seems that dream is coming alive. Think about - 1. Having fancy HTML5 template based UI  (save you from that ui buinders, ...
    Profile Photo
    last modified by rathiandi
  • Errai

    Welcome to Errai 
    Profile Photo
    last modified by cbrock
  • Errai-BuildFromSource

    Our GIT Repository  You can checkout the errai sources with the following command:   git clone https://github.com/errai/errai.git   Build Process   Building requires Apache Maven, and uses the ...
    Profile Photo
    last modified by ggb
  • Working with GWT, CDI and Errai

    This document describes the steps necessary to setup an eclipse project in order to work with GWT, CDI and Errai. It leverages the CDI integration which is part of project Errai.  Before we get started make sure...
    Profile Photo
    last modified by cbrock
  • Errai CDI Integration

    Project Info  The CDI integration module is an extension to Errai leverages the portable extension SPI, that's part of the CDI specification. It allows you to use CDI components as as service implementation and ...
    Profile Photo
    last modified by dan.j.allen
  • CDI Integration Roadmap

    CDI integration is an ongoing effort. We are listing planned improvements and a highlevel roadmap here.   Basic Use Cases  Beans as Services RPC exposure Integration with Event Subsystem   Reasonable...
    Profile Photo
    last modified by heiko.braun
  • CDI Integration

    Errai-CDI is an extension to Errai that allows you to use CDI components as backend services to your GWT application. Or to put it the other way around: If you are working with CDI (EE6), this makes GWT an alternative...
    Profile Photo
    last modified by heiko.braun
  • Errai-IDESetup

    Build and install the maven artifacts  This is an important step before importing the project in your IDE, because it populates your local maven repository with all the dependencies needed to build the project. ...
    Profile Photo
    last modified by rruss
  • Errai Best Practices

    Errai Best Practices This article discusses some best practices/gotchas. Consider adopting Errai Workspaces rather than building your own GWT console from scratch I know building from scratch is awesome, will get you ...
    Profile Photo
    last modified by anil.saldhana
  • Workspaces Planning

    This wiki article will capture the planning needed for the Workspaces subproject of Errai.   Decisions Outstanding  Description Options Owner Comments Decision Should we adopt GWT Mosaic as a first class ci...
    Profile Photo
    last modified by rruss
  • Errai-TheStore

    Building and Running TheStore  You need to build the dependent artifacts (errai/trunk) before you can launch the store.   cd errai/trunk mvn clean install   [...]   [INFO] --------------------...
    Profile Photo
    last modified by heiko.braun