Questions tagged [aot]

In Microsoft Dynamics AX, application objects are defined in the Application Object Tree (AOT) and are instantiated at runtime. The AOT also contains application resources, references, and documentation. This section describes the AOT and its contents, how to use the AOT to define application objects, and how to import and export definitions of application objects.

In Microsoft Dynamics AX, application objects are defined in the Application Object Tree (AOT) and are instantiated at runtime. The AOT also contains application resources, references, and documentation. This section describes the AOT and its contents, how to use the AOT to define application objects, and how to import and export definitions of application objects.

More information on MSDN:

http://msdn.microsoft.com/en-us/library/gg840931.aspx

349 questions
-1
votes
1 answer

GraalVM security of ahead of time compilation (AOT)

I apreciate head of time compilation of bytecode into native code, but doesn't it reintroduce security issues? E.g. isn't it missing runtime checks like checks for array bounds? Okay if you compile trusted Java code it probably will not do anything…
user573215
  • 4,679
  • 5
  • 22
  • 25
-1
votes
1 answer

Angular 6 : ng build --aot

When I upgrade to angular 6 I recieve this error in visual studio. How to fix it? in this line : Look here: ng build --aot
-2
votes
0 answers

Can I use an AOT compiler to compile Minecraft game into an EXE file?

Minecraft JE (Java Edition) needs JVM to run. Is it possible to compile it into an EXE file via AOT compiler of GraalVM? If possible, how should I do? I installed GraalVM and native-image tool but I don't know the main class of Minecraft.
-3
votes
2 answers

I am in quest of a less trivial example of java / clojure interop

Does anybody want to answer my question linked here how-to-pass-a-typed-collection-from-clojure-to-java , by providing a clear example, for the rest of us who are trying to sneak clojure in their existing java stack?
user258030
  • 399
  • 3
  • 10
1 2 3
23
24