Mirko Wolf - PDC <[EMAIL PROTECTED]> wrote:
>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 basic functionality you describe here is very similar to the Tag
Extension mechanism introduced in the 1.1 Specification of JavaServer
Pages, now available for public review from Sun. You can download a
copy of the draft spec at
http://java.sun.com/products/jsp/techinfo.html.

- Mark Kolb
   Tivoli Systems

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to