Hi all,
I have implemented the common architecture "WebDynpro --> WebService --> SessionBean --> JDO --> database". In my data-table that I access I do not find clear text but only constants. E.g. the constant 1 means in clear text "Dept. Marketing", constant 2 means "Dept. Controlling".
Of course I do not want to display the constants but the clear texts. Where and how should I perform the mapping from constants to clear texts and vice versa? Should I do this in the SessionBean after getting the constants via JDO from DB, i.e. WebService should deliver clear text instead of constants? Or should the WebService deliver constants that are translated in my WebDynpro-Application?
Thanks for help,
Christoph