
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(JavaScript Object Notation)을 개량했기 때문에 JSON과 비슷한 표기 형식을 가지고 있고, 사람이 읽고 쓰기에 용이하며, 구조화된 형식의 데이터 교환을 위한 새로운 표기법입니다. 주로 Aspectran의 설정 값을 Object로 변환하기 용도로 사용되고 있습니다. Read More ›
Aspectran Parameters Object Notation
Aspectran은 내부적으로 XML을 APON으로 변환 또는 APON을 XML로 변환해서 사용하는 기능을 가지고 있습니다. 반복적으로 XML 데이터를 로딩하는 부분을 APON으로 교체하면 서버의 부하를 줄이고, 개발시간을 단축할 수 있습니다. Read More ›
Getting Started
Let's create a Hello World application with Aspectran. Read More ›
Getting Started
A sample page that uses RESTful web services using HTTP support methods such as GET, PUT, POST and DELETE. Read More ›