Java News Feed
Java News
October 03, 2013 -
In my JavaOne talk I presented changes that are happening in Hadoop, where it’s shaking off it’s batch-based shackles and enabling a new Hadoop platform that can support a mix of processing systems, from stream-processing systems to NoSQL systems. The slides for my talk can be viewed on Speaker Deck. The rest of this post is an overview of the technologies covered in my talk, along with links for further reading...
October 03, 2013 -
As you may already know, in Java EE 6, you needed to explicitly add a beans.xml file in your application archive in order for CDI scanning to work. Because DI is correctly considered such a pervasive concern, Java EE developers often found this requirement confusing... One of the most significant changes in CD 1.1/Java EE 7 is that by popular request, CDI is now enabled by default. This means that there's no need to explicitly add a beans.xml to enable DI any more. However...
October 03, 2013 -
Servei Meteorològic de Catalunya is the public entity responsible for collecting and storing weather data in Catalonia. The most valuable data comes from weather stations based throughout the region. Each weather station has sensors to measure different kinds of variables... Weather stations are polled regularly, data is processed, and stored in an Oracle database that contains around 350 million records. The application responsible for the processing and storing of the data is based on the NetBeans Platform...
October 02, 2013 -
The content was amazing. So many great topics presented by gifted speakers. Packed sessions and a keynote which came back to Moscone for the first time in years. No-one could any longer assume that Oracle isn't listening. It simply takes some time to turn big things around. But it is possible. And the community is driving that change by being interested, committed and providing their criticism and ideas for improvements...
October 02, 2013 -
This article presents a solution architecture that facilitates JavaScript Object Notation (JSON) validation and transformation for the benefit of cloud consumers and cloud service providers. A JVAX (JSON Verification and Conversion/Transformation) system handles all incoming requests before the cloud service receives them. JVAX is designed to address several common problems that can occur when JSON is the payload for an API request...
|
Editor`s BlogWhat happens if you configure a Hadoop-centric scalable big data infrastructure running on the Amazon EC2 cloud, that's programmed to perform some very basic processing on delimited ASCII data records (about 30 characters in each record), and you feed it a single data record? ... SpotlightsThe latest issue of Java Magazine, which takes as its theme “Seize the Cloud,” has an article by IndicThreads founder Harshad Oak, titled “Hands on with Oracle Java Cloud Service, Part One,” that provides an introduction to Oracle’s platform-as-a-service (PaaS) Java offerings. PaaS is about renting a software platform and running a custom business application on it, thus enabling developers to... The Java Embedded Challenge for Raspberry Pi this year was a first at JavaOne. For 3 days, attendees built Java Embedded applications using sensors, Raspberry Pis, Arduinos, a Gemalto board, and a Beagle board. With limited or no prior Java Embedded experience, attendees created seven amazing and very different projects... The biggest change coming in Java 8 is Project Lambda (JSR 335), which supports programming in multicore environments by adding closures and related features to the language. Reinhold called it the single largest upgrade to the programming model, ever -- larger even than generics. "It's the first time since the beginning of Java that we've done a carefully coordinated co-evolution of the... This year JavaOne started like in the old years- in the Moscone Center. Sunday's keynote consisted of two parts: strategy and technology. The main message of the strategy part was "the same programming model with Java 8 everywhere". The technology part was interesting, relevant and entertaining. Either I was extremely fortunate, or the advisory board did a great job this year... All sessions... |