last changes after meeting start-work-070517
authorwkandlba
Thu, 08 Nov 2007 14:58:57 +0100
branchstart-work-070517
changeset 2423cbe5bd1aa9b
parent 241 2744f0ef986d
child 243 836308d024e3
last changes after meeting
doc/WK/content.tex
     1.1 --- a/doc/WK/content.tex	Thu Nov 08 12:02:59 2007 +0100
     1.2 +++ b/doc/WK/content.tex	Thu Nov 08 14:58:57 2007 +0100
     1.3 @@ -277,7 +277,7 @@
     1.4  \noindent
     1.5  Now I want to describe the three main parts of this \textit{MVC} on the server side. %WN071030 bitte die Formatierung von Begriffen wie {MVC} _einheitlich_: _immer_ italic, ODER _immer_ '' ODER _immer_ \tt{}, ...
     1.6  
     1.7 -\paragraph{Managed-Beans}\ref{ExampleBean}
     1.8 +\paragraph{Managed-Beans}\label{bean} \ref{ExampleBean}
     1.9  As you can see above, the data models are called Java-Beans and such a bean is a class in Java with some special properties:
    1.10  \begin{itemize}
    1.11  \item the class must be public
    1.12 @@ -415,12 +415,12 @@
    1.13  \item {\tt src}: java files containing code for connecting the front-end with \sisac s server
    1.14  \item srctest: mirrors the files in {\tt src} except the following directory:
    1.15  \item coreservlets: java beans for tests on the software components performed in this thesis.
    1.16 -\item css
    1.17 -\item doc
    1.18 -\item images
    1.19 -\item js
    1.20 +\item css: the cascading style sheets for the tests.
    1.21 +\item doc: the documentation for the tests, which includes the {\tt !README} file.
    1.22 +\item images: the images which are used in the tests are saved in this directory. So it is not necessary to write the whole path in the code.
    1.23 +\item js: java scripts which are used for the tests.
    1.24  \end{enumerate}
    1.25 -The files in {\tt sacweb/isac/test} contain java scripts for the tests performed; most of the files are auxiliary files for the test cases. The test cases are described in App.\ref{test-cases}.
    1.26 +The files in {\tt sacweb/isac/test} are the auxiliary files for the test cases. The test cases are described in App.\ref{test-cases}.
    1.27  
    1.28  \chapter{Tests on software components}\label{test-cases}
    1.29  
    1.30 @@ -467,7 +467,7 @@
    1.31  
    1.32  
    1.33  
    1.34 -\paragraph{JavaBeans:} The directory $\;${\tt /isacweb/srctest/coreservlets}$\;$ contains the java beans related to the test cases as discussed above:
    1.35 +\paragraph{JavaBeans:} The directory $\;${\tt /isacweb/srctest/coreservlets}$\;$ contains the java beans related to the test cases as discussed above. Detailed informations of such beans are in Par. \ref{bean}
    1.36  
    1.37  
    1.38  \begin{verbatim}
    1.39 @@ -482,20 +482,6 @@
    1.40   9      671  TreeBean.java
    1.41  \end{verbatim}
    1.42  
    1.43 -%\begin{enumerate}
    1.44 -%\item  \label{AjaxServlet} AjaxServlet: In the related ajax-test.jsp () file you can enter your name, which is send to the AjaxServlet and print out asynchron.
    1.45 -%\item  \label{ExampleBean} ExampleBean: Shows a very simple example how Beans work. In example1.jsp the start function of the ExampleBean is called.
    1.46 -%\item  \label{FacesRedirectFilter} FacesRedirectFilter: Redirects all requests sent to xxx.jsp to xxx.faces.
    1.47 -%\item  \label{HealthPlanController} HealthPlanController: example3.jsp calles the function signup from the HealthPlanController. Randomly the user gets accepted or rejected.
    1.48 -%\item  \label{RegistrationBean} RegistrationBean: Is called in the file example2.jsp. There you have to type in your email and password. If booth are correct you get an Ok, otherwise a warning.
    1.49 -%\item  \label{SuggestionBean} SuggestionBean: If the user gets a warning from the example before, then he gets presented an example of a correct input which is generated in the Suggestion Utils file.
    1.50 -%\item  \label{SuggestionUtils} SuggestionUtils
    1.51 -%\item  \label{TreeBacker} TreeBacker: Here you can find some faked data for an example tree2. The layout for the tree can be found in tree2.jsp. Dojo is used for separating the window. How this works can be found in dojo-test.jsp
    1.52 -%\item  \label{TreeBean} TreeBean: Has the methods which are called, when clicking on a leaf.
    1.53 -%\end{enumerate}
    1.54 -
    1.55 -%\end{document}
    1.56 -
    1.57  
    1.58  
    1.59  \end{appendix}