Hi,
We appear to be sort of stuck while trying to evaluate 8.0. Our server-side code when working with 6.5.1 requires us to use SequencedHashMap. However, when we try that code with 8.0, we get ClassCast exceptions that require us to change all SequencedHashMaps to LinkedMaps. But, when try to use LinkedMaps with 6.5.1, we are required to use SequencedHashMaps?
So, is there any solution that will work with both SmartClient versions without us resorting to some sort of Dynamic casting based on which version of Smartclient we are running?
We appear to be sort of stuck while trying to evaluate 8.0. Our server-side code when working with 6.5.1 requires us to use SequencedHashMap. However, when we try that code with 8.0, we get ClassCast exceptions that require us to change all SequencedHashMaps to LinkedMaps. But, when try to use LinkedMaps with 6.5.1, we are required to use SequencedHashMaps?
So, is there any solution that will work with both SmartClient versions without us resorting to some sort of Dynamic casting based on which version of Smartclient we are running?
Comment