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

Paul Yorde
Paul Yorde
10,497 Points

Microsoft and Apple are discontinuing support for Java. What does this mean for Java and the web?

For instance, how will a Spring Boot application run if Java isn't supported. Is Java to have the same fate as Flash concerning the web?

3 Answers

Link to where you got this information? I believe I know what you are talking about, and it has been going on for awhile now. This discontinued support isn't for Java as a whole, just for Java Applets. Java Applets have always had security issues galore along with other issues so it has been slowly dying for a long time now.

So no, if I'm correct in my assumption, it would not affect Spring Boot. If anything Java on the Web is an increasing affair - not a dwindling one.

Simon Coates
Simon Coates
28,694 Points

as Shane robinson suggested, i think this is a misunderstanding. People occasionally announce java is having support discontinued, but this is client side java. I'd assume spring boot is server side java. I'm not sure Microsoft and apple have the ability to mess with java as a whole, and if they did, developers would engage in violent armed revolution. Seriously, they'd be blood in the streets. Disabling client side java on the other hand is probably a good thing. (i hope i understand the situation correctly.)

Paul Yorde
Paul Yorde
10,497 Points

Thanks fellas, I think I have a clearer picture now. Spring Boot is something outside of their browsers, so now it's just java itself that isn't supported in a particular browser(Microsoft edge) or even an OS (OS X). Java is as good or better than .Net for building web apps?

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,858 Points

Shane and Simon seem correct, but if you could post your source, that would be great.

All I could find was the discontinued support for the now deprecated Java Browser Plugin.

I did, however, find an article from 2012 about Apple dropping support for Java, but that was referring to app development support. Which makes sense, especially after reading the article.

So, from what I've read... Java seems pretty safe and is also very strong in Android development.

:dizzy: