Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Open Source Java Oracle

'Java EE' Has Been Renamed 'Jakarta EE' (i-programmer.info) 95

An anonymous reader quotes i-Programmer: The results are in for the vote on the new name for Java Enterprise Edition, and unsurprisingly the voters have chosen Jakarta EE. The renaming has to happen because Oracle refused to let the name Java be used. The vote was to choose between two options - 'Jakarta EE' and 'Enterprise Profile'. According to Mike Milinkovich, executive director at the Eclipse Foundation, almost 7,000 people voted, and over 64% voted in favour of Jakarta EE. The other finalist, "Enterprise Profile," came in at just 35.6% of the votes when voted ended last Friday.
"Other Java projects have also been renamed in Eclipse," notes SD Times. "Glassfish is now Eclipse Glassfish. The Java Community Process is now the Eclipse EE.next Working Group, and Oracle development management is now Eclipse Enterprise for Java Project Management Committee."
This discussion has been archived. No new comments can be posted.

'Java EE' Has Been Renamed 'Jakarta EE'

Comments Filter:
  • by xxxJonBoyxxx ( 565205 ) on Saturday March 03, 2018 @10:16PM (#56203739)
    Why was "Java" bad, exactly?

    (Meanwhile no one is regretting moving to node.js and the like.)
    • by Anonymous Coward on Saturday March 03, 2018 @10:33PM (#56203785)

      > (Meanwhile no one is regretting moving to node.js and the like.)

      Every time I have to work on a nodejs based system instead of a mature platform like Java, I regret it.

    • by account_deleted ( 4530225 ) on Saturday March 03, 2018 @10:38PM (#56203813)
      Comment removed based on user account deletion
      • by Archtech ( 159117 ) on Sunday March 04, 2018 @03:39AM (#56204615)

        I don't know, but one thing .NET has over Java is that they didn't call everything "Java".

        No, they called everything ".NET".

        Duh.

        • by tepples ( 727027 ) <tepples AT gmail DOT com> on Sunday March 04, 2018 @10:14AM (#56205469) Homepage Journal

          True, the .NET brand was overused early on, but Microsoft cleaned that up fairly quickly. In addition, even from the beginning, Microsoft had distinct names for each component of the .NET Framework, such as CLR (Common Language Runtime) and C# (a Java-inspired language).

          • by Anonymous Coward on Sunday March 04, 2018 @03:23PM (#56206795)

            I'd go with something other than Java inspired (which itself was inspired by C/C++).

            There are lots of things in C#/.Net that definitely didn't come from Java, such as the instantiated object ãS=ã serialization and Attributes or perhaps Code access security or perhaps library signing or perhaps the GAC (for added security) or most importantly that the CLR was language agnostic from the start).

            mind you...it did take a while to go cross platform.

            I'm just glad Java in the browser no longer exists...and when I have to resort to Java...I use IKVM so I don't have to install the steaming pile of Java on my boxes (I've been in and out of the Java environment a number of times over the many years...and it's just as shit as ever).

          • by Anonymous Coward on Monday March 05, 2018 @02:16PM (#56211753)

            They had a chance to call .Net Core something else that made more sense, but kept it going

        • by account_deleted ( 4530225 ) on Thursday March 15, 2018 @10:10AM (#56264467)
          Comment removed based on user account deletion
    • by jrumney ( 197329 ) on Saturday March 03, 2018 @11:11PM (#56203917)
      It's not that it's bad, it's that Oracle owns the name, but they don't want to maintain the product. So they farm out the costly maintenance to the community, but keep their precious name that they paid $5.6 billion for.
    • by Anonymous Coward on Saturday March 03, 2018 @11:57PM (#56204065)

      Because Oracle kept the name and wouldn't let Eclipse use it [theregister.co.uk], even though they were handing over development responsibility.

    • by cdreimer ( 4977441 ) on Sunday March 04, 2018 @12:33AM (#56204223)
      Too many flavors. I personally prefer skinny vanilla lattes. Get my daily milk and caffeine in one shot.
    • by TechyImmigrant ( 175943 ) on Sunday March 04, 2018 @12:56AM (#56204295) Homepage Journal

      Why was "Java" bad, exactly?

      1) A system for remote code injection.
      2) Lots of library code full of vulnerabilities.
      3) Write once, run anywhere, except that bit never worked.
      4) Another bloody OO language.
      5) Useless for writing operating systems.
      6) Exhibit #1 in things they teach in schools instead of teaching computer science.
      7) Oracle

    • by Anonymous Coward on Sunday March 04, 2018 @06:27AM (#56204925)

      Because when people say Java has security issues, you can say "But I am running Jakarta! Completely different."

    • by Anonymous Coward on Sunday March 04, 2018 @09:54AM (#56205409)

      Java isn't bad, Oracle is trying to recoup some of the cost it sank into buying Java from Sun and businesses aren't playing ball. Oracle assumed they would be able to get a cut of all Android installs because they thought Android was Java. It may use the Java syntax but is a completely different VM under the covers. So they sued and didn't exactly win.

      When Sun was still around, Java was allowed to be implemented by anyone but you could not call it Java unless it passed the compatibility test suite which Sun charged for. Remember Sun believed in the approach of open specifications, compete on implementations. That's why originally when MicroSoft put out Window's only Java Sun sued, but when they changed it to J++ (later J# and Visual J#) and didn't claim Java compatibility Sun did nothing.

      So it looks like Oracle didn't read the fine print of Sun't licensing of Java the specifications and assumed they'd be able to control things. Now that OpenJDK8 is the standard JVM implementation (notice Java is not in the name) Oracle's version that they want to license isn't even the reference platform.

      By changing the other projects to drop the Java name they prevent Oracle from demanding support or licensing from companies using these products.

      And I know that Oracle has been trying to do just that because I had to provide input to our legal team when Oracle "reached out". We're totally on OpenJDK8 at this point, no more Oracle or IBM installs so we figure we're clear.

      • by HiThere ( 15173 ) <charleshixsn@@@earthlink...net> on Sunday March 04, 2018 @02:41PM (#56206603)

        OK, but by any name Java is still piss-poor at handling Unicode. You can do it, but I kept having to write basic library functions myself, and finally switched. Admittedly, C is worse, and C++ has a different set of problems, but go and D handle it well. (So, in fact, do Vala, Python, and Ruby, but they're a different class of language.) I presume that Rust handles it well, but I've never really studied Rust.

        Java really needs a Unicode character type built into the language, and not that 16-bit mish-mash that they used. It was a reasonable choice when they made it, but it's really a drag on it's general utility. Last I checked the language didn't even have a usable "is punctuation" function. You had to write it yourself. Either standardize on utf-8 or utf-32 (I think they call that UCS4 or some such). Either is a reasonable choice, Utf-8 matches external media, and utf-32 is better for internal manipulation. Utf-16 is neither fish nor fowl, but only foul. You need to maintain it for backwards compatibility, but really it should be deprecated, and planned for elimination in a decade or so.

        • by TechyImmigrant ( 175943 ) on Sunday March 04, 2018 @04:55PM (#56207233) Homepage Journal

          > I presume that Rust handles it well, but I've never really studied Rust.

          I've studied Rust from the underpinnings up, in terms of its security properties, which are truly excellent if you care about the compiler doing what you tell it to do when you're implementing cryptographic software.

          However last week I took it upon myself to study the language itself and things went downhill fast. Lots of unnecessary punctuation. Strange non intuitive syntax for mutable vs non mutable. Too much typing compared to other modern languages.

          Rust is a great idea, but I do wish they had the programmer in mind when developing the syntax.

        • by sfcat ( 872532 ) on Sunday March 04, 2018 @05:59PM (#56207465)

          Java really needs a Unicode character type built into the language, and not that 16-bit mish-mash that they used. It was a reasonable choice when they made it, but it's really a drag on it's general utility. Last I checked the language didn't even have a usable "is punctuation" function. You had to write it yourself. Either standardize on utf-8 or utf-32 (I think they call that UCS4 or some such). Either is a reasonable choice, Utf-8 matches external media, and utf-32 is better for internal manipulation. Utf-16 is neither fish nor fowl, but only foul. You need to maintain it for backwards compatibility, but really it should be deprecated, and planned for elimination in a decade or so.

          I would say that the Unicode character type is built into the language and that's part of the problem. A native UTF-8 char type string is what is really needed but that's really because of performance. The character abstractions built into Java are just fine and deal with anything you mentioned. is_punctuation is a weird concept that would have to be built into a locale somehow as punctuation isn't a universal concept. Also, it would be very difficult to implement correctly 100% of the time and is subject to frequent change and is locale specific. So its exclusion from the standard runtime is probably for the best. Java has issues with characters and strings but you didn't really state what's wrong with it and if you have to deal with i18n issues its the best of the languages for handling those issues that's I've seen.

          • by HiThere ( 15173 ) <charleshixsn@@@earthlink...net> on Monday March 05, 2018 @01:30AM (#56208859)

            You could define punctuation from the Unicode Classification. In fact that's what I did when writing the Java definition. But that I should have to do so is appalling. That should be built into the language. And 16 bit Unicode is only decent when strictly dealing with western European languages. Either utf-8 or utf-32 would handled the entire character set. Utf-8 is more complex code because of the variable length encoding, but *IF* you build all the basic functions into the language that's not a problem. Utf-32 is more straightforwards when dealing with code in RAM, but it requires more memory space to handle things. So either one is a reasonable choice. Utf-16 has the worst feature of both and the good features of neither.

    • by Aaden42 ( 198257 ) on Monday March 05, 2018 @09:58AM (#56210063) Homepage
      Cause Oracle is greedy.
  • by 0100010001010011 ( 652467 ) on Saturday March 03, 2018 @10:31PM (#56203779)

    As a Slashdot reader since ~2001, this is just unacceptable.

    On days I was on the internet I think I've checked them at least once a day. Even if it was just to scan headlines.

    After deleting Facebook and trying to migrate away from Reddit I've been commenting daily. That is until the problems started.

    https://meta.slashdot.org/stor... [slashdot.org]

    I actually had high hopes for the new ownership. I liked a lot of changes and whiplash actually engaged the community.

    But this is just unacceptable. Slashdot is how I survived 9/11 when CNN couldn't handle the traffic. Slashdot defined 'slashdotting' long before "going viral" was a thing. I think Coral Cache was created just for Slashdotting.

    While the comments have shifted a bit more right (politically) than I did. And the owners shifted left. (Leading to entertaining comments). And while it's not exactly the same type of news like it used to be. The moderation format and the ability to just plain hide low rated comments mean it's still one of the best places on the internet to have any sort of discussion.

    And I can't ever remember this sort of outage. Or the plethora of 5xx errors I was getting before the outage started.

    My guess is all the young guns don't know Perl like the old ones and something broke. But of all sites on the internet Slashdot is the one that should be able to handle anything.

    I know the DevOps exists to scale from a few hundred hits an hour to a few thousand a second. /0100010001010011

    • by DontBeAMoran ( 4843879 ) on Saturday March 03, 2018 @10:37PM (#56203807)

      But of all sites on the internet Slashdot is the one that should be able to handle anything.

      Really? They can't even handle unicode, so maybe you should curb your enthusiasm.

    • Re:WTF Slashdot. (Score:4, Informative)

      by caseih ( 160668 ) on Saturday March 03, 2018 @10:37PM (#56203809)

      Actually no, the problems have nothing to do with Slashcode or perl. The problems were farther up stream. The entire Sourceforge family of web sites were down. This appears to be an infrastructure problem. A few days ago they were subject to a denial of service attack, and I suspect that caused some pieces of critical infrastructure to fall over. Slashdot is just one part of the bigger failure.

      Today's DDoS attacks are nothing like what web sites experienced on 9/11, so comparing traffic to then is a bit silly.

      Kudos to the admins for getting everything (SF.net, slashdot, etc) all back up and running. Must have been a pretty bad situation.

    • by Anonymous Coward on Saturday March 03, 2018 @10:44PM (#56203827)

      2001? Fucking noob.

    • by helpfulcorn ( 668048 ) on Saturday March 03, 2018 @10:45PM (#56203831) Homepage Journal
      WTF you, going to keep spamming this shit everywhere? I've been around for years too, yes it's irritating, but I'm tired of seeing your damn comment repeatedly, it isn't helping. If anything you're contributing to DDoS issues, shut the fuck up, please.
    • Re:WTF Slashdot. (Score:4, Insightful)

      by whipslash ( 4433507 ) Works for Slashdot on Saturday March 03, 2018 @10:55PM (#56203865) Journal
      Sorry we inconvenienced you and interrupted your normal routine. It wasn't a fun time for us either, I can assure you. We inherited an aging setup in the acquisition that was located physically far away from us. We made a big investment in a new hardware set up, and ran into sizable issues including a massive DDOS during the process. Going forward we expect much better uptime. We will be dedicating a lot of time and resources this year to improving Slashdot.
      • by antdude ( 79039 ) on Saturday March 03, 2018 @11:09PM (#56203903) Homepage Journal

        Weclome back! Please make this an announcement so everyone knows.

      • by sheramil ( 921315 ) on Saturday March 03, 2018 @11:09PM (#56203909)

        Sounds like a good idea for a... thread, on slashdot!

      • by TheRaven64 ( 641858 ) on Sunday March 04, 2018 @09:05AM (#56205261) Journal

        Slashdot being down wasn't too much of a problem, but the killer was that SourceForge was accessible only via HTTP, not via HTTPS. This broken things like CocoaPods (or Go or Rust's dependency schemes), so it was impossible to automatically fetch and build projects using this kind of tool if any of the dependencies were on SourceForge. I suspect that a lot of these projects are going to be cloning their dependencies on GitHub and moving their dependency over there. I built OSMAnd's iOS version during the downtime and had to manually patch the pod to grab one of the dependencies from a GitHub fork instead.

        This wouldn't have mattered so much if there had been a 'We are currently experiencing a DDoS, please be patient' message on SourceForge, and if HTTP and HTTPS had been down (during an attack, being able to access the contents only via a mechanism that does nothing to prevent tampering made me very nervous). Instead, I was left with the feeling that SF is considered a legacy system that no one cares about. This is more or less how GNA worked in the months before they finally killed it.

      • by serviscope_minor ( 664417 ) on Sunday March 04, 2018 @09:36AM (#56205337) Journal

        Sorry we inconvenienced you and interrupted your normal routine.

        You did and it's unacceptable. I actually had to leave my basement during what normies call "daytime" or some such. I think we're all going to die because we appear to be far too close to a star for comfort.

        We inherited an aging setup in the acquisition that was located physically far away from us.

        How old is the infrasturcture?

        I'm kind of curious: slashdot was a very high traffic site relative to many others back when the internet was much smaller, clouds were floofy blobs of tiny water drops and the only CDN most of had heard of was coralcache.

        We will be dedicating a lot of time and resources this year to improving Slashdot.

        I look forward to it, but for the sake of us old fogies, please keep the lovely javascript free mode. It's incredibly fast and nice to use on any compter.

        Also, is sourceforge going to see some love? Github seems to be taking a lot of the mindshare these days, but it kind of sucks.

    • by thePsychologist ( 1062886 ) on Saturday March 03, 2018 @11:20PM (#56203943) Journal

      Seriously? Slashdot was offline for a couple of days. Go outside for a walk.

      I've tried a ton of other websites. Reddit for example, which turned out to be 99% lame whining.

      While Slashdot has its problems too, the discussion system is the best I've experienced and even if the comments are sometimes a little whacky, they always give me something to think about.

      Thanks to the Slashdot team for keeping this place alive.

      • by bn-7bc ( 909819 ) <bjarne-disc@holmedal.net> on Sunday March 04, 2018 @06:12AM (#56204891) Homepage
        Well reddit is a big place, I'll afree with you that the front page, and a lott of subreddits are rather mediocre, but 99% bad might be a bit pesimistic. I would sa 85-90% bad. Then again negative news/opinion travles further and faster then the posetive variaty, so it is not surprising.a few examples of mildly helpfull, or at least infarmative sub reddits : /r/postgresql /r/ipv6 /r/blackmagicdesign.
    • by PopeRatzo ( 965947 ) on Sunday March 04, 2018 @02:46AM (#56204543) Journal

      As a Slashdot reader since ~2001, this is just unacceptable.

      I've been reading Slashdot since the mid-1970s. I remember how we used to wait for the pages to render on the Illiac IV. We would pass the time by playing table football with a piece of paper folded into a triangle, I became really good at that game and later turned pro, but had to retire after a brief career due to injuries. Hell, I still have mod points that date back to 1983. I'd use them, but now they're collectors items and worth a lot of money.

      You kids don't know how good you got it. Not being able to access Slashdot for a week? Hell, when we voted in a Slashdot poll back in the day, it would take almost that long just to see the results. That was back when computing was done by men in white shortsleeve shirts and black neckties and we didn't have to worry about the SJWs forcing us to work with women and wear deodorant or refrain from scratching our nuts. We'd have ashtrays on top of the CPUs because everyone in computing back then smoked Parliaments.

  • Jakarta? (Score:4, Funny)

    by DontBeAMoran ( 4843879 ) on Saturday March 03, 2018 @10:35PM (#56203795)

    How about Coffy McCoffeeface?

  • by imcdona ( 806563 ) on Saturday March 03, 2018 @10:51PM (#56203851)
    Slashdot was down for two or three days and no explanation?
  • by bugs2squash ( 1132591 ) on Saturday March 03, 2018 @11:16PM (#56203927)
    so it's an apache project now ?
    • by Anonymous Coward on Sunday March 04, 2018 @08:07AM (#56205101)

      No. Apache stopped using the Jakarta name years ago, and is actually formally giving Eclipse permission to use the Jakarta name... just to be sure there are no legal problems with the use of the name.

  • This won't work. People are still gonna know it's Java.

  • by account_deleted ( 4530225 ) on Saturday March 03, 2018 @11:38PM (#56203987)
    Comment removed based on user account deletion
  • by Anonymous Coward on Sunday March 04, 2018 @12:24AM (#56204197)

    for their customers. The need to provide nonconfusing names to customers!

  • by Anonymous Coward on Sunday March 04, 2018 @01:21AM (#56204357)

    Man just when Minecraft finished rebranding to Java edition.

  • by Anonymous Coward on Sunday March 04, 2018 @01:38AM (#56204395)

    .. . having a 'reflexy' session (usd10/120mins) in northern Jakarta when I read this.

    What???
    Search results for technical help will be returned mixed with news of a VERY large capital city. And vice versa.

  • by backslashdot ( 95548 ) on Sunday March 04, 2018 @03:08AM (#56204583)

    Yeah oh boy that was a tough choice bro .. Jakarta EE versus "Enterprise Profile" ??? wtf.

    Seriously though, who the heck voted for Enterprise Profile? Trekkies?

  • by Anonymous Coward on Sunday March 04, 2018 @11:23AM (#56205701)

    Was Javalin never considered?
    Yes, I am aware of the spelling difference.

  • by Anonymous Coward on Sunday March 04, 2018 @11:34AM (#56205749)

    I am a Javanese, living in Java, drinking Javan coffee. I also do programming in Java PL. And yes, I am married to Javanese lady. Our son is also Javanese.

    My parents are Javanese too.

    But my boss is, hmmm, Sundanese.

  • by PPH ( 736903 ) on Sunday March 04, 2018 @11:49AM (#56205837)

    The Greeks want their name back. "Providing wise and insightful counsel." You are damaging the brand image.

  • by Anonymous Coward on Sunday March 04, 2018 @01:04PM (#56206179)

    Still just a turd, with a new name.

    Java is fast, when you let the profiler an JIT compiler run. Who cares if a few arcter of ser put get drpped? jst ave te use typ it in again.

    Who cares if "hello world" takes 1Gb of RAM to run, RAM is cheap!

    Who cares if an app takes 10 mins to load, user time is free!

    Who cares if it's tied to a specific java implementation a specific version, a specific version of the class libs, and requires 10GB of "helpers" to run?

    Java is fast, Java is current. Your next OS will be Java Based! Once it boots up in a month or two, think of the speed!

  • by iampiti ( 1059688 ) on Sunday March 04, 2018 @03:00PM (#56206683)
    ...is the reason it happened. Namely: Oracle has abandoned Java EE to the community and won't develop it further. I was under the impression that it still was pretty important in the enterprise web application scene. Why would they abandon it?
    Anyway, it doesn't look good for Java EE. Without the financial support of a big company how can it hope to remain relevant?

1 Dog Pound = 16 oz. of Alpo

Working...