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.
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.
- Java 21 or later
- Maven 3.9.4 or later
-
Clone the repository:
git clone https://github.com/aspectran/gs-hello-world.git
-
Navigate to the project directory:
cd gs-hello-world -
Build the project with Maven:
mvn clean package
-
Run the application using the Aspectran Shell:
cd app/bin ./shell.sh -
Execute the "hello" translet: Once inside the Aspectran shell, you can run the pre-defined translet:
>> helloThis will execute the
hellotranslet, which is configured to print "Hello, World!".
This project is licensed under the Apache License 2.0.
