Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.53 KB

index.rst

File metadata and controls

36 lines (29 loc) · 1.53 KB

MicroEJ

.. only:: html

   .. image:: images/header_docs.png
      :alt: Docs

Welcome to MicroEJ developer documentation. Browse the following chapters to familiarize yourself with MicroEJ Technology and understand the principles of app and platform development with MicroEJ.

  • The Glossary chapter describes MicroEJ terminology.
  • The Overview chapter introduces MicroEJ products and technology.
  • The Application Developer Guide presents Java applications development and debugging tools.
  • The Platform Developer Guide teaches you how to integrate a C Board Support as well as simulation configurations.
  • The Kernel Developer Guide introduces you to advanced concepts, such as partial updates and dynamic app life cycle workflows.
  • The Tutorials chapter covers a variety of topics related to developing with the MicroEJ ecosystem.
.. toctree::
   :maxdepth: 2
   :hidden:

   Glossary <glossary>
   overview/index
   ApplicationDeveloperGuide/index
   PlatformDeveloperGuide/index
   KernelDeveloperGuide/index
   Tutorials/index
   about