Earlier quoted context omitted.
Java EE is basically the official java server-side container. It was designed to scale, it kind of forced a designed pattern (something called 'Enterprise Beans' - one bean for dealing with requests, stateful beans for dealing with sessions etc.) It got huge and bloated. Some people came along and created some lighter frameworks. Arguably - Node.js - the javascript container is the real extension of this: it's incred…
"Java EE is basically the official java server-side container. ... Some people came along and created some lighter frameworks." "Container" is the key word here. J2EE had the notion of an app server hosting your app. The extreme alternative is to have your app be standalone and "embed" an I/O protocol (HTTP) server. I've had great success with this strategy.
Oracle and the fall of Java EE
171–180 of 185 posts
Re: Oracle and the fall of Java EE
#172Earlier quoted context omitted.
I think the issue here is the hostility of the go community historically to pretty much any kind of criticism on pretty much any front. (want generics? too bad! don't like the syntax for [thing]? too bad! want a framework? you're doing it wrong! want to test without using actual sending network traffic? BAM! 50 downvotes on SO for 'poor question'. Got some feedback and post it to golang nuts? HA! Prepare to be shoute…
Sounds like the Python community.
Re: Oracle and the fall of Java EE
#173Earlier quoted context omitted.
Sane documentation. It's been ten years since I've used Java, but Sun's Java API documentation was lightyears ahead of what MS was offering. Both in terms of layout/navigation and in actual content.
I am not a big fan of Java and have not touched it in many years, but I agree the documentation was really, really good. Java' documentation as I remember it is still better than Microsoft's.
Re: Oracle and the fall of Java EE
#174Everybody hates Oracle, but people still give them so much money! One has to wonder when it will end now that there are alternatives.
Remember that sales is mostly about relationships. Your CEO will hand a few million to someone they trust. Oracle projects an image of being the large company that other large companies trust. SAP has a similar vibe. Your C-Level people don't want to play dice with tech because to them it's often a cost center whose disruption can be terrible for business. You'll notice most engineering focused companies don't use Or…
Re: Oracle and the fall of Java EE
#175Earlier quoted context omitted.
The latest .NET version is fully cross platform.
Microsoft doesn't know the meaning of the word cross platform, and never has. The conditionals on their latest cross platform offering do little to repair that image. They only go far enough to bait and switch you and then after they get you they cut funding for maintenance and the cross platform bits rot away.
Re: Oracle and the fall of Java EE
#176Earlier quoted context omitted.
Java EE is basically the official java server-side container. It was designed to scale, it kind of forced a designed pattern (something called 'Enterprise Beans' - one bean for dealing with requests, stateful beans for dealing with sessions etc.) It got huge and bloated. Some people came along and created some lighter frameworks. Arguably - Node.js - the javascript container is the real extension of this: it's incred…
Does Java have an equivalent to the Promise system in Javascript? I find it much more usable than callbacks for async-heavy applications.
Re: Oracle and the fall of Java EE
#177Amen. Be it Hacker News, or the /r/java subreddit, or wherever, it feels like the bulk of Java chatter revolves around... 1. Security vulnerabilities 2. The Ask.com toolbar 3. Oracle abandoning Java EE ... which is extremely frustrating because... 1. Virtually all of the "security vulnerabilities" deal with the browser plugin for using applets, which hasn't been widely used in 15 years 2. The toolbar malware, while s…
Re: Oracle and the fall of Java EE
#178Earlier quoted context omitted.
I think the issue here is the hostility of the go community historically to pretty much any kind of criticism on pretty much any front. (want generics? too bad! don't like the syntax for [thing]? too bad! want a framework? you're doing it wrong! want to test without using actual sending network traffic? BAM! 50 downvotes on SO for 'poor question'. Got some feedback and post it to golang nuts? HA! Prepare to be shoute…
Can you tell me what is the issue with SetDeadline()?
Re: Oracle and the fall of Java EE
#179Earlier quoted context omitted.
I think the issue here is the hostility of the go community historically to pretty much any kind of criticism on pretty much any front. (want generics? too bad! don't like the syntax for [thing]? too bad! want a framework? you're doing it wrong! want to test without using actual sending network traffic? BAM! 50 downvotes on SO for 'poor question'. Got some feedback and post it to golang nuts? HA! Prepare to be shoute…
Sounds like the Python community.
Re: Oracle and the fall of Java EE
#180Earlier quoted context omitted.
Care to name some of these platforms which Java doesn't run on which .NET supports? I'm having a hard time coming up with even a very short list.
Well , not .NET but almost: PS4 (MonoGame/Mono) XBox One (.NET Core on the future and MonoGame/Mono) At least you can run c# code on those platforms. Java though is unlikely to ever happen.