Log in to follow, share, and participate in this community.
Thread Advanced CDI Event Support
Advanced CDI Event SupportHi, I have a composite that needs to support quite a few CDI event generators and observer methods. I would like to minimize the number of injected Event fields and dynamically fire events using the Event.sele...
Errai navigation broken on CordovaWebViewTried the Errai tutorial after checkout from github. There is no deployed 3.2.0 SNAPSHOT of the cordova-maven-plugin. I've changed this to 3.1.2, probably won't make a difference. It would be nice if the tutorial was ...
Thread 3.2.0 snapshot - could not create Vfs.Dir from url
3.2.0 snapshot - could not create Vfs.Dir from urlHi I'm getting the following error when trying to use Errai 3.2.0 Snapshot. I do have the errai-jboss-as-support added as a maven dependency. Any ideas what I am doing wrong? Or is this a bug? Thanks...
Errai marshalling doesn't workHi, I have a basic POJO object, which I want to send from server to client. I addded @Portable and @MapsTo annotations. User.java
package gwt.user.model;
import org.jboss.errai.common.client.api.annot...
Sending messages in GWT by ErraiHi, http://docs.jboss.org/errai/latest/errai/reference/html_single/#sid-5931280_MessagingAPIBasics-SendingMessageswiththeClientBus here is how to send a message from client. I have a client HelloServer.java, ...
How Else Can I Do This With Errai ??The Problem I want to be able to have modal overlays of certain @Page templates in my app such that the overlays can be invoked from any @Page showing in Errai UI Navigation Panel. Consider an managing Products that ...
Thread Errai Validation For Declarative Client-Side Validation ?
Errai Validation For Declarative Client-Side Validation ?I know that we can use the Validator class on the client to validate a bean against the declared JPA annotations in the bean. Is is possible, and how can I go about using such validation constrains in a POJO to contro...
Cant get Message API to work.Hello, I am using Errai 3.1.2.Final for development, wildfly 8.2.0. I am using the MessageBuilder and related APIs to send messages. I dont seem to recieve the messages on the MessageCallback at all. My Entry...
Thread List of enums in query Parma in Errai Jax-RS
List of enums in query Parma in Errai Jax-RSHello, I declared a QueryParam that is a List of enums but I get an exception telling me that I do not follow QueryParam specification. I checked and it seems that enum is compatible because it has a valueOf s...
Are Nested navigations supported?GIven a typical pattern (below) for setting up a navigation, where in a main panel there is a header, content, and footer, and the content is annotated @NavigationPanel. The content is replaced when transitionTo() is ...
Errai-Bus and client side error handlingI am using Errai-Bus 3.1.2.Final in a GWT applicaiton and I have troubles getting the client side error handling to work. Here is the setup: I am trying to send a Message to the backend: Date date = ...
Errai with Flux (React)Hi Im interest to hear from anyone who has applied the Flux architecture, as used in ReactJS, in Errai. I see there is a java implementation hal/circuit · GitHub - that is apparently GWT compatibl...
Errai spring-boot integrationHello everyone, While searching for a way to implement our front-end, we can up with Errai and we where impraised from its capabilities. Unfortunatelly our backend servers are developed using spring-boot and ...
Errai and AppEngine (GAE)Hi All, sorry if this is a question already answered. I would like to know if Errai messaging can be used in conjunction with GAE (AppEngine)? I know there have been some questions about this in the past, but I am not...
Problem with Errai MarshallingI am using errai 3.1.1.Final along with GWT 2.7.0 to communicate with some REST services. One of the services is a PUT accepting a list of Objects (quite heavy weight ones). The service invocation works fine when the ...
Thread State of incremental compilation of IOC bootstrapper
State of incremental compilation of IOC bootstrapperHello, we just updated to GWT 2.7 and got it running. We can experience the benefits of incremental builds as long as we are not touching any file that leads to the generation of the IOC bootstrapper. If we do...