The AWS IoT Device SDK for Java enables Java developers to access the AWS IoT Platform through MQTT or MQTT over the WebSocket protocol. The SDK is built with AWS IoT device shadow support, providing ...
Community driven content discussing all aspects of software development from DevOps to design patterns. When distributing applications as JAR, EAR or WAR files, it’s a good practice, especially if ...
The Java Development Kit (JDK) is a development environment for building Java applications and applets that can then run on any Java Virtual Machine (JVM). The JDK includes a variety of development ...
A keystore is a file that stores your private keys securely. These keys are used to sign your app so users can trust it and know it hasn't been tampered with. If you're developing an Android app (or ...
At the 2016 Liferay Symposium (Italy) I presented the topic: How to develop SOAP and REST services in JAX-WS and JAX-RS standard on Liferay. During the presentation I illustrated how to expose both ...
Challenge: A Java application at runtime that will receive a public X509 certificate and a RSA private key will create a Java KeyStore on the fly. Normally, I don't have to deal with the JSSE API in ...