Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ee4j-community] Time to play the game?

    Well, I guess that there isn't such thing like "fight back", I fight back enemys and I don't see this frameworks as it. Every framework has it uses, for a start-up I think this technologies could fit (Spring Boot), we can learn from their advacements and even incoporate it if it proves to be something that worth it (no shame on that).
    Docker it's something complementary I can still use it with my Java EE apps, doesn't see why not, It save some time to a new developer set-up a environment and it's more easy to control this environmen across all devs.
    And Jigsaw is here to stay, It's part of Java now, and in my point of view, a necessary one, I will use only the parts that suits my needs, I don't see how it could be a bad thing.

    But you have a point when you said " A lot of people seem to not understand JavaEE", here is where we can do something, we can teach and show the learn path for this awsome tool that is Java EE. I really didn't have someone to teach me so my path to learn it was a little bit rough, what has helped me along the way was the Java EE Tutorial and it's examples, I would like to say a big thank you for everyone involved in the Java EE Tutorial, I guess I wouldn't love Java EE like I do now and I don't know if I would have a job if weren't for you.
    That's it, we have a awsome and powerful tool, let's spread the good news.

On Fri, Nov 3, 2017 at 9:59 AM, Mihai A. <amihaiemil@xxxxxxxxx> wrote:
Hello All,

I wanted to ask you how is JavaEE going to fight back to Spring and project Jigsaw?

Let me explain: 

These days, I noticed an increasing trend of developing Java (web)apps with Spring + Spring Boot, and running them with Docker. A lot of people seem to not understand JavaEE, they cannot use it properly so, naturally, they prefer to have a fat deployable and use Docker just as a simple OS wrap.

Then here comes project Jigsaw which, it seems to me, is an effort made in the complete opposite direction of JavaEE. I read this article that kept showing on my Twitter feed: 


Basically, with Jigsaw, we can create standalone Java apps which do not need a preset runtime anymore. It encourages developers to follow the monoliths path, building even fatter apps. Because hey, nobody wants to take care of setting the JRE. But they will still play Docker just to spin the app. Do you see the irony?

I cannot understand why more and more developers build fat applications and use Docker only as an OS bubble. Why don't they use Docker for what it was meant, for setting an environment, a platform (JavaEE) and keeping their applications lightweight?

These days, the developer, instead of focusing on lightweight, efficient projects, is burdened with having to know everything: the app couples together (tightly!) concepts such as Spring Boot, Jigsaw, Docker. Everyone is still happy, they enjoy it, not thinking that we are throwing away many years of progress.

Any thoughts on this topic? It's a rather grim view, I know, but I am really curious of what the experts believe. 

Best regards,
Mihai Andronache

_______________________________________________
ee4j-community mailing list
ee4j-community@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ee4j-community



Back to the top