Archive for February, 2011

String Split() with special character

Posted in java on February 28th, 2011 by Aditya – Be the first to comment

Being an Information Systems Management, I have not been really exposed to much nitty gritty details of programming – even on the language that I am exposed to the most – Java. Yes I have done my fair share of debugging and such, but even so I often stumble in some random stuff that waste quite a number of minutes. For example, with String split() method that I was worked with. read more »

How to Solve GWT IncompatibleRemoteServiceException Error

Posted in gwt, howto, java on February 27th, 2011 by Aditya – 3 Comments

I started GWT development few days ago and encounters these rather unfortunate stack trace error.

com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This application is out of date, please click the refresh button on your browser. ( Expecting version 6 from server, got 5.)

read more »

Configure Managed Bean with XML

Posted in java, jfs on February 8th, 2011 by Aditya – Be the first to comment

I jot down this note from one of the JFS tutorial by MKYong. Just in Case I forgot about it.

With XML configuration, you can use the old JSF 1.x mechanism to define the managed bean in a normal faces-config.xml file. read more »