Push to Android, iOS, WP8 and FFOS - All at Once with AeroGear

November 24, 2014

Supported Push Networks AeroGear UnifiedPush Server is extremely useful in situations where you want a single server responsible for managing and watching over push notifications sent to multiple platforms. UnifiedPush server supports as of today…​ iOS (APNS) Android (GCM) Windows Phone (WPS, MPNS*) Firefox OS (Simple Push) *) MPNS is already developed, but not released yet Building Whats Up? chat application in < 20 minutes I believe there is never enough chat applications available in mobile app stores, so I decided to build a small Push Notifications based message exchange app...


JHackFest in Brno - Java & JVM languages, Frameworks and Tools

January 31, 2014

If you are an open-source hacker and you love technologies based on Java Virtual Machine, don’t miss an opportunity to hack on some your ideas or join others in building something interesting in this small hackfest we organize a third year in a row on Developer Conference in Brno. Occassion The hack-fest will take place at Saturday, February 8th in a Workshop room L2 at Masaryk University in Brno...


RichFaces Build Re-Structure

June 10, 2013

As part of the RichFaces 5 effort, we have undergone a huge refactoring of the RichFaces project structure . Why? Over time we have identified requirements which the project build cannot meet because the build at the time was not ready to support them...


Issue Reproduction & Debugging with RichFaces Framework Tests

June 9, 2013

When an issue is discovered in an real application, it needs to be reproduced by the dev team in a sandbox environment. It really helps to have this reproducer in the form of an automated test that should work on a given sample code, but that is failing due to the underlying issue...


Introducing RichFaces Framework Tests

June 8, 2013

This post is a wrap-up for the Testing JSF and RichFaces with Arquillian series which I started with: As we announced earlier, we are undergoing several changes in our approach to how RichFaces is tested. We already have an extensive functional test suite authored by a top-notch RichFaces QE team, but this suite doesn’t allow us to react quickly on regressions introduced and so we usually find some of them during release testing...


Testing JSF and RichFaces with Arquillian - Part IV - Running in Continuous Integration

June 7, 2013

Once you started developing some integration tests, you should also think about how and where to run them. The last part of this series is dedicated to running tests in continuous integration...


Testing JSF and RichFaces with Arquillian - Part III - Mastering the Debugger

June 6, 2013

We have previously discussed which technologies to use and how to improve the test development turnaround when we want to test JSF with Arquillian. However developing tests using the right tools used the right way isn’t the last stop in a development cycle...