I am running my maps using the Java API provided by Mercator. So far the maps have been accepting Strings and they seem to work fine. The environment I work in is a J2EE environment. I would like to instantiate a class and pass that class with values set in the object(using setter methods on the class) as input into the Mercator map. The Mercator map would then get the values from the object (using getter methods on the class) and then go on to do some transformation.
The examples provided by DSTX with respect to Java have been good - but the examples always use DSTX maps to instaniate the object themselves (rather than accepting an instatiated class), set the values and get the values(all on the output card). This is not helpful in my case.
Any help along these lines would be great.
The examples provided by DSTX with respect to Java have been good - but the examples always use DSTX maps to instaniate the object themselves (rather than accepting an instatiated class), set the values and get the values(all on the output card). This is not helpful in my case.
Any help along these lines would be great.