The document provides a summary of activities within the Java Community Process (JCP) in 2016. Key points include:
- JCP membership increased 35% to over 1200 members.
- 18 active JSRs were in progress throughout 2016, down from 30 in 2015.
- The JCP Executive Committee elections saw voter participation increase from 27% to 36%.
- 244 expert group members participated in the 18 active JSRs.
- Online meetings continued to engage JUGs and discuss Java specifications.
The document provides a summary of activities within the Java Community Process (JCP) in 2016. Key points include:
- JCP membership increased 35% to over 1200 members.
- 18 active JSRs were in progress throughout 2016, down from 30 in 2015.
- The JCP Executive Committee elections saw voter participation increase from 27% to 36%.
- 244 expert group members participated in the 18 active JSRs.
- Online meetings continued to engage JUGs and discuss Java specifications.
Real world machine learning with Java for Fumankaitori.comMathieu Dumoulin
?
This document summarizes a presentation about using machine learning in Java 8 at Fumankaitori.com. The presentation introduces the speaker and their company, which collects user dissatisfaction posts and rewards users with points that can be exchanged for coupons. Their goal was to automate point assignment for posts using machine learning instead of manual rules. They trained an XGBoost model in DataRobot that achieved their goal of predicting points within 5 of human labels. For production, they achieved similar performance using H2O to train a gradient boosted machine model and generate a prediction POJO for low latency predictions. The presentation emphasizes that machine learning is possible for any Java engineer and that Java 8 features like streams make it a good choice for real
Java EE 8 will include updates to several existing specifications as well as new specifications. Key updates include JMS 2.1, JAX-RS 2.1, JSF 2.3, CDI 2.0, and JSON-P 1.1. New specifications include JCache 1.0, JSON-B 1.0, MVC 1.0, and Java EE Security API 1.0. Java EE 8 is currently in development, with early drafts of specifications and milestones available to provide feedback on. A final release is planned for Q3 2016.
IoT Devices Compliant with JC-STAR Using Linux as a Container OSTomohiro Saneyoshi
?
Security requirements for IoT devices are becoming more defined, as seen with the EU Cyber Resilience Act and Japan’s JC-STAR.
It's common for IoT devices to run Linux as their operating system. However, adopting general-purpose Linux distributions like Ubuntu or Debian, or Yocto-based Linux, presents certain difficulties. This article outlines those difficulties.
It also, it highlights the security benefits of using a Linux-based container OS and explains how to adopt it with JC-STAR, using the "Armadillo Base OS" as an example.
Feb.25.2025@JAWS-UG IoT