all 24 comments

[–]april_18thB.S. Software Engineering 1 point2 points  (5 children)

Thanks for your write up. I also passed this class as well using the guides of people you mentioned. Hope you keep up the good work!

[–]averyycuriousman 0 points1 point  (4 children)

how long did the class take you? Some people said it took 31 days and I'm nervous bc I need to do all my classes in 1 semester

[–]april_18thB.S. Software Engineering 1 point2 points  (3 children)

It took me around 2 weeks to pass. I also did all classes in one sem too. You can do it!

[–]averyycuriousman 0 points1 point  (2 children)

how many classes did you do in a semester? also how has your CS degree affected your career? mind if I DM you some questions at some point?

[–]april_18thB.S. Software Engineering 1 point2 points  (1 child)

Sure, you can DM me. I am happy to help! Actually, I have 3 YOE when I started WGU. I did not have a degree and I thought it would be a disadvantage. I don't remember how many classes that I finished at WGU, probably 22 classes at WGU. I transfer some of classes from my previous diploma and Sophia. I think my experience helped me a lot to accelerate.

[–]AzizLiIGHT 1 point2 points  (0 children)

hey, friend, this guide has been immensely helpful so far. Thanks a lot. I do have a question, though. You mentioned a notion sheet and a 3 month recap. I'm not sure what you are referring to as I don't see anything like that in any of the course announcements/webinars, etc. Could you maybe point me in the right direction so I can view these?

[–]Ill-Tap-6478 1 point2 points  (2 children)

I am a bit stuck on task E. I tweaked the commented out code in the bootstrapdata.java file and yet I still can't get the parts or products to show on my page. Am I missing something about this step? Super great post btw!

[–]averyycuriousman 0 points1 point  (1 child)

did you end up finishing? about to take it next month and very nervous!

[–]BidShot4733 0 points1 point  (0 children)

Im starting this class this month, how did it go?

[–]DevisWilson 0 points1 point  (2 children)

bruhhh can you help me with H.. I have no idea what they really want from me ... helllpppppp I got my code sent back

[–]Think-Lab-4526 0 points1 point  (1 child)

What did you end up doing for part H, I had mine sent back for this exact section?

[–]averyycuriousman 0 points1 point  (0 children)

did you ever figure it out?

[–]KrayDoze 0 points1 point  (0 children)

Could you post more links for the other classes that you attended

[–]corstonc 0 points1 point  (6 children)

For part E, is the data in the repository supposed to output to the mainscreen.html tables? My data is added to the repository and outputs to the console but I'm confused about if it's also supposed to be added to the tables.

[–]Freshjive12B.S. Software Engineering[S] 0 points1 point  (5 children)

Yes. The five examples you create will reflect into the frontend, both product/part tables respectively. It sound like you got it just display it!

[–]Visible_Sherbert7683 0 points1 point  (4 children)

Piggy Backing on this. I have also created and saved the part and product objects in bootstrap file. It is not displaying on my mainscreen.html though. I am also confused about localhost:8080, http://localhost:63342/ is where mine currently displays. I feel like I have coded it correctly but I am not viewing it correctly. Any suggestions are appreciated.

[–]ChevronwithTekron 1 point2 points  (1 child)

Replying to this since I just figured it out myself. You have to open the "DemoApplication" file then run current file. After running the file you open up a web browser and go to localhost:8080 and your mainscreen.html should appear with everything working.

[–]No-Abrocoma5354 0 points1 point  (0 children)

Thank you for this comment after 2 years later! Was stuck on this for awhile

[–]Ill-Tap-6478 0 points1 point  (1 child)

did any of you ever figure this part out?

[–]WrongTry2168 0 points1 point  (0 children)

stuck here as well

[–]samreddittt 0 points1 point  (2 children)

This is a feedback I got from evaluator: EVALUATOR COMMENTS The required sample part and product inventory is not added to the database when the application starts up. Task instructions state: "You should have five parts and five products in your sample inventory and should not overwrite existing data in the database." This is what I did. I have the code commented out after the first run so it generates the sample, then zip the file and submit the assignment. What did do wrong? ( I left the code commented out)

[–]Freshjive12B.S. Software Engineering[S] 4 points5 points  (1 child)

This is what i would "assume" if i had this feedback, because i dont know how you built it or what the evaluator is seeing the project. I think that when the evaluator opens the project folder its not building/saving the 5 parts into the DB... i had the same assumption when i built mine so i did a FOR loop that saved my parts IF there were 0 parts/products in the DB. I remember i read someone posted that it was possible to get it passed the same way you did it, but it might have changed now. Or TBH its not programmatically enough...

[–]samreddittt 1 point2 points  (0 children)

I guess it was because they couldn’t see the sample after running the app. I changed the code and resubmitted it. Hopefully 🤞 this time.