You are currently browsing the tag archive for the ‘Java Embedded’ tag.
Tag Archive
Java ME 8 Released!
04/30/2014 in Embedded | Tags: "Java ME 8", "jsr 360", "jsr 361", iot, Java 8, Java Embedded, Java ME Embedded 8, Java ME SDK 8, M2M, OJPI, release | 6 comments
Welcome to Java ME 8!
Last month, Java 8 was launched. Last week, the Java Micro Edition (ME) 8 specifications were approved.
Today, we are announcing the general availability (GA) of the Java ME 8 release.
This release is the culmination of a two-year effort driving a major update of the Java ME technology as a modern embedded software platform, purpose-built as a foundation for new services in the Internet Of Things. We are closely collaborating with industry partners and are seeing strong interest and adoption in Java ME 8 across a number of markets such as wireless modules, automotive, smart sensors, healthcare, industrial automation, smart energy, logistics, and others.
Top 10 Features of Java ME 8
Java ME 8 has been designed to enable advanced embedded software intelligence and increased product value for a wide range of use cases and solutions while maintaining very low system requirements. Top 10 features include:
- Aligned with Java 8 for efficient development
- Designed for Embedded
- Highly portable and scalable
- Consistent across devices
- Advanced application platform
- Modularized software services
- Client domain partitioning
- Direct access to hardware devices
- Compatible with standard APIs
- Enhanced embedded tooling
For more information, please see the screencast “Java ME 8: Top 10 Features”.
What We Are Releasing Today
Todays release comprises of several of components:
Java ME 8 TCK (Technology Compatibility Kit) and RI (reference implementation):
- Java ME Connected Limited Device Configuration (CLDC) 8 (JSR 360)
- Java ME Embedded Profile (MEEP) 8 (JSR 361)
Oracle Java ME Embedded 8 product implementations and tooling:
- Oracle Java ME Embedded 8 product implementations for several embedded platforms (see below)
- Oracle Java ME SDK (Software Development Kit) 8 for embedded software development
Oracle Java Platform Integrator (OJPI) releases for Java ME Embedded 8:
- Enables Oracle partners to deliver value-add products and services based on Java ME Embedded 8 (OJPI information)
Support for the following platforms:
- Raspberry Pi Model B (based on ARM11/Linux)
- Qualcomm IoE Development Platform (based on ARM9/Brew MP)
- Windows x86 device emulation environment (for rapid prototyping/development)
We are also planning on bringing Oracle Java ME 8 to additional platforms such as micro-controller-based devices – please stay tuned.
Where to Find More Information
For more information, please see the following links:
- Oracle Java ME Embedded 8 data sheet
- Oracle Java ME SDK 8 data sheet
- “Java ME 8 Deep Dive” technical presentation
- Java 8 Launch screencasts on Java ME 8 on a variety of different technical topics
- Java Magazine March issue with several articles on Java ME 8
- Video interviews with Oracle executives and Oracle partners on Java Embedded and IoT topics
- General information on Oracle’s Internet of Things Platform, including videos, white papers, and brochures
Getting Started with Java ME 8
To get started developing with Java ME 8, download the Oracle Java ME SDK 8 which comes with a built-in Java ME 8 device emulation environment for rapid development plus great documentation to get you started.
Once you’re ready to move on to real hardware such as Raspberry Pi or the Qualcomm IoE platform, download the ready-to-run Oracle Java ME Embedded 8 platform binaries.
Go here for the full set of Oracle Java ME 8 documentation, including:
- Release Notes
- Getting Started Guides for all platforms
- ME SDK Developer Guide
- Java ME Embedded Developer Guide
- API documentation
Finally, head over to the Java ME Embedded Forum to ask questions and get involved. And follow @javaembedded or @terrencebarr to stay in touch.
What Next?
Java ME 8 brings exciting new possibilities to the embedded software space. Get started today and stay tuned for more to come!
Cheers,
— Terrence
New videos: Java Embedded and IoT
04/08/2014 in Embedded | Tags: embedded, Gemalto, iot, Java Embedded, Java ME Embedded, M2M, wireless | 2 comments
A host of new content was released with the recent Java 8 launch and the YouTube Java channel features a number of interesting videos and interviews. For example:
“Building Block for the Internet of Things”, Nandini Ramani, VP of Java Product Development, Oracle
Get a new perspective on how enterprises may generate value from IoT and what it takes to make IoT work. Learn about key building blocks for IoT solutions. Get an overview of how Oracle’s products, including Java, enable end-to-end IoT deployments.
“Turning Devices into a Value-Generating Application Platform with Java”, Axel Hansmann, VP Strategy and Marketing Communication M2M, Gemalto
Learn about Gemalto’s vision for the future of IoT, strategy using Java, and adoption plans for Java ME 8. Find out more about Gemalto’s technologies and how they are used, from quick IoT/M2M prototyping to full-scale enterprise solutions.
I’ll be pointing out more interesting videos and content over the next couple of weeks.
Cheers,
— Terrence
Enroll now for 2nd Java ME Online Course
04/07/2014 in Embedded | Tags: Course, embedded, Java Embedded, Java ME, Java ME Embedded, MOOC, programming, Raspberry Pi | Leave a comment
The first instance of the Massive Open Online Course (MOOC) “Develop Java Embedded Applications Using a Raspberry Pi” is currently underway.
The response has been overwhelming and we had to cut off registrations and put people on the wait list. So we are now announcing a repeat of the course starting May 19th, 2014 to give all of you who missed it the first time around another opportunity. Enroll now before space runs out again. It’s still FREE.
Cheers,
— Terrence
Win a trip to JavaOne and more: The IoT Developer Challenge
04/03/2014 in Embedded | Tags: challenge, Contest, IoE, iot, Java Embedded, Java ME Embedded, Java SE Embedded, JavaOne, M2M | Leave a comment
Oracle is running the “Internet of Things (IoT) Developer Challenge” until May 30th, 2014. Submit a video and the code of your cool project, and you may win a trip to JavaOne 2014, a laptop, or other great prizes!
Don’t know where to start? Oracle is also providing free live sessions and online training running through April to help you get going. For example, next Monday (April 7) at 6:00pm UTC the session is about the “Internet of Things, Java and Raspberry Pi”. Plus, there is more help via online forums and other resources.
Find out all about the IoT Developer Challenge at The Java Source blog.
Cheers,
— Terrence
Leveraging Embedded Multicore with Java SE 8
03/31/2014 in Embedded | Tags: benchmark, Java Embedded, Java SE 8 Embedded, Lambda, multicore, performance | Leave a comment
Jim Connors published a great blog post a little while ago, describing the benefits of using the new Java SE 8 language and API features on multicore embedded systems like the Boundary Devices BD-SL-i.MX6 (built around the Freescale i.MX6 quad-core architecture).
As you can see in the above diagram, leveraging parallel Java SE 8 Lambda and stream operations can dramatically improve overall performance. What’s more, the effort on the part of the developer is minor and the resulting Java code is portable and scalable across all Java SE 8 platforms, including completely different underlying architectures such as ARM on Linux vs. x86 on Windows.
Compare that to a traditional embedded multicore application, which typically is built with specialized frameworks, knowledge, and tuning and results in platform-specific code with limited portability and scalability. Plus, potentially hard-to-find multithreading bugs …
Out-of-the-box multicore support is another great example of why Java Embedded makes a lot of sense for embedded solutions.
Cheers,
— Terrence
New presentation: Java ME 8 Deep Dive
03/28/2014 in Embedded | Tags: "Java ME 8", deep dive, iot, Java Embedded, Java ME Embedded, M2M, slides | Leave a comment
I just posted an expanded and updated Java ME 8 Deep Dive slide deck on SlideShare.
(apologies for the partially messed up colors and slides, SlideShare is going that during the conversion process ;-( )
Cheers,
— Terrence
Java Magazine: Brewing Beer with Java ME 8 and more
03/28/2014 in Embedded | Tags: "Java ME 8", beer, embedded, Java 8, Java Embedded, Java Magazine, Java ME Embedded, Java SE 8 | Leave a comment
The current March/April issue of Java Magazine is chock-full with embedded content:
- From Smart Grids to Microbrews: Using Java ME 8 to manage utilities infrastructure AND to brew beer
- Java ME 8 and the Internet of Things: Top features of Java ME 8
- New to Java? How to become and Embedded Java Developer in Minutes
- JavaFX and Near Field Communication on the Raspberry Pi
… along with lots of other great Java content, especially related to this week’s launch of Java 8.
PS: For more info on the beer-brewing use case, see the screencast “Developing Modular, Service-enabled Applications: Java ME 8” (go here and scroll down to see the screencast under the “Java ME 8” section).
Java Magazine is free, but requires registration. Enjoy!
Cheers,
— Terrence
Java 8 Launch: Learn about Java ME 8 + other screencasts
03/25/2014 in Embedded | Tags: "Java ME 8", embedded, iot, Java 8, Java Embedded, Java ME Embedded, M2M, screencast, webcast | Leave a comment
Java 8 is officially launching today!
Along with todays live launch event there will be lots of new information available such as a set of brand-new screencasts:
Java ME 8 is a key part of the Java 8 launch and will be available soon. Until then, there’s plenty to get started – for example, the Java ME 8 Early Access. Or check out the new Java ME 8 screencasts:
- Be an Embedded Developer in Minutes using Java ME 8
- JSR 360 – CLDC 8: Benefits of an Optimized Implementation
- JSR 360 – CLDC 8: Java Platform for IoT
- JSR 360 – CLDC 8: Generic Networking APIs
- Unified Development Experience for Java ME 8 and Java SE 8
- Accessing H/W Devices using Java ME 8 Device I/O API
- Java ME 8: Top 10 Features
- Java ME 8: Tackling the Challenges of Embedded Software Design
- JSR 361 – MEEP 8: A New Java Profile for the Embedded World
- Developing Modular, Service-Enabled Applications with Java ME 8
Lots to learn. Exciting times.
Cheers,
— Terrence
Java SE 8 is here!
03/18/2014 in Embedded | Tags: Create The Future, Java Embedded, Java SE 8, Java SE 8 Embedded, JDK 8, launch event, webcast | Leave a comment
Java SE 8 was released just a few minutes ago, along with Java SE Embedded 8.
Find out all about it on the Java Source Blog (post1, post2).
And be sure to sign up for the Java 8 Launch Event on March 25.
Cheers,
— Terrence
Hurry to register: Java ME Online Course starts March 31st
03/14/2014 in Embedded | Tags: Course, embedded, Java Embedded, Java ME, Java ME Embedded, MOOC, programming | Leave a comment
The free Massive Open Online Course (MOOC) “Develop Java ME 8 Embedded Applications with Raspberry Pi” will kick off March 31 (original announcement here)
Space is filling up fast (we’re capping registration numbers to allow for good student/instructor ratio). This is going to be a very cool course, and the MOOC team just released a new video describing the outline and the goals.
Check it out. And then enroll.
Cheers,
— Terrence











Recent Comments