Hi Everyone,
Im working on an asset building assignment wherein I have to create a common search tool that can be plugged into any application without any code changes.
Now, for this I'm supposed to use an xml database and am currently writing a parser to build
java objects out of the tables and fields .The problem I'm facing at present is that since the code needs to dynamic, the
jsp side of the code needs to work in isolation from the parser ie., there isnt any table information present in the jsp . How do i reconcile the data from the jsp with the information I have stored of the database .
For your information, the xml database is provided and can have a standardized format.
Is what I'm suggesting possible or do I need to get some table information from the jsp too?
Please Help.
Thanks in advance,
Ravissant