Secure JSF Application – why you should always define a servlet mapping
If you deploy a JSF application in WildFly 8, you can omit to define the JSF serlvet mapping. In this case three default mappings will be active out of the box. <context-root>/faces/*...
View ArticleMigrating Applications with Windup
Windup is a tool that scans your application for migration relevant items and presents its findings within an html report. It finds a variety of items starting with standard and vendor specific...
View ArticleAgile fixed price projects – risk or opportunity?
Dieser Artikel auf Deutsch At first glance, the term “agile fixed price project” sounds like a contradiction in terms. Fixed price projects feature exact specifications, offering both sides clarity as...
View ArticleFrom solution to problem – advising in project management
Dieser Artikel auf Deutsch One recurring pattern in software development plays out during the initial phase of the project: The client describes their requirements. So far, so good – everything is...
View ArticleResponsiveLime – Making LimeSurvey responsive with Foundation
ResponsiveLime is a responsive LimeSurvey template that builds on Foundation to exchange the default table layout with a fluid grid.
View ArticleAngularJS in WARs – The Case of the Session Timeout
AngularJS is a great framework to build modern web applications. Java EE offers a rich and powerful environment to build reliable, scalable, and secure server applications. The combination of both...
View ArticlePick the right tools for remote usability testing
We want to help you conducting moderated remote usability test with the right tools in no time.
View ArticleA step-by-step tutorial for conducting moderated remote usability tests
We report our best practices for conducting moderated remote usability tests. Like a step-by-step tutorial, we want to enable you to manage your own remote usability test.
View ArticleMonitoring the JBoss EAP / Wildfly Application Server with the Command Line...
The JBoss EAP / Wildfly provides a powerful concept for management, configuration and monitoring of the JBoss Application Server itself and its Java EE Applications. The concept is based on the detyped...
View ArticleJBoss EAP / Wildfly Management Interfaces and Clients
The JBoss EAP / Wildfly provides a powerful concept for management, configuration, and monitoring of the application server itself and its Java EE applications. In the previous post we focused on some...
View ArticleJBoss EAP / Wildfly – Three ways to invoke remote EJBs
The JBoss EAP / Wildfly application server provides as primary API the EJB client library to invoke remote EJB components. This client library is the implementation of the WildFly application server to...
View ArticleAgile Roadmaps in Software Development
Artikel auf deutsch In general, every software solution requires a roadmap, as the basis for targeted further development and so it can be adapted to users’ needs in the coming years. No matter which...
View ArticleFight the POODLE in JBoss 4 and 5, JON 3 and more
The POODLE bug (CVE-2014-3566) affects nearly everything and everybody is trying to secure all of their systems. That includes your JBoss servers. Securing your JBoss 4 or 5 has one pitfall, which I am...
View ArticleQuickstart vaadin (mobile) applications with Vaadinator – part 1: Introduction
Vaadinator generates a vaadin-based User Interface (both mobile and Desktop), backend and testing facilties from an annotated Domain class. It borrows much from the Domain Driven Design idea. Our...
View ArticleSurvey for TECHNOLOGY RADAR 2014/15
In march we are publishing our new Technology Radar as you know from last years. You can participate as usual – just follow the link: http://goo.gl/fnw5yf You can participate until friday, february...
View ArticleRed Hat JBoss EAP 6.4 now supports Java 1.8 / JDK 8
A few weeks ago Red Hat release the Red Hat JBoss EAP 6.4.0 Beta1 as tech preview. Featuring many updates, with additional supported and updated database certifications and the EAP 6.4.0 Beta1...
View ArticlejQuery Add-On: Empty $(…) Result Warning
Artikel in deutsch ⤴︎ Are you working on an HTML or JavaServer Faces project? Do you have problems with a JavaScript function not being triggered? Or a button that does not execute the defined action?...
View ArticleHibersap 1.2.0 Release
We are happy to announce the Hibersap 1.2.0 release! The artifacts for the new Hibersap version can be found in Maven central. Besides the enhancements, we changed the license under which the Hibersap...
View ArticleIntegration of JBake in Maven – Static Websites
JBake is a “Java based, open source, static site generator” (http://jbake.org/, on github https://github.com/jbake-org/jbake). It is a great choice if you want to create static HTML websites. No slow...
View ArticleExposing a web service via https with JBoss FUSE
Have you ever tried to expose a JAX-WS web service via https in JBoss FUSE? Well I tried to do that recently and ran into issues. I hope this post may help you on that task. You could start by simply...
View Article