Skip to content
@aspectran

Aspectran

Aspectran Projects

Aspectran: A Concise and Powerful Java Application Framework

Aspectran logo

Overview

Aspectran is a lightweight, high-performance framework based on the JVM, designed to efficiently build everything from simple command-line tools to complex enterprise web services. It boasts fast startup times and a low memory footprint through minimal dependencies and optimized resource usage, making it ideal for microservices and cloud-native environments.

At its core, Aspectran emphasizes an intuitive POJO-centric programming model. By leveraging powerful enterprise patterns such as Inversion of Control (IoC), Dependency Injection (DI), and Aspect-Oriented Programming (AOP), it maximizes code modularity and reusability. A key strength is its Adapter Pattern for environment abstraction, which allows the same business logic to run without modification across various runtimes—whether it's a web server, a command-line shell, or a background daemon.

Ecosystem

The Aspectran organization provides a modular suite of projects to suit various application needs:

Core Framework

  • aspectran/aspectran: The primary repository containing the core IoC, AOP, and Activity-based request processing engine.

Starter Projects (Skeletons)

  • Aspectow: Full-featured Enterprise Edition starter.
  • Aspectow Light: Lightweight edition for fast, minimal setups.
  • Aspectow Jetty: Specifically pre-configured for the Jetty embedded server.

Sample Applications

  • ToDo Webapp: Standard MVC web application example.
  • JPetStore: Database integration demo using MyBatis.
  • Petclinic: Modern web app example using JPA and Thymeleaf.

Quick Start

The fastest way to experience Aspectran is by following our Getting Started with Aspectran. You'll be guided through setting up your development environment and creating your first application.

For deep technical insights, please refer to the full Documentation Index.

Resources


Thank you for your interest in Aspectran! We are excited to see the amazing applications you'll build.

Pinned Loading

  1. aspectran aspectran Public

    Aspectran is a lightweight, high‑performance framework for building both simple shell applications and large enterprise web services on the JVM.

    Java 13

  2. aspectow-appmon aspectow-appmon Public

    Aspectow AppMon provides an integrated view to observe logs and events of Aspectran-based application servers in real time.

    JavaScript

  3. aspectow-console aspectow-console Public

    Aspectow Management Console is a central control system for Aspectow-based applications, providing integrated Observability, Controllability, and Governance. While AppMon focuses on real-time monit…

    Java

  4. aspectow-demo aspectow-demo Public

    Aspectow Demo Site, a collection of reference applications for the Aspectran framework.

    Java

  5. aspectran-jpetstore aspectran-jpetstore Public

    Forked from mybatis/jpetstore-6

    A web application built on top of Aspectran and MyBatis

    Java 1

  6. aspectran-petclinic aspectran-petclinic Public

    Forked from spring-projects/spring-petclinic

    A sample Spring-based application

    Java

Repositories

Showing 10 of 23 repositories

Top languages

Loading…

Most used topics

Loading…