Skip to Content
0
Jun 03, 2008 at 03:16 PM

Save user specific data

112 Views

Hi experts,

i have the following question.

I would like to save some information about each user who has used web dynpro application on j2ee engine. In this file (xml, txt ... ) is saved information per user, for example 10 last inputs for filter he used.So that each time on start of an application some list will be suggested with inputs he made.

i have thought that it could be an xml-file with following structure:

<main_data>

<user id="name1>

<info_input>Input1<info_input>

<info_input>Input2<info_input>

........

</user>

<user id="name2">

..........

</user>

</main_data>

Then it could be maybe possible to parse it and to get info for specific user, to save it in context node and bind it to dropdownbyindex ui element.

Have you any ideas? Is it possible? If yes, could you please and explain how?

Thank you very much in advance!

Best Regards,

Daria

Edited by: Daria Sosunova on Jun 3, 2008 5:16 PM