Changes between Version 57 and Version 58 of DEVELOPMENT_OVERVIEW
- Timestamp:
- 10/15/09 21:20:35 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DEVELOPMENT_OVERVIEW
v57 v58 21 21 A sample book about subversion can be found at [http://svnbook.red-bean.com/].[[BR]] 22 22 23 '''JDK'''. Since Sophie 2.0 is written in Java, it requires Java Development Kit (JDK) in order to developit, and Java Runtime Environment to run it. JDK can be downloaded and installed from [http://java.sun.com]. [[BR]]23 '''JDK'''. Since Sophie 2.0 is written in Java, it requires Java Development Kit (JDK) to develop for it, and Java Runtime Environment to run it. JDK can be downloaded and installed from [http://java.sun.com]. [[BR]] 24 24 25 25 '''Maven setup'''. Maven is a software tool for Java project management and build automation. Downloads and installation … … 35 35 36 36 = 1. The Project = 37 '''The Goal'''. The most important part of a project is its goal. So, the goal of our project is to take the good aspects of Sophie and optimize them, add features as well as to removeothers. [[BR]]37 '''The Goal'''. The most important aspect of a project is its goal. Our project's goal is to take the all of Sophie 1.0's best aspects and to optimize them, while at the same time adding altogether new features and removing others. [[BR]] 38 38 39 39 '''Schedule'''. The Sophie 2.0 project is organized into approximately 600 tasks, each with one or more revisions (in total approximately 2000). These tasks have several states, and you will learn about them in the next chapter. The tasks are divided into 12 sprints (iterations). Each sprint is approximately one month long. The methodology used for the schedule of the project is not exactly SCRUM, but is similar to it. For more information what SCRUM is, read [http://en.wikipedia.org/wiki/Scrum_(development)]. [[BR]]