Module Agmial2/ca_manager/src/cam/control/

back to main page

Summary Period: 2004-09-29 to 2006-10-25

Modules

[root]/Agmial2/ca_manager/src/cam/control

Lines of Code


Total Lines Of Code: 2546 (2006-12-21 16:51)

Authors

Author Changes Lines of Code Lines per Change
Totals 131 (100.0%) 3753 (100.0%) 28.6
rbossy 21 (16.0%) 2267 (60.4%) 107.9
vloux 110 (84.0%) 1486 (39.6%) 13.5

Most Recent Commits

vloux 2006-10-25 11:34

Merge CedricSoubrie branch and HEAD

1 lines of code changed in:

vloux 2006-04-20 16:58

ConnectionPool :
- clean destroy

ActionsQueues/Motivations :
- sleepTime passed in constructor

ProteinDB/DAOs :
- statements not released properly causing locks

18 lines of code changed in:

vloux 2006-03-17 17:32

BugFix

CAM :
contigDB
Gestion DataSource
Prepa release 20060317

209 lines of code changed in:

vloux 2006-01-16 08:58

Changement de start ? la vol?e (Affichage dans editFeature de tous les starts putatifs de l'ORF, transmission des annotations existantes).

13 lines of code changed in:

vloux 2005-09-28 14:26

BugFixes
Removed generated web.xml from repository

14 lines of code changed in:

vloux 2005-09-22 17:11

BugFixes

8 lines of code changed in:

vloux 2005-08-24 10:54

CAM Summer Cleaning !
Various code cleaning (imports, externalisation of some parameters in properties files).

0 lines of code changed in:

vloux 2005-08-23 16:59

CAM Summer Cleaning !

+ Database Pooling with apache dbcp (Database Connection Pools <http://jakarta.apache.org/commons/dbcp/>) served via jni to the servlet. Added a context.xmlfile with all the parameters for the connection.

+ Users and Roles are no longer stored in an xml file. Management via a dedicated database, served via jni to the servlets.

CAM refactoring :
moving all select/update/insert statement into contigdb package :

admin/ContigStoreAdminImpl.java OK (2)
admin/MonitorBatchTasks.java OK (1)(2)
admin/MonitorContigTasks.java OK (2)
admin/MonitorFeatureTasks.java OK (2)
admin/MonitorProjectTasks.java OK (2)
admin/MonitorTasks.java OK (2)
admin/ShowAddBatch.java OK (2)
admin/ShowAdminBatches.java OK (2)
admin/ShowUpdateContig.java OK (2)
admin/ShowUpdateProfile.java OK (2)

control/BatchActionMotivation.java OK(2)
control/BatchActionQueue.java OK(2)
control/BatchCalcAction.java OK(2)
control/ContigActionMotivation.java OK(2)
control/ContigActionQueue.java OK(2)
control/FeatureActionQueue.java OK(2)(3)
control/ProjectActionQueue.java OK(2)
control/ProjectMotivation.java OK(2)
control/QueryFeatureMotivation.java OK(2)

reader/ContigStoreQueryImpl.java OK
reader/EditFeature.java OK(2)
reader/MugenPanel.java TODO
reader/ProfileStoreQueryImpl.java OK(2)


(1) CAMActionList creation
(2) new methods in ContigDB
(3) CAMFeature creation

New policy for database accession :
All db accession is made via classes from the contigdb package.

For each object , two classes : CAMObject is the POJO
object.CAMOjectSchema is the Data Transfer Object and make the link
between the database and the POJO.
The CAMObjectSchema has at least two methods : add(CAMObjectSchema)
and update CAMObjectSchema();
ContigDB provide methods to interact with the object, mainly
getters/setters that call the corresponding methods in CAMObjectSchema.


--> reader/MugenPanel.java TODO

568 lines of code changed in:

rbossy 2005-04-21 18:09

Removage de commentaires en trop

0 lines of code changed in:

vloux 2005-04-14 07:52

Ajout de la gestion des pseudogenes :
- Checkbox pseudo et text input pseudogene number dans ProteinPanel
- Changement des Interfaces de comm PAM/CAM -> wsdl ? regenerer et ? copier dans src_wsdl

23 lines of code changed in:

vloux 2005-04-11 15:04

Nettoyage du code : imports, methodes deprecated ...

166 lines of code changed in:

vloux 2005-03-02 16:28

Modifs sur en tete GPL
Correction du build.xml
Bugfix contextlistener.java
Ajout lien vers MuGenPanel dans ProteinPanel

42 lines of code changed in:

vloux 2005-02-10 10:24

Preambule GPL

323 lines of code changed in:

vloux 2005-02-09 17:26

Static endpoint

88 lines of code changed in:

vloux 2005-02-08 14:57

Cassage de pipe (3)

Build.xml OK pour ca_manger et pa_manager.
Propage l'info conteue dans project_properties.
Fin (?) ajustements jwsdp1.5
Plus de startup_agmial/shutdown_agmial car nous deployons la webapp. A la place deploy-agmial/undeploy_agmial. La webapp est deployee -> il suffit de demarrer tomcat pour qu'elle soit dispo ...

13 lines of code changed in:

rbossy 2004-09-29 16:40

Initial revision

2267 lines of code changed in:

Generated by StatCVS 0.2.2