You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by Matthew Broadhead <ma...@nbmlaw.co.uk> on 2018/06/10 09:19:22 UTC

GraalVM

out of interest has anyone tried to create a native image of TomEE using 
GraalVM?

Re: GraalVM

Posted by "Jonathan S. Fisher" <ex...@gmail.com>.
I think the biggest setback from GraalVM right now will be that it doesn't
support reflection, which nearly every application container and DI
framework uses heavily.

If you want to do something like DI and create native images, you might
look into https://google.github.io/dagger/ which does compile-time DI and
my guess would be more compatible with GraalVM.

If you do have any progress, post back here! We'd love to hear both good
and bad success stories.

On Sun, Jun 10, 2018 at 5:17 AM Romain Manni-Bucau <rm...@gmail.com>
wrote:

> No and GraalVM doesn't support enough of java yet for EE. Will come ;)
>
> Romain Manni-Bucau
> @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> <https://rmannibucau.metawerx.net/> | Old Blog
> <http://rmannibucau.wordpress.com> | Github <
> https://github.com/rmannibucau> |
> LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
> <
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> >
>
>
> Le dim. 10 juin 2018 à 11:19, Matthew Broadhead <
> matthew.broadhead@nbmlaw.co.uk> a écrit :
>
> > out of interest has anyone tried to create a native image of TomEE using
> > GraalVM?
> >
>


-- 
Jonathan | exabrial@gmail.com
Pessimists, see a jar as half empty. Optimists, in contrast, see it as half
full.
Engineers, of course, understand the glass is twice as big as it needs to
be.

Re: GraalVM

Posted by Romain Manni-Bucau <rm...@gmail.com>.
No and GraalVM doesn't support enough of java yet for EE. Will come ;)

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>


Le dim. 10 juin 2018 à 11:19, Matthew Broadhead <
matthew.broadhead@nbmlaw.co.uk> a écrit :

> out of interest has anyone tried to create a native image of TomEE using
> GraalVM?
>