Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialTimothy Boland
18,237 PointsWhich course should we take next to build a web app that CAN be deployed LIVE?
SInce this doesnt cover the best practices we need to go live....what course should we take next that will get us there? Spring Basics? I know we can take the Ruby on Rails and Node.js courses....but i would like to stay in Java.
3 Answers
Jason Anders
Treehouse Moderator 145,860 PointsIf you want to stick with Java, then, yes, I would go with Spring Basics and then see where it takes you from there.
Seth Kroger
56,413 PointsAlso, don't forget the Build a REST API in Spark workshop and Hibernate Basics.
Oziel Perez
61,321 PointsAs for the actual deployment, if you are new, unfortunately, there are no courses that teach deployment, which is a shame because it's always so hard to find any deployment tutorials anywhere on the internet, for any language. The best thing I can find is if you go to Digital Ocean's tutorials for installing a web server like Tomcat and then following tomcat's guides for configuration and deployment of the application's WAR file, although they are slightly hard to read because they use very technical wording.
Seth Kroger
56,413 PointsSince this question was posted nearly two years ago Treehouse put up a workshop on deploying Spring Boot apps, including services like Wildfly and Heroku: https://teamtreehouse.com/library/deploying-a-spring-application (Pro subscription required though)
Oziel Perez
61,321 PointsI see, wish I would have known about this, no wonder I didn't see anything. To be more specific though, I was referring to something like a tomcat or nginx deployment