MicroEJ Apps saved on a USB & downloaded to the Device & run. Is this possible?

Device OEM does not have public Cloud connectivity for their use cases. Their devices talk to their own Server side application typically hosted in End Customer’s Private cloud.

The Device OEM requires 2 ways to update Apps on their Device.

Case 1

  1. Apps are saved on USB.
  2. USB is connected to the Device
  3. App should get download & deployed on the device

Case 2

  1. Apps can be uploaded to the End Customer Servers/Private Cloud where Device OEM Server slide application resides.
  2. App can be downloaded from this private store to the Device and run.

Can you tell how MicroEJ can support these 2 cases?

For Case 2 the question is also whether MicroEJ Forge can be licensed and deployed on the Private Cloud of the End Customer who is using Device of the OEM & also Server side Application of the OEM

Hi,

Installing features only uses a Java InputStream, any InputStream would do the trick: Kernel

So yeah you would be able to install Sanboxed Application through a file system hosted on USB or a cloud (and virtually any API capable of producing an InputStream).

Have a nice day!
Gaëtan for MicroEJ

@ Gaëtan
This really helps. Thank you!