Your current filters are…
by Lukáš Fryč
Tools like Selenium, an outstanding tool for UI test automation, and Arquillian, an award-winning integration testing framework, offer a base for high-quality tests which are crucial for a web app development. However writing UI tests and covering server-side logic leaves many questions open:
* Does Selenium cover everything? Page transitions, simple JavaScript interaction and a portion of DOM. Is it really enough?
* Mocking requests for testing server-side code is pain. Is it necessary?
* Are you able to detect that your component’s visual representation changes?
* Does investigating these changes involve a disproportionate amount of effort?
* Isn’t manual test development too expensive?
by Lukáš Fryč
JSF component libraries provide you with a solid basis for building enterprise UIs as they are covering most common use cases. But what can you do in a case that no existing component fits your project requirements?
There are many JavaScript component projects which offer together nearly infinite possibilities. But it might not be evident that leveraging these JavaScript frameworks is as easy as writing plain old HTML code, separating component and page development efforts. But how to wrap these components to fit into JSF eco-system?
That’s exactly where RichFaces CDK comes into play.
by Lukáš Fryč
The rising power of the mobile platform recently has shown how important is being able expose applications to portable devices. What can an strong enterprise back-end offer you in this space?
In the mobile environment, developers are forced to leave usual habits and enter the rapidly changing ground. Is there any way how to use well-known enterprise UI technologies on mobiles?
The mobile technologies are growing faster than one can simply follow. There are plenty of technologies around the mobile web and new frameworks appear so quickly. How to tame the latest cool frameworks and provide users with great experience?
How to get a gear you need to go mobile?