Open main menu

CDOT Wiki β

Changes

Ystallonne Weekly log 20132

2,535 bytes added, 15:29, 17 June 2013
Week of June 3rd
Please add the daily logs (Latest week at the top of the page)
==Week of June 3rd 3<sup>rd</sup> ==
{| class="wikitable" border="1" cellpadding="5"
|-
! Week Day !! Today's work !! Blog URL(At least One)
|-
| Monday ||
* Short meeting for recalling current activities and accomplished steps.
* New blog configured and updated with previous daily feed (ystallonne.wordpress.com).
 
* Started writing a “Configurations Guide” for setting up Tomcat and Eclipse in order to run JSP Web applications.
 
* Debugged SenecaBBB project to re-establish connection with the database located in a virtual machine.
||
[http://ystallonne.wordpress.com/2013/06/03/june-3rd-2013/ Link]
|-
| Tuesday ||
* Database connection using Eclipse and MySQL was established by modifying some of the prototype connection code.
 
* All steps for setting up software tools were successfully accomplished.
* Instructions on how to accordingly set up the whole development environment (including the ones for installing Java, Tomcat, and Eclipse, as well as for importing the prototype from the GitHub repository) were all compiled in a [http://ystallonne.files.wordpress.com/2013/06/configuration_guide.pdf Configuration Guide], which was specially written to make the process easier for the entire team (It also includes how to set up the MySQL database on Ubuntu 12.04 based on the README.md file located in the SenecaBBB GitHub repository, and adds an explanation about how to establish a connection from Eclipse).
||
[http://ystallonne.wordpress.com/2013/06/04/june-4th-2013/ Link]
|-
| Wednesday || Set up of workspace environment* Database was replaced by the revised version.
Installation of OS and necessary software tools* Implications from the new database version were implemented in the prototype’s index page.
Short meeting * Security measures for reviewing prototypeprotecting user’s info are in progress.
* New class called ''PasswordHash.java'' was included with methods for creating and validating hashes (necessary improvements to this class are likewise in progress).
||
[http://ystallonne.wordpress.com/2013/06/0305/mayjune-29th5th-2013/ Link]
|-
| Thursday ||
* Improvements in the PasswordHash.java class and minor change in the JSP code and the CSS used in the login page.
 
* New class (''DBConnection.java'') created to handle connection with database and retrieve data from it with all queries being transferred to this file.
* The prototype version that is running on Eclipse was made available at GitHub for testing purposes ([https://github.com/ystallonne/TestingJSP.git https://github.com/ystallonne/TestingJSP.git]), and it is being mantained using GitHub features on Eclipse for keeping it regularly updated.
||
[http://ystallonne.wordpress.com/2013/06/06/june-6th-2013/ Link]
|-
| Friday ||
* Updated version of the Database is now being used.
* Singleton design pattern implemented for the database connection class (''DBConnection.java''). It prevents any other class from instantiating this class.
 
* Attempts to minimize multiple connections are currently being taken.
||
[http://ystallonne.wordpress.com/2013/06/07/june-7th-2013/ Link]
|-
| Saturday ||
-
||
-
|}
 
==Week of May 27th ==