---
type: archive
area: archive
status: archived
date: 2026-05-03
created: 2026-05-03
updated: 1980-01-01
tags:
  - archive
---
### Cloud Requirements:

![[img-20240819-183725-dde8e151.png]]

![[img-20240819-184110-64371f67.png]]

- Helidon allows us to create server side java applications based open source technologie stack and java Micro Profile . It can also run in java SE or Java Micro Profile server.

##### Deploy Java EE applications:
	- Ear contain war and jars its the component that will be deployed based  on JAVEE server
	- Can deploy multiple applications tothe same Java EE server

##### Deploy Java SE/MP Applications:
- Packages as Jar
- packaged as Jlink
- Server are launched from the application code, application make it self available from her source code

##### Using GraalVM

- Allows us to better utilize the memory 
- Try to add some improvements and optimizations above JVM.
- It improve performance.
- It can execute code in multiple programming language 

![[img-20240819-190106-370ea630.png]]

- To use with Java +17
- Options operation ins rust API retrieves metadata like options means which  opeation tha rest api support.

![[img-20240819-192419-7e11e13e.png]]
