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 trial

Java Intro to Java Web Development with Spark Bells and Whistles Building Our Model

Timothy Boland
Timothy Boland
18,237 Points

Which 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
MOD
Jason Anders
Treehouse Moderator 145,858 Points

If you want to stick with Java, then, yes, I would go with Spring Basics and then see where it takes you from there.

:dizzy:

Oziel Perez
Oziel Perez
61,321 Points

As 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
Seth Kroger
56,413 Points

Since 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
Oziel Perez
61,321 Points

I 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