Archive for October, 2009

JetBrains released a new EAP (Early Access Program) for IntelliJ Idea 9 Codename Maia, namely Idea Ultimate Edition v 90:116 90:122. Grab the packages for your operating system here

he team from Sun/the JSF Expert Group released a page showing what you need to add to your pom.xml to include jsf-2 in your maven project. Taken from https://javaserverfaces.dev.java.net/maven2, the required parts are: If you use Glassfish v3 or higher: 1 2 3 4 5 6 <dependency> <groupId>javax.faces</groupId> <artifactId>jsf-api</artifactId> <version>2.0</version> <scope>provided</scope> </dependency><dependency> <groupId>javax.faces</groupId> <artifactId>jsf-api</artifactId> <version>2.0</version> […]

While browsing through the Mojarra Sourcecode, I’ve found a interesting set of classes, all bundled around the keyword “Flash”: ./jsf-ri/systest/src/com/sun/faces/systest/FlashViewParamTestCase.java ./jsf-ri/systest/src/com/sun/faces/systest/FlashReaperTestCase.java ./jsf-ri/systest/src/com/sun/faces/systest/FlashReaperBean.java ./jsf-ri/systest/web/flash01.xhtml ./jsf-ri/systest/web/flash02.xhtml ./jsf-ri/systest/web/flashReaper.xhtml ./jsf-ri/src/com/sun/faces/context/flash ./jsf-ri/src/com/sun/faces/context/flash/FlashELResolver.java ./jsf-ri/src/com/sun/faces/context/flash/ELFlash.java ./jsf-ri/systest-per-webapp/flash/src/java/com/sun/faces/systest/FlashTestCase.java ./jsf-ri/systest-per-webapp/flash/web/flash7.xhtml ./jsf-ri/systest-per-webapp/flash/web/flash8.xhtml ./jsf-ri/systest-per-webapp/flash/web/flash2.xhtml ./jsf-ri/systest-per-webapp/flash/web/flash5.xhtml ./jsf-ri/systest-per-webapp/flash/web/flash4.xhtml ./jsf-ri/systest-per-webapp/flash/web/flash3.xhtml ./jsf-ri/systest-per-webapp/flash/web/flash6.xhtml ./jsf-api/src/main/java/javax/faces/context/Flash.java When looking through the files, I found out, that the famous Flash-Scope of Ruby on Rails (my friend […]

Martin Ahrer, one of Austrians JSF geniuses shows a way how to integrate PrimeFaces ToolTip component with conditional rendering, only when validation errors occurred. Although I would have chosen a different approach (mainly extending the already existent h:message tag), Martins way works quite nice. Thanks Martin!

Recently (well about two weeks ago), I’ve created a patch to make the great PrimeFaces JSF-2 ready. PrimeFaces Homepage PrimeFaces Google-Code Project PrimeFaces ShowCase Patch for PrimeFaces JSF-2 support Cagatay Civici now made me a contributor of PrimeFaces.. thanks mate! Hopefully the patch will soon be integrated into the 2.0 branch of PrimeFaces!

Wow! I can’t believe it! JetBrains just announced, that upcomming IntelliJ Idea 9 will be made open source. Eclipse and NetBeans now definitely have to fear “The most intelligent IDE” in the world! Hooray at JetBrains!

So, after almost 5-6 years of Gmail usage with an @gmail.com address, I decided to go with my own domain and change to Google Apps = the REAL GMAIL. So, I was wondering, if there is a way to migrate my stuff from the “Free Gmail” to the “Google Apps Gmail”, but my (initial) searches […]


top