Paper arrived
Monthly Archives:: June 2012
GWT CellTable with sorting
I had problem with sorting CellTable using async data provider. Here is an amazing solution of this issue. http://webcentersuite.blogspot.com/2010/11/gwt-celltable-with-sorting.html
96 WJUG meeting
Yesterday I attended amazing lecture of our theoretical java guru Paweł Cesar Sanjuan Szklarz. He showed us his amazing proposition for remote connection protocol based on benefits of dependency injection. You can read and taste his prototype here: http://softwaremathmodel.blogspot.com/2012/05/canonical-protocol.html
Run JSF2 on GAE
I tried to run JSF2 app on GAE but I with no success. I had a problem with JSF 2 is using “javax.naming.InitialContext” that’s not support in GAE. I left this topic and after a while found solution for this issue at MKyong blog http://www.mkyong.com/google-app-engine/google-app-engine-jsf-2-example/ You need to overload WebConfiguration.java that is a JSF configuration class. Amazing!
Glassfish ESB 2.2 silent CLI installation
Hello, I’ve found two places where you can download the latest SUN’s Glassfish ESB build from 2009. http://download.java.net/jbi/binaries/glassfishesb/v2.2/ http://www.logicoy.com/download_glass I’ve also found amazing tutorial by Michale Czapski – how to install this from CLI and default configuration xml file for instalation.