Java Web XXS: Difference between revisions

From ICO wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(44 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Siim M - andmete hoidmine ja tagastamine ==
== Project member ==
muudetud: [[User:Skuusik|Skuusik]] 23:38, 14 October 2010 (EEST)
----
* andmete salvestamine, ilmselt xmli faili


# salvestada tuleb kõik küsimustikud eraldi faili, et mitte süüa mahukat faili mällu töötlemiseks.
*Siim Männart - MySql db and queries
# peab saama lihtsalt muuta, kustutada, aktiveerida ja lisada küsimustikke ja küsimustike küsimusi
*Tiit Ojamets - Project management and Documentation
# eraldi saab lisada küsimustikele ip-sid ja muuta neid aktiivseteks ja mitte aktiivseteks
*Silver Kuusik - Server logics
# faili nime võib kuupäevaga unikaalselt genereerida
*Siim Saarik - Style and testing
# parameetrid, mida vaja salvestada on küsimustikul: nimi, id, aktiivne(false, true), küsimused, vastused, vastanute ip-d
*Sergei Rumjantsev - Style and Javascript
# xml struktuur ...


== Silver - serveri loogika ==
== The idea ==
muudetud: [[User:Skuusik|Skuusik]] 23:38, 14 October 2010 (EEST)
----
* kuidas kasutajale kuvada lehti jne
* tulemuste diagrammi joonistamine


# klient
The CLickers project is a poll makeing and answering apllication. The administrator can make polls, activate, deactivate and close them. The client can answer the polls if they are active and see the poll answering statistics if they are not active. For details see documentation.
## kui kasutaja tuleb lehele, siis küsitakse kõik küsimustikud ja kuvatakse talle leht aktiivsete ja mitte aktiivsete küsimustekega
## kui kasutaja vajutab mõne küsimustiku nimega lingi peal, siis kontrollitakse tema ip-d
### kui selle kasutaja ip-d pole selle küsimustikuga seotud, siis kuvatakse talle esimene selle küsimustiku küsimus
#### kui kasutaja hakkab küsimustele vastama... ( kas salvestada kohe ? )
#### kui kasutaja lahkub, kas pärast saab alustada, kust lõpetas?
#### kui kõik vastatud, suunatakse kohe selle küsimustiku statistikale
### kui selle kasutaja ip on selle küsimustikuga seotud, siis näidatakse talle selle küsimustiku vastuste diagramme
# admin
## saab ligi ka kliendi lehele
## tema jaoks on teise URLi peal leht, kust saab aktiveerida kustutada, muuta ja lisada küsimustikke
## kuidas see kõik välja näeb....


== Sergei ja Siim S - kliendi pool ==
== For the developers ==
muudetud: [[User:Skuusik|Skuusik]] 23:38, 14 October 2010 (EEST)
----
* html lehed koos vormidega jne
* natuke dünaamilisust jqueriga


== Tiit ==
*To run the application download netbeans and while installing choose tomcat server
muudetud: [[User:Skuusik|Skuusik]] 23:38, 14 October 2010 (EEST)
*Download the team develoer plugin and the source from google code and the project should run, for details see documentation
----
*'''Deployable war and documentation''' [http://code.google.com/p/clickers/downloads/list here] the admin side has basic auth and any user in role '''tomcat''' is suitable
* dokumentatsioon ja projekti juhtimine
*SVN repo address <nowiki>https://clickers.googlecode.com/svn/Clickers</nowiki>
*Book [http://enos.itcollege.ee/~smannart/3/JEE/OReilly.Head.First.Servlets.and.JSP.2nd.Edition.Mar.2008.pdf "Head First: Servlets and JSP"]


# muretseb, et kõigil oleks olemas arendus vahendid ja ülesanded
== Log ==


== Kasulikku ==
* 24.10.2010 Silps - svn repo and mysql database where the tables will come
 
* 26.10.2010 Silps - mysql tables and some test data and test queries
Raamat [http://enos.itcollege.ee/~smannart/3/JEE/OReilly.Head.First.Servlets.and.JSP.2nd.Edition.Mar.2008.pdf "Head First: Servlets and JSP"] - kui pole viitsind aines kohal käia, siis seda sirvides saad asjadest aimu
* 26.10.2010 Siim M - mysql queries for selecting polls and their questions
* 27.10.2010 All - the project setup meeting, setup for netbeans with svn
* 13.11.2010 Silps - the project
* 07.12.2010 All - general meeting, discussion what is done and who has to do what
* 07.12.2010 All - general meeting, discussing what is done and what has to be done and by whom
* 07.12.2010 Sergei - changed the project scaffold
* 07.12.2010 Sergei and Siim S - project style with javascript
* 07.12.2010 Silver - tomcat basic authentification for admins and closing polls
* 07.12.2010 Tiit - project documentation as a pdf

Latest revision as of 22:48, 20 December 2010

Project member

  • Siim Männart - MySql db and queries
  • Tiit Ojamets - Project management and Documentation
  • Silver Kuusik - Server logics
  • Siim Saarik - Style and testing
  • Sergei Rumjantsev - Style and Javascript

The idea

The CLickers project is a poll makeing and answering apllication. The administrator can make polls, activate, deactivate and close them. The client can answer the polls if they are active and see the poll answering statistics if they are not active. For details see documentation.

For the developers

  • To run the application download netbeans and while installing choose tomcat server
  • Download the team develoer plugin and the source from google code and the project should run, for details see documentation
  • Deployable war and documentation here the admin side has basic auth and any user in role tomcat is suitable
  • SVN repo address https://clickers.googlecode.com/svn/Clickers
  • Book "Head First: Servlets and JSP"

Log

  • 24.10.2010 Silps - svn repo and mysql database where the tables will come
  • 26.10.2010 Silps - mysql tables and some test data and test queries
  • 26.10.2010 Siim M - mysql queries for selecting polls and their questions
  • 27.10.2010 All - the project setup meeting, setup for netbeans with svn
  • 13.11.2010 Silps - the project
  • 07.12.2010 All - general meeting, discussion what is done and who has to do what
  • 07.12.2010 All - general meeting, discussing what is done and what has to be done and by whom
  • 07.12.2010 Sergei - changed the project scaffold
  • 07.12.2010 Sergei and Siim S - project style with javascript
  • 07.12.2010 Silver - tomcat basic authentification for admins and closing polls
  • 07.12.2010 Tiit - project documentation as a pdf