Ask questions and see you at February 5th, 8 pm CET: youtube.com/c/bienadam
Also checkout recent episode:
Please keep the questions as short and as concise as only possible. Feel free to ask several, shorter questions. I will also cover some questions in my "shorts" youtube.com/@bienadam/shorts between the shows.
Upcoming airhacks.tv events are also going to be announced at meetup.com/airhacks
New: the airhacks.tv discord server: discord.gg/airhacks
Hello Adam,
WASM peeked my attention again and one of the key feature it has is the ability to limit a module external endpoint (ie: the functions you give access to the module).
Is there such feature around Java like loading a JAR dynamically (this I know is possible with class loaders) but limiting heavily the classes it may load or the methods it may call ?
If instead of full servers, we could just have managed running JVMs that could load a JAR for this request, call its methods and then dispose of it, it could be made a efficient Java FaaS platform.