Begin to become familiar with Eclipse and Subclipse for Java programming.
On the course ANGEL site, find the Big Java Review Wiki. It’s on the Lessons tab. Read the Welcome page of the Wiki and the Instructions for the Review Wiki (see the link from the Welcome page).
The Review Wiki isn't required this term, but I will give extra-credit for adding to the Wiki. If there is a Big Java Review Question not already answered on the Wiki, you can:
csse220-staff
letting us know that you've added an answer.
We'll double check your answer and give you some extra-credit points. The more stars on the review question, the more points awarded. You should check with your professor before tackling a three-star question.
Complete the assigned reading for the next session: read Big Java chapter 1 (just skim §1.1–1.2 and §1.5) and §2.1–2.7. (The course schedule will list the reading to be completed before each session.)
A note on Big Java: Big Java is, well, big. Much of the information in the first few chapters might be review to some students. Please feel free to skim sections that are review, but make it a habit to do the assigned reading. As we move past the first chapters more of the material will be completely new.
Follow this link to instructions for configuring Eclipse for Java. Do the configuration described there, including creating a workspace for your Java programs (as described in the link).
Note: your laptop should already have:
Choose Window > Show View > Other ... > SVN > SVN
Repositories
to create a tab (at the bottom of Eclipse) for the SVN Repositories view.
New > Repository Location
to add the following repository:
http://svn.cs.rose-hulman.edu/repos/csse220-201020-
username
where username is your Rose-Hulman username.
You may need to enter your SVN (not Kerberos) password if Eclipse hasn't already cached it. Let me know if you need me to reset your SVN password.
Your programming work for this assignment must be done in the HW1
project inside Eclipse. Use the
SVN Repositories
view to Checkout this project.
SeriesSum.java
to the repository.
Remember, in all your code:
Here is the grading rubric for this assignment. |
We will grade your Wiki contributions (if any) and your Big Java assessment (i.e. quiz on the reading) using ANGEL. Turn-in your programming work by committing it to your SVN repository.