| re: c++ jsp xml combined ???
Saurabh Aggrawal wrote:[color=blue]
> Hi i am looking at an application developed by the panel of experts[/color]
and[color=blue]
> it is a dll made to show the user interface for the application. With
> the dll(which is made in c++) there are two more files accompnying[/color]
it:[color=blue]
> one XML file and one JSP file
>
> · An XML document containing the features, options and constraints,
> and
> · A Java Script file for controlling the behavior of the controls,
> menus, bitmaps and tabs on the UI.
>
> Could any one explain me why someone like to do so.
>
> Respects,
> Saurabh Aggrawal[/color]
There could be many reasons. For example, you might want to implement
'skins' where you change the look and feel of your application without
having to recompile it. There could be any number of other reasons.
Hope this helps,
-shez- |