"Fueling the Rocket" - Errai 1.1.0-CR1 is out
by Heiko Braun
Ready for lift-off? The 1.1 Candidate Release has been released today. We got plenty of goodies baked into this one:
Serialization
Plenty of bugfixes and performance improvements.
Up to 40% performance gain and a much better memory footprint.
Deployment
Complete replacement for the meta data facilities and deployment hooks. This a fixes a lot of problems with nested deployment artifacts (i.e. WAR inside EAR)
Monitoring
Improvement activity monitoring tools. Added capabilities to query for certain message types/payload patterns.
CDI Integration
Seamless integration of CDI backend components with GWT client applications.
And much more ...
Check the Userguide for a complete reference of new features.
Download it now.
Browse the Userguide.
Get the sources.
Have fun,
the Errai Team
15 years, 1 month
HttpSession Question
by Charles Picard
> *Mike Brock* cbrock at redhat.com
> <errai-users%40lists.jboss.org?Subject=Re:%20%5Berrai-users%5D%20Get%20HttpSession&In-Reply-To=%3CD57AF496-C271-4CAD-8626-8CE1BD4867DC%40redhat.com%3E>
> *Fri Jun 4 12:09:32 EDT 2010*
>
>
> The best thing to do at this point would be to write your own SessionProvider implementation that exposes the HttpSession. You can do this by implementing SessionProvider, and specifying the implementation in your ErraiService.properties with: errai.session_provider_implementation=org.foo.MySessionProvider
>
> The session provider will be passed the HttpSession as the first parameter or getSession();
>
> You should look at the existing HttpSessionProvider implementation.
>
>
Mike,
Can you elaborate a little? I implemented my own version of
HttpSessionProvider by copying this file into my project and exposing the
HttpSession as a getter.
I'm unclear on how to get a reference to that from an arbitrary Errai
@Service class that implements MessageCallback. Any thoughts?
Thanks,
Charles
15 years, 1 month
Broken CDI deployment
by Heiko Braun
Maciej,
can you point me to the recent error you experience.
I want to look into it, but lost reference to the forum post or email you send.
Thanks, Heiko
15 years, 2 months