Skip to content

alina-yur/native-modern-java-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern Java in Action

A repository for my live-coding talk Modern Java in Action.

Each step is its own commit. Check them out to see here what needs to be done.

Modern Java in Action Meets GraalVM 🚀

Build a native app (this will leverage the Native Maven Plugin):

mvn -Pnative package

Run the native app and pass the github page you want to crawl and the preferred crawl depth, e.g.:

./target/native-modern-java "https://github.com/oracle/graal/issues/7626" 5

About

Modern Java in Action But Make It Native :)

Resources

License

Stars

Watchers

Forks

Languages

  • Java 96.9%
  • CSS 3.1%