Java Web XXS: Difference between revisions

From ICO wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(34 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Siim M - andmete hoidmine ja tagastamine ==
== Project member ==


* andmete salvestamine, ilmselt xmli faili
*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


# salvestada tuleb kõik küsimustikud eraldi faili, et mitte süüa mahukat faili mällu töötlemiseks.
== The idea ==
# peab saama lihtsalt muuta, kustutada, aktiveerida ja lisada küsimustikke ja küsimustike küsimusi
# eraldi saab lisada küsimustikele ip-sid ja muuta neid aktiivseteks ja mitte aktiivseteks
# faili nime võib kuupäevaga unikaalselt genereerida
# parameetrid, mida vaja salvestada on küsimustikul: nimi, id, aktiivne(false, true), küsimused, vastused, vastanute ip-d
# xml struktuur ...


== Silver - serveri loogika ==
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.


* kuidas kasutajale kuvada lehti jne
== For the developers ==
* tulemuste diagrammi joonistamine


# klient
*To run the application download netbeans and while installing choose tomcat server
## kui kasutaja tuleb lehele, siis küsitakse kõik küsimustikud ja kuvatakse talle leht aktiivsete ja mitte aktiivsete küsimustekega
*Download the team develoer plugin and the source from google code and the project should run, for details see documentation
## kui kasutaja vajutab mõne küsimustiku nimega lingi peal, siis kontrollitakse tema ip-d
*'''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
### kui selle kasutaja ip-d pole selle küsimustikuga seotud, siis kuvatakse talle esimene selle küsimustiku küsimus
*SVN repo address <nowiki>https://clickers.googlecode.com/svn/Clickers</nowiki>
#### kui kasutaja hakkab küsimustele vastama... ( kas salvestada kohe ? )
*Book [http://enos.itcollege.ee/~smannart/3/JEE/OReilly.Head.First.Servlets.and.JSP.2nd.Edition.Mar.2008.pdf "Head First: Servlets and JSP"]
#### 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....


''valideerimine''
== Log ==
* ''ei saa salvestada sama nimega küsimustikku''
* ''ei saa salvestada tühja nimega küsimustikku''
* ''ei saa salvestada ühegi küsimuseta küsimustikku''


== Sergei ja Siim S - kliendi pool ==
* 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
* html lehed koos vormidega jne
* 26.10.2010 Siim M - mysql queries for selecting polls and their questions
* natuke dünaamilisust jqueriga
* 27.10.2010 All - the project setup meeting, setup for netbeans with svn
 
* 13.11.2010 Silps - the project
== Tiit ==
* 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
* dokumentatsioon ja projekti juhtimine
* 07.12.2010 Sergei - changed the project scaffold
 
* 07.12.2010 Sergei and Siim S - project style with javascript
# muretseb, et kõigil oleks olemas arendus vahendid ja ülesanded
* 07.12.2010 Silver - tomcat basic authentification for admins and closing polls
 
* 07.12.2010 Tiit - project documentation as a pdf
== Kasulikku ==
 
[http://enos.itcollege.ee/~skuusik/muu/ "andme objekt"] - andmete liigutamiseks
 
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

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