• Patching RichFaces 3.3.3 AJAX.js for IE9

    There are always some problems when working with 3rd party frameworks when the world moves forward but the framework you’re using doesn’t. After JSF 2 was released the RichFaces development moved to 4.x version and they dropped support for the older versions although many users are still using the older versions as it’s not trivial…

  • Using the WebLogic Maven Plug-In for Deployment

    Using the WebLogic Maven plug-In for deployment is much easier and quicker than going through the WebLogic Server’s AdminServer and Oracle Documentation provides good examples how to do it. In short, generating WebLogic Maven Plug-In contains following steps: 1. Build the plug-in JAR file using the WebLogic JarBuilder Tool (wljarbuilder) under MW_HOME/wlserver_10.3/server/lib/ with the following…

  • Looking back, planning ahead

    Again a year has passed and it’s time to take a short look back and plan for the next year. A year ago I wrote that in the year 2012 the blog would be more active and I partly managed to keep up that promise with 9 articles. Not quite at least an article per…

  • Insights to future workplace from Fujitsu Forum 2012

    Insights to future workplace from Fujitsu Forum 2012

    This year my Autumn holiday was a bit different as I was one of the four bloggers who were invited by Fujitsu’s LIFEBOOK4Life campaign to visit Fujitsu Forum 2012 in Munich to hear about how the future workplace might look like and to experience new technologies to support that. We also got a tour at…

  • Fujitsu Forum 2012 has insights for the future of IT

    Fujitsu Forum 2012 has insights for the future of IT

    Germany is known for it’s technology expos like CeBIT but for more detailed and in depth view about the state of information technology you might want to go to Fujitsu Forum like I did a year ago invited by LIFEBOOK4Life. This year it’s held November 7th and 8th at the ICM in Munich and enables…

  • LIFEBOOK4Life Ultra Test Flight adventure starts

    LIFEBOOK4Life Ultra Test Flight adventure starts

    Fujitsu’s LIFEBOOK4Life is here again with “Ultra Test Flight” and new challenges for Insiders. This year it’s about Ultrabooks and the Autumn will be full of interesting tasks to fulfill. In the end if successful the Insiders can keep their Ultrabooks, be it U772 or U572. Last year I took part in Fujitsu’s “LIFEBOOK4Life: Accept…

  • Fujitsu Stylistic M532 review

    Fujitsu Stylistic M532 review

    Tablets have become more and more common in recent years and I have thought about getting one but haven’t quite got myself to buying one. Too many choices and didn’t know if I really needed one. When Fujitsu suggested to test their new Stylistic M532 Android tablet in part of their Lifebook4Life project i gladly…

  • Running FishEye & Crucible as a service in Linux

    Atlassian’s tools for supporting software development are great but they aren’t really admin friendly to start with. For example FishEye & Crucible doesn’t ship with scripts to start it at system boot time but with the help of Atlassian’s Wiki, sysadmin tasks and scripts you can run it as a normal service.… Jatka lukemista →

  • JSF 1.2 and getting selected value from dropdown

    JSF 1.2 has some weird features which you just have to know if you haven’t read the documents. One example is getting a value from h:selectOneMenu dropdown after onchange event. The first what comes to mind is to use binding attribute with RichFaces’ a4j:support for rerendering elements after the event but it doesn’t work like…

  • Exclude JQuery libraries from Eclipse’s JavaScript Validation

    Eclipse likes to validate JavaScript when doing Dynamic Web Modules and thus may give you false positive validation errors on 3rd party JavaScript libraries like JQuery. Although you can turn off the validation altogether but better solution is to configure it to exclude files as Alexander shows us at Stackoverflow.… Jatka lukemista →