I've another question,
if it is possible to do such a solution, it's a theoritical part for my
diploma.
Imagine: you design you Website using on of the existing products (PageMill,
DreamWeaver etc)
In this HTML-Code you insert special Tags, for instance:
<&repeat>
..
<TD><&ItemNumber></TD>,<TD> <&ItemName></TD>
..
<&repeat_end>
Then i would write a parser, containig a dictonary, which resolves the Tags
to a snippet of Javacode, for
instance:
&repeat = while((ItemNumber.elements()).hasMoreElements()){
&repeat_end = }
...
and so on.
The parser should create as result a java-class, that consitst of a special
function, maybe for displaying the
basket from a shopcart or for displaying the goods etc.
With a "Ini"-File you can control the parser and what the result should be.
Then you can compile it to a class-File and use it in you servlet
referencing the class.
So the designer could made the HTML-Page and the programmer can convert it
to a class file
What do you think about it, is it possible to do?
Best regards
Mirko Wolf
eMail: [EMAIL PROTECTED]
BEGIN:VCARD
VERSION:2.1
N:Wolf;Mirko
FN:Mirko Wolf
NICKNAME:Yankee
X-WAB-GENDER:2
URL:
URL:http://www.it96.istcool.de
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:19990804T114409Z
END:VCARD