Oracle Lays Off Java Mission Control Team After Open Sourcing Product (infoq.com)
Kesha Williams, reporting for InfoQ (shared by numerous readers): The Java Mission Control suite of tools, also known as JMC, was open sourced by Oracle on May 3rd to much applause and excitement from the Java development community. The excitement was replaced with unease as sources reported that the entire JMC development team had been laid off. JMC is a well-known profiling and diagnostics tools suite for the Java Virtual Machine (JVM) primarily targeting systems running in production. It is used by developers to gather detailed low-level information about how the JVM and the Java application are behaving. The official open source announcement came on May 5th from Marcus Hirt, a member of the Java Platform Group at Oracle. "Just wanted to say thank you to everyone who helped open source Java Mission Control in the relatively short period of time it was done in." According to Hirt, the intent behind open sourcing JMC was to provide the community with the opportunity to add new features and capabilities to the tools suite.
It causes massive layoffs
This is precisely the kind of product that benefits greatly from corporation / open-source collaboration. A community-centric tool that benefits with having both close ties to the official codebase, and also has a broad population of interested persons providing input, feedback, bugfixes, etc.
Oracle has bungled, and continues to bungle, both open-source in general, and Java in particular. Despite a 2016 bubble, the long-term decline in popularity of the platform is significant.
This sig has been enciphered with a one-time pad. It could say almost anything.
...why about 1/3 of the Stockholm dev office was suddenly empty this week. And I had to come here to find out about it. Wow.
Software. Always hate having to look at that damn thing. Never use it, but there it is. IN! YOUR! FACE!
We heil him in the morning,
We zieg him late at night.
Oh, Hitler, my Hitler,
He is my heart's delight!
We goose step in the ballroom,
We goose step in the hall,
Oh Hitler, my Hitler!
We love you most of all!
On one hand "LETS SUE THE PANTS OFF OF GOOGLE BECAUSE JAVA!", and on the other they're pushing Java into the hands of the community.
I wanna develop something used by billions of devices, not care about it, and sue anybody that tries to copy the idea I don't give a rats ass about.
As programming becomes just another form of writing we are headed for a world where many write programs but few make a living at it. That is paid programming will be just another task as part of a more general job in engineering, accounting, commerce, teaching etc. The crude program generators of today will evolve to intelligent machines creating most programs. Hopefully we will still have hobbyists.
Seems to me they're saying "You've been bitching for years that the community can do better, well here you go, knock yourselves out, we're done."
to fire the dev team after the app is built. You hire some folks to do the hard work of building it and then you hire jr code monkeys to maintain it afterwards. Video Games do this. Still, it means Oracle isn't planing any major changes to it (or it means they think they can get by with consultants).
Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
No matter how much you profile a trud, it sill remains a turd. If you write in Java, it will suck. As such, this tool was entirely uneded.,
Open sourcing things/donating them to the community is their way of saying "this doesn't make money for me".
They did it with OpenOffice, Glassfish and others I fail to remember now. Of course they can do whatever they want with the software they own but it's so sad to see so many nice things being abandoned. I wish Sun had never gone under
to fire the dev team after the app is built.
do you actually work in this business or do you just watch movies about asshole bosses? "Built"? did you skip the parts where the software needs to be tested and sold? Do you really think that there "built" means "done" oh but you are not in the business, you are just a stupid troll, so what you think is really irrelevant.
No, it is not "usual" for enterprise software companies to abandon commercial support for a product, fuck-wad.
My Java Profiler is really simple:
If you wrote your code in java, and are concerned about performance, you selected the wrong language. Then again, profilers are good for java programmers, who typically still use bubble sort, and need some [lots] of handholding.
I bet they are all php/python/ruby/nodejs fan boy types who havenâ(TM)t and couldnâ(TM)t build a highly distributed and scalable platform to save themselves.
Pro tip: most massive ecommerce sites use java in one way or another. Lots of large businesses use java because all the other options actually really fucking suck in this space.
Second pro tip: at least java has such tools!
"Good" intent aside, these kinds of tools almost always use undisclosed (private) APIs or otherwise reach into the undocumented internals of the systems they're monitoring. I expect this open source code will be a massive boone to hackers wanting to circumvent whatever security Java claims to have these days.