Menu

#30 JSP view

open
1
2013-01-03
2004-10-10
No

Will a JSP page be usefull ? Displaying logs on the fly...
Compare it to an applet.
The HTML code already exists via HTMLWriter.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    In fact, this is the preferred view for the programmer,
    because changing data is then dynamically generated.
    However, it requires people to have a web server (one with
    JSP support), even if the need is only to have a unique
    .HTML page to show the log in a table.

    Maybe there is a possibility to use common data (like the
    general page structure, in a .xml skeleton) for both
    solutions (static .html and .jsp)

     
  • Nobody/Anonymous

    Logged In: NO

    It should be designed as a set of (lightweight) web
    components reusable in a web page.

    Some ways to dynamically generate those components / web pages :

    - embed a JSP interpreter (see embed web servers)
    - use / call a script (why not python)

     

Log in to post a comment.