Log in to follow, share, and participate in this community.
Thread Errai - Widget onLoad() called twice
Errai - Widget onLoad() called twiceHi Errai Team, Im using Errai 4.0.0.Beta1 for gwt-material, and it seems that the Widget onLoad() method called twice in errai. Here is the sample widget that we implement the onload process https://github.com/GwtMate...
Errai 4.x & Java 7 - UnsupportedClassVersionError?Errai Framework main website states that Errai 4.x should be targeted to Java 7. When I do that and attempt a GWT Compile, I receive and UnsupportedClassVersionError error, stating 'Unsupported major.minor ve...
API changes report for Errai BusHi 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...
Problems with data bidingHi guys. I've been doing some tests with Errai and I'm trying to split the errai-tutorial project in 3 different projects. One for the front-end, other for the server classes and the third for common classes....
custom tags are losing their childrenHi all, I'm faced with a very strange behavior, so let me share it with you. I have tried an amazing element2 demo with polymer widget errai-tutorial (https://github.com/errai/errai-tutorial.git), but I added iron-ic...
Thread AuthenticationService with Spring Framework
AuthenticationService with Spring FrameworkIs there an efficient way to create a custom AuthenticationService in the Spring container? I haven't found any useful information on the forum. Any help is appreciated, thanks!
Thread github project for errai spring server side integration
github project for errai spring server side integrationHi all Since I really like Errai a lot and I am in the middle of making the difficult choice of using CDI vs Spring on the server side, I have created an Apache 2 licensed Github project to share the errai spr...
CDIExtensionPoints startupCallback vs RPCHi I am working on having MessageBus objects injectable in a Spring context and have been looking at the CDIExtensionPoints class based on recommendation from Max. I am trying to figure out why some se...
Using Errai in J2EE EAR applicationHi - couple of general very non-specific questions: 1) I am looking at using Errai in a EAR based application, with ear, war and ejb sub-modules. All the Errai examples I have seen are WAR only. Does Errai wor...
Elemental2 Dom and Errai exampleMax, Thanks for updating the errai tutorial to use the new elemental2 DOM wrappers. Looking at the code though, I notice that you still use the old Errai wrappers. For example, how would you go about re-implementing ...
Question about the CDI declaration.Hi, I have a quick question about the CDI scope declarations. If I declare an AbstractClass @Dependent and use this class as a base class, will the inheriting class be defined as dependent? Thanks!
Thread No generator found for TranslationService after Upgrade to 4.0
No generator found for TranslationService after Upgrade to 4.0Hi, I recently started to upgrade from GWT 2.7 to GWT 2.8 und from Errai 3 to Errai 4. Now during GWT compilation I get the following error: java.lang.RuntimeException: no generator found for interface:...
No proxy found only in development modeI have always problem, no proxy found for my jaxrs web services. It happens only in development mode. When I do clean install and deploy that app on server it works great. Please help,
Page navigation improvementsI might be missing something, but the current Page navigation subsystems may need architecture improvements. 1. The NavigationPanel is still rooted in the old GWT widgets and panels. That makes installing cust...
Issue with page navigationHi all, In the attached code Errai 4 (latest from github) seem to not instantiate the default Home page and page graph seems empty. Any idea why? I suspect something is wrong with how the navigation panel is initiali...
Element and Widgets as child elementsHi all, maybe someone has some ideas on how to fix my issue. In general, from my point of view, the problem is that initWidget isn't called, so (GWTMaterialDesign) MaterialButton and MaterialDropDown aren't init...
Errai + KeyCloakHi, I need to know if the stable version 3.2.5 works with latest keycloak version, 2.5.5. My errai app have a page with role LoginPage that have a link (/app-login) protected with the errai filter ErraiLoginRe...