Skip to content

aspectran/gs-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

450 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aspectran Hello World Example

This is a simple "Hello World" example to demonstrate the basic features of the Aspectran framework. It shows how to create a simple translet that prints a message to the console.

asciicast

About this Example

This project is a minimal, runnable application that showcases the core concepts of Aspectran in a command-line environment. It is a great starting point for new users who want to understand how Aspectran works.

Requirements

  • Java 21 or later
  • Maven 3.9.4 or later

How to Run

  1. Clone the repository:

    git clone https://github.com/aspectran/gs-hello-world.git
  2. Navigate to the project directory:

    cd gs-hello-world
  3. Build the project with Maven:

    mvn clean package
  4. Run the application using the Aspectran Shell:

    cd app/bin
    ./shell.sh
  5. Execute the "hello" translet: Once inside the Aspectran shell, you can run the pre-defined translet:

    >> hello
    

    This will execute the hello translet, which is configured to print "Hello, World!".

License

This project is licensed under the Apache License 2.0.

About

Aspectran Hello World Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors