Java

Oracle's Latest Java Moves Draw Industry Ire 372

snydeq writes "Two years later, Oracle's stewardship of Java continues to raise user and vendor ire, this time due to modularization, licensing, and security concerns. 'Plans for version 8 of Java Platform Standard Edition, which is due next year, call for inclusion of Project Jigsaw to add modular capabilities to Java. But some organizations are concerned with how Oracle's plans might conflict with the OSGi module system already geared to Java. In the licensing arena, Canonical, the maker of Ubuntu Linux, says Oracle is no longer letting Linux distributors redistribute Oracle's own commercial Java, causing difficulties for the company. Meanwhile, security vendor F-Secure views Java as security hindrance.'"
Android

Feature Phones Make Java ME, Not Android, the #2 Mobile Internet OS 286

bonch writes "According to a report from NetApplications, which has measured browser usage data since 2004, Oracle's Java Mobile Edition has surpassed Android as the #2 mobile OS on the internet at 26.80%, with iOS at 46.57% and Android at 13.44%. And the trend appears to be growing. Java ME powers hundreds of millions of low-end 'feature phones' for budget buyers. In 2011, feature phones made up 60% of the install base in the U.S." Looking at the linked chart, it looks Java ME's been ahead of Android for all of 2011, too, except for the month of October.
Oracle

Oracle Sued For 'Extortion, Lies' By Montclair State University 359

angry tapir writes "Montclair State University is suing Oracle in connection with a troubled ERP (enterprise resource planning) project. Montclair's complaint, filed Tuesday in U.S. District Court for the District of New Jersey, states that Oracle made an array of 'intentionally false statements' regarding the functionality of its base ERP system, the amount of customization that would be required, and the amount of 'time, resources, and personnel that the University would have to devote.' 'Ultimately, after missing a critical go-live deadline for the University's finance system, Oracle sought to extort millions of dollars from the University by advising the University that it would not complete the implementation of the ... project unless the University agreed to pay millions of dollars more than the fixed fee the University and Oracle had previously agreed to,' it adds."
Image

Book Review: The CERT Oracle Secure Coding Standard For Java Screenshot-sm 66

brothke writes "It has been a decade since Oracle started their unbreakable campaign touting the security robustness of their products. Aside from the fact that unbreakable only refers to the enterprise kernel; Oracle still can have significant security flaws. Even though Java supports very strong security controls including JAAS (Java Authentication and Authorization Services), it still requires a significant effort to code Java securely. With that The CERT Oracle Secure Coding Standard for Javais an invaluable guide that provides the reader with the strong coding guidelines and practices in order to reduce coding vulnerabilities that can lead to Java and Oracle exploits." Read on for the rest of Ben's review.
HP

Is HP Paying Intel To Keep Itanium Alive? 216

itwbennett writes "In a court filing, Oracle accused HP of secretly contracting with Intel to keep making Itanium processors so that it can continue to make money from its locked-in Itanium customers and take business away from Oracle's Sun servers. Oracle says that Intel would have long ago killed off Itanium if not for these payments from HP. For its part, HP called the filing a 'desperate delay tactic' in the lawsuit HP filed against Oracle over its decision to stop developing for Itanium."
Oracle

First Look: Oracle NoSQL Database 117

snydeq writes "InfoWorld's Peter Wayner takes a first look at Oracle NoSQL Database, the company's take on the distributed key-value data store for the enterprise. 'There are dozens of small ways in which the tool is more thorough and sophisticated than the simpler NoSQL projects. You get a number of different options for increasing the durability in the face of a node crash or trading that durability for speed,' Wayner writes. 'Oracle NoSQL might not offer the heady fun and "just build it" experimentation of many of the pure open source NoSQL projects, but that's not really its role. Oracle borrowed the best ideas from these groups and built something that will deliver good performance to the sweet spot of the enterprise market.'"
Cloud

Solaris 11 Released 224

angry tapir writes "Oracle has updated its Unix-based operating system Solaris, adding some features that would make the OS more suitable for running cloud deployments, as well as integrating it more tightly with other Oracle products. While not as widely known for its cloud software, Oracle has been marketing Solaris as a cloud-friendly OS. In Oracle's architecture, users can set up different partitions, called Zones, inside a Solaris implementation, which would allow different workloads to run simultaneously, each within their own environment, on a single machine."
Databases

IT's Next Hot Job: Hadoop Guru 112

gManZboy writes "JPMorgan Chase and other companies at this year's Hadoop World conference came begging for job applicants: They say they can't find enough IT pros with certain skills, including Hadoop MapReduce. That spells high pay. As for Hadoop's staying power as a career path (a la SQL 30 years ago), IBM, Microsoft and Oracle have all embraced Hadoop this year. Maybe the best news of all: 'Intelligent technologists will pick up Hadoop very quickly.'"
HP

HP Pondering Sale of WebOS 99

Rambo Tribble writes "Reuters reports HP is seeking to sell WebOS, at the bidding of its financial advisers. Sounds like open sourcing it is off the table. From the article: 'HP is trying to figure out how to recoup its investment in Palm, viewed by many analysts and investors as an expensive foray into the smartphone market that has not paid off. Several technology companies have expressed an interest in buying the division, which is seen as attractive for its patents, the sources said. Amazon.com Inc, Research In Motion, IBM, Oracle Corp and Intel Corp are considered to be among the companies likely to be interested in the asset, industry sources said.'"
Open Source

Which OSS Clustered Filesystem Should I Use? 320

Dishwasha writes "For over a decade I have had arrays of 10-20 disks providing larger than normal storage at home. I have suffered twice through complete loss of data once due to accidentally not re-enabling the notification on my hardware RAID and having an array power supply fail and the RAID controller was unable to recover half of the entire array. Now, I run RAID-10 manually verifying that each mirrored pair is properly distributed across each enclosure. I would like to upgrade the hardware but am currently severely tied to the current RAID hardware and would like to take a more hardware agnostic approach by utilizing a cluster filesystem. I currently have 8TB of data (16TB raw storage) and am very paranoid about data loss. My research has yielded 3 possible solutions: Luster, GlusterFS, and Ceph." Read on for the rest of Dishwasha's question.
Android

Oracle-Google Trial Won't Start Until Next Year 60

angry tapir writes "The intellectual property lawsuit between Oracle and Google over the Android mobile OS won't go to trial until next year, according to a ruling made in the U.S. District Court for the Northern District of California by the judge overseeing the case. The trial was initially set to begin Oct. 31 but was postponed last week by Judge William Alsup due to scheduling conflicts with a major criminal trial. The trial will be split into three stages heard by the same jury. In step one, 'liability on the copyright claims, including all defenses thereto, will be tried and determined by special verdict before going to Phase Two,' he wrote. The second phase will cover liability on the case's patent claims, he added. 'The jury will decide these issues before going to Phase Three.' In the final stage, 'all remaining issues will be tried, including damages and willfulness.'"
IBM

OpenOffice Is Dying (And IBM Won't Help) 298

jfruhlinger writes "OpenOffice.org, now separate both from corporate sponsor Oracle and the Document Foundation's LibreOffice, is in trouble, with its team putting out a dramatic press release detailing the organization's trouble. One missing player in all this is IBM, who has backed OpenOffice.org in the past. One possible reason for Big Blue's silence is that it might be a prelude to the killing of Lotus Symphony, its OpenOffice-based suite." The Apache Software Foundation, on the other hand, insists OpenOffice.org is not at risk.
Bug

Linux Kernel Developer Declares VirtualBox Driver "Crap" 357

An anonymous reader writes "Linux kernel developers have decided to mark the VirtualBox kernel driver as tainted crap for the significant number of problems this open-source driver has caused. The VirtualBox kernel driver reportedly causes memory corruption and other problems. With the driver being flagged as tainted crap, bug reports caused by the driver will be taken less seriously."
Cloud

Cloud Driving Microsoft To Open Source? 83

Julie188 writes "Sam Ramji thinks the days where Microsoft's, (and Apple's, and Oracle's) love-hate relationship with open source are numbered, thanks to the cloud. Whereas some open source advocates say the cloud may kill open source, because users won't have access to the source, Ramji says the cloud will be its salvation. Ramji, Microsoft's original internal open source dude, thinks companies building clouds won't be able to keep up if they don't participate in open source communities because that's where the developers building new cloud infrastructure are doing most of their work. The main concerns standing in the way for both cloud builders and users of free software are legal fears, he contends. These include fears of the GPL's copyleft provision and fears of being sued by downstream users. Is he right ... or full of FUD?"
Java

Oracle's Ambitious Plan For Client-Side Java 292

snydeq writes "Fatal Exception's Neil McAllister suggests that the real news out of this year's JavaOne is Oracle's ambitious plan to revitalize Java on the desktop, the Web, and mobile devices. 'It's been tempting to assume that Oracle, with its strong enterprise focus, would ignore the client in favor of data center technologies such as Java EE. This week, we learned that's not the case. In fact, the real news from this year's JavaOne conference in San Francisco may not be Oracle's plans for Java 8 and 9, but the revelation that Oracle is gearing up for a new, sustained push behind Java for the desktop, the Web, and mobile devices. If it can succeed in its ambitious plans, the age of client-side Java could be just beginning.'"
Oracle

Oracle To Bring Dtrace To Linux 155

mvar writes "Dtrace co-author Adam Leventhal writes on his blog about Dtrace for Linux: 'Yesterday (October 4, 2011) Oracle made the surprising announcement that they would be porting some key Solaris features, DTrace and Zones, to Oracle Enterprise Linux. As one of the original authors, the news about DTrace was particularly interesting to me, so I started digging. Even among Oracle employees, there's uncertainty about what was announced. Ed Screven gave us just a couple of bullet points in his keynote; Sergio Leunissen, the product manager for OEL, didn't have further details in his OpenWorld talk beyond it being a beta of limited functionality; and the entire Solaris team seemed completely taken by surprise. Leunissen stated that only the kernel components of DTrace are part of the port. It's unclear whether that means just fbt or includes sdt and the related providers. It sounds certain, though, that it won't pass the DTrace test suite which is the deciding criterion between a DTrace port and some sort of work in progress.'"
Oracle

Oracle To Pay US Almost $200M To Resolve False Claims Lawsuit 114

coondoggie writes "In what it says is the largest False Claims Act settlement it has ever collected, the US General Services Administration will get $199.5 million plus interest from Oracle for 'failing to meet their contractual obligations.' According to the US Department of Justice, 'the settlement resolves allegations that, in contract negotiations and over the course of the contract's administration, Oracle knowingly failed to meet its contractual obligations to provide GSA with current, accurate and complete information about its commercial sales practices, including discounts offered to other customers, and that Oracle knowingly made false statements to GSA about its sales practices and discounts.'"
Businesses

Autism Traits Prove Valuable for Software Testing 180

Back in 2009 we ran a story about a Chicago based non-profit company that trained high-functioning autistic people to be software testers. Two years later Aspiritech has grown to offer services in Belgium, Japan and Israel. Autistic debuggers are used by large clients like Oracle and Microsoft and have proven to be so good in fact that companies are now recruiting to meet demand. From the article: "Aspiritech's board of directors includes social service providers, therapists, a vocational expert and a software engineer. The nonprofit also received start-up advice and consultation from Keita Suzuki, who has co-founded a similar company, called Kaien, in Japan. Aspiritech has hired and trained seven recruits with Asperger's syndrome. These recruits have since worked on software-testing projects for smartphone and cloud-computing applications. Aspiritech now offers functional-, compatibility- and regression-testing, as well as test-case development, with experience in cloud-computing platforms including Salesforce."

Slashdot Top Deals