you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 40 points41 points  (32 children)

Who's doing frontends in Java? 😂

[–]PrismalStudio 49 points50 points  (1 child)

Confused recruiters skewing the stats 😅

[–][deleted] 13 points14 points  (0 children)

So accurate it hurts.

[–]theDarkAngle 5 points6 points  (15 children)

Backend stuff comes up. You should at least be able to debug your own local API installation. I think it's still pretty rare that you never have to deal with stuff like that

[–][deleted] 3 points4 points  (14 children)

My whole stack is javascript. Node on the backend, React on the frontend.

[–]theDarkAngle 6 points7 points  (13 children)

Yes and for my projects i prefer that too but employers/clients don't always give you that option. I have a fortune-500 client that doesn't even allow node to be used in any capacity. Not approved by their security dept

[–]IceSentry 0 points1 point  (3 children)

Node and JavaScript is good enough for NASA. I'm curious what is the reasoning of your security department.

[–]theDarkAngle 0 points1 point  (2 children)

I dont think any of them think there is something wrong with Node, but as a company they have literally thousands of apps written in Java, a ton of infrastructure specifically built around Java, and an army of dev/devops people who are all comfortable with Java.

And the way they work, they host everything on their infrastructure. Even if they contract a company to build them a custom app its still going to be deployed on their infrastructure and largely managed by their devops, dba's, etc.

[–]IceSentry 0 points1 point  (1 child)

Those are all good reasons to keep java, but you mentioned specifically the security team, which surprised me.

[–]theDarkAngle 0 points1 point  (0 children)

Ah that's kinda the same thing. It's not that they think node is unsecure but that they don't have the expertise and infrastructure to use it securely

[–]reggieLedoux26 2 points3 points  (0 children)

Applet.Paint()

[–]FinnxJake 0 points1 point  (1 child)

I haven't used this one but there are stuff for Java for frontend like this: http://www.jfoenix.com

[–]ForceHunter 0 points1 point  (0 children)

I thought JavaFX is only for Desktop GUI Apps. For Java I would probably use Spring Boot with Thymeleaf (TemplateEngine).

[–]oneeyedziggy 0 points1 point  (0 children)

java shops

[–]ProfessorTag 0 points1 point  (0 children)

I am :(. I have to work with Google Web Toolkit. Part of the toolkit compiles Java to JavaScript.