Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Examples/J2ME

< EclipseLink‎ | Examples
Revision as of 13:31, 27 October 2010 by Michael.obrien.oracle.com (Talk | contribs) (Reconfigurable Computing)

Integrating EclipseLink JPA with a Hardware Platform

Java 2 Micro Edition

This section describes options for architecture aware development where details of the underlying hardware may be significant enough to reach the persistence layer.

Reconfigurable Computing

  • Embedded JVM on custom ASIC or FPGA.
  • Jazelle enables ARM 9E chips to run Java bytecode in hardware - mostly for J2ME not JEE.

References

Back to the top