473,385 Members | 2,269 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

c++ jsp xml combined ???

Hi i am looking at an application developed by the panel of experts and
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 it:
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

Jul 23 '05 #1
2 1143

Saurabh Aggrawal wrote:
Hi i am looking at an application developed by the panel of experts and 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 it: 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


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-

Jul 23 '05 #2
Thanks shez,

This application is a user interface for a device driver. It frequently
requires that we add one or two features or remove them according to
the specification.
There is a custom application which makes the UI called UIMAKER( which
is developed by another team). using UIMAKER the dialog box is build
and controls are put on it according to the specifications. The
controls are also custom build from MFC basic classes. After creating
the dialog with controls the UIMAKER saves the complete thing in the
xml file format.
All the business logic(ie how the controls will work and what options
will be default) are programmed in the JSP file which is interpreted by
the another custom c++ program to extract the logic and apply on the
dialog box(property sheet).

Why should some one make something so complex when we can make same
thing simply by coding in MFC.

Thanks,
Saurabh Aggrawal

Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Alex Hunsley | last post by:
A while ago I found a mysql/php/webserver bundle of software for windows that installed all three at once and made it easy to start developing sql/php web apps. Now I can't remember what it was or...
2
by: clintonG | last post by:
Is there a document that explains the difference between the Visual Studio .NET 2003 Combined Help Collection and the MSDN Library for Visual Studio .NET 2003 or does someone have comments...
1
by: Riley DeWiley | last post by:
I have an application with two tables, A and B. Each has an autonumber unique ID field, plus other data. I have a junction table, AB, containing fields AID, BID, and Count (a number). AB has...
12
by: chipgraphics | last post by:
:confused::confused: I have been on the quest to find a php script that can serve files for downloads and limit the speed at which the file is transfered to the user. I want a faster download...
0
by: athos | last post by:
Previously, we could use Visual Studio .Net 2002 combined with Visual SourceSafe 6.0 to maintain version control for Stored Procedures. (refer to "How to add SQL Server 2000 Stored Procedures to...
9
by: Fish Womper | last post by:
I am at best a part time developer of Access databases. I use Access 2.0, as this is all my employer has on its computers. Even so, to use this ancient version requires a fairly convoluted...
4
by: Gary Wessle | last post by:
Hi is there a module to do things like concatenate all files in a given directory into a big file, where all the files have the same data formate? name address phone_no. or do I have to open...
6
by: jjhall | last post by:
I need to open and read a file that has a combined ascii and binary format. Don't ask me why it is this way; I think it is kind of stupid, but I didn't write the program that generated the file. ...
3
by: fezza1 | last post by:
Hello, I need some help, so thanks in advance. My database has 5 columns matching to particular years, i.e.,PrevYr, PrevYr1, PrevYr2, PrevYr3, PrevYr4. In a simple query, I've combined all...
3
by: Belebele | last post by:
Suppose that I have a class that has a user-defined conversion to std::string, and I would like to compare objects of that class to "strings" (e.g. literals, std::strings): class InUpperCase {...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.