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 Using Filters and Request Attributes

Erick Luna
Erick Luna
20,282 Points

How to implement the same filtering approach but using Spring Framework?

I would like to know how to achieve the same thing using Spring Framework since Spring is most widely used in the software development industry, thanks in advance.

2 Answers

You are presently doing the "Intro to Java Web Development with Spark". If you go to the library tab, there is another course called "Spring Basics" which may be more what you want.

However, it might make the most sense to go to the "Tracks" tab, and go through the "Java Web Development" track. It covers a wide variety of topics, especially spring, but also many other things that are useful in Web development.

Erick Luna
Erick Luna
20,282 Points

Thank you Adrian, I will check Java Web Development track.