Andrew Rumbley wrote a new post, Burt and Ernie's Planter App
BurtErnie I've uploaded what I have done so far. It's largely unfinished but here's what we've got: -Vegetable.java, an interface that other Vegetables use. Finished. --Carrots.java, a class...
View ArticleAndrew Rumbley wrote a new post,
BurtErnie.v2 No Changes Made to: -Vegetable -Carrots -Radishes -Squash Changes Made to: -DAO (they may have been reverted, im not sure what the old one looked like anymore, too lazy to check)...
View ArticleAndrew Rumbley wrote a new post, Burt and Ernie: Planter Method List
planter.create(String name, String season, String time, String space) planter.create(String filename) //needs to be a .csv planter.create([] toInsert) // planter.read(String category, String query,...
View ArticleAndrew Rumbley commented on the post, I made 3 designs
Number 3 looks the best to me. I'm not sure what the performance/control issues would be with the others (not denying they exist, I just don't know what they are) but 3 is simple and functional so I'm...
View ArticleAndrew Rumbley wrote a new post, Burt and Ernie v4
BurtErnie.v4 Rewrote Vegetable interface based on Scott's 3rd example Rewrote Carrots, Radishes, and Squash classes based on Scott's 3rd example DAO and MongoDAO have changed to support the new […]...
View ArticleAndrew Rumbley wrote a new post, Burt and Ernie v5
BurtErnie.v5 Unless there are bugs or you need something specific changed to better work with the GUI this should be the final version. Changes since v4: -update support -delete support -read .csv […]...
View ArticleAndrew Rumbley wrote a new post, Burt and Ernie Submission RC
We apologize for the late submission. We would have liked to get it in sooner, but it just didn't happen. We will be more prompt with future submissions! Attached is our submission for Burt and...
View Article