
Aspectran 사용의 실제 사례
https://github.com/aspectran/aspectow-appmon
Aspectow AppMon provides an integrated view to observe logs and events of Aspectran-based application servers in real time.
Aspectran 사용의 실제 사례
https://github.com/aspectran/demo-app
이 사이트는 권장 모범 사례에 따라 Aspectran 응용 프로그램을 개발하는 방법을 보여주기 위해 만든 참조 응용 프로그램 모음입니다.
Aspectran 사용의 실제 사례
https://github.com/aspectran/aspectran-jpetstore
JPetStore는 MyBatis 3, Aspectran 6 위에 구축된 완전한 웹 애플리케이션입니다.
A full-stack sample web application built on top of Aspectran 8
https://github.com/aspectran/aspectran-petclinic
The goal of the PetClinic Demo App is to provide and demonstrate a sample web application that leverages Aspectran and JPA.
Aspectran Parameters Object Notation
APON은 구조화된 형식의 데이터를 교환하기 위해 새롭게 개발된 표기법이며, JSON과 비슷한 표기 형식을 가지면서도, YAML처럼 사람이 읽고 쓰기에 더 용이한 특징을 가집니다. Read More ›
Aspectran Parameters Object Notation
Aspectran은 내부적으로 XML을 APON으로 변환 또는 APON을 XML로 변환해서 사용하는 기능을 가지고 있습니다. 반복적으로 XML 데이터를 로딩하는 부분을 APON으로 교체하면 서버의 부하를 줄이고, 개발시간을 단축할 수 있습니다. Read More ›
Aspectran Expression Language
AsEL은 Aspectran Expression Language의 약자로, Aspectran 프레임워크에서 객체가 가진 값을 동적으로 평가하기 위해 사용되는 표현 언어입니다. Read More ›
Aspectran Beans
Aspectran은 강력한 DI 개념을 기반으로, 경량성과 속도라는 자신만의 독자적인 가치를 구현하고 있습니다. Read More ›
Aspectran Beans
Aspectran Beans에 대한 실용 가이드는 빈의 정의, 생명주기, 스코프 및 효과적으로 관리하는 방법을 이해하는 것입니다. Read More ›
Getting Started
Let's create a Hello World application with Aspectran. Read More ›