meeting WN WK start-work-070517
authorwkandlba
Thu, 08 Nov 2007 10:28:08 +0100
branchstart-work-070517
changeset 24084e24b0a4a93
parent 239 6001dcee235e
child 241 2744f0ef986d
meeting WN WK
doc/WK/content.tex
     1.1 --- a/doc/WK/content.tex	Thu Nov 08 10:24:38 2007 +0100
     1.2 +++ b/doc/WK/content.tex	Thu Nov 08 10:28:08 2007 +0100
     1.3 @@ -215,12 +215,12 @@
     1.4  
     1.5  \subsection{Servlets}
     1.6  What we have now is a Java Swing application which presents the math data to the user in a comfortable form. However, when transfer to the web we have to choose the language we will use on the server side. Possibilities are:
     1.7 -\begin{enumeration}
     1.8 +\begin{enumerate}
     1.9  \item Active Server Pages (\textit{ASP})
    1.10  \item Perl
    1.11  \item Hypertext Preprocessor (\textit{PHP})
    1.12  \item JavaServer Pages (\textit{JSP})
    1.13 -\end{enumeration}
    1.14 +\end{enumerate}
    1.15  Because the existing front-end is written in Java it is near to use Java and JSP on the server side.
    1.16  % WN071031 ... bitte verstaendlich machen und in Teilsaetze zerlegen ...
    1.17  First idea to make things interactive is to write a servlet, that processes the data the user types in and writes data back in form of html code. This method would not be very nice because in each servlet there is a lots of code only for presenting the data to the user.