Author | Message |
---|---|
afetiso
Posts: 84
|
Posted 21:09 Jan 09, 2015 |
Hello, I want to clarify, is Check point should have an index, or do we mean that each check point unique and can be distinguished by it string? |
cysun
Posts: 2935
|
Posted 00:58 Jan 10, 2015 |
You shouldn't assume that check point strings are unique, so yes, each check point should have an id. |
lmann2
Posts: 156
|
Posted 14:29 Jan 11, 2015 |
One additional question about this. What is the purpose of each checkpoint having its own checkbox in the jsp? I don't see any real function for that yet. |
cysun
Posts: 2935
|
Posted 15:17 Jan 11, 2015 |
It's something for later. In future assignments you'll implement the part where the students use GEFP. In particular, a student would check the check boxes to record the things he or she has done. |
lmann2
Posts: 156
|
Posted 16:00 Jan 11, 2015 |
One additional question: should we assume our list flight plan is initially empty or do we hard code some values into the list (this to me makes a huge difference). |
cysun
Posts: 2935
|
Posted 16:51 Jan 11, 2015 |
It doesn't matter either way. You can do whichever one that's easier for you. |
afetiso
Posts: 84
|
Posted 12:05 Jan 12, 2015 |
Server http://cs3.calstatela.edu/cs520stu39/ tell me that it have no folder under my name. Login: cs520stu39 |
cysun
Posts: 2935
|
Posted 12:32 Jan 12, 2015 |
You need to use port 8080. |
afetiso
Posts: 84
|
Posted 15:50 Jan 12, 2015 |
it's tell me host does not exist |
cysun
Posts: 2935
|
Posted 15:54 Jan 12, 2015 |
When you use WinSCP the host is simply cs3.calstatela.edu, not http://cs3.calstatela.edu. Also the port should be 22, not 8080 - I said 8080 because I thought you were trying to access your webapp on CS3 using a browser. |
afetiso
Posts: 84
|
Posted 15:59 Jan 12, 2015 |
Thank you. I was trying following instractions on http://csns.calstatela.edu/wiki/content/cysun/course_materials/cs3 now it is working thank you |