Aspectran Guides

Guides

Here are some related documents and usage examples to help you learn and get started with Aspectran.

Documents

Here are some related documents to help you learn and get started with Aspectran.

Aspectran Parameters Object Notation

APON을 소개합니다.

APON은 JSON(JavaScript Object Notation)을 개량했기 때문에 JSON과 비슷한 표기 형식을 가지고 있고, 사람이 읽고 쓰기에 용이하며, 구조화된 형식의 데이터 교환을 위한 새로운 표기법입니다. 주로 Aspectran의 설정 값을 Object로 변환하기 용도로 사용되고 있습니다. Read More ›

Aspectran Parameters Object Notation

XML을 APON으로 변환 Sample

Aspectran은 내부적으로 XML을 APON으로 변환 또는 APON을 XML로 변환해서 사용하는 기능을 가지고 있습니다. 반복적으로 XML 데이터를 로딩하는 부분을 APON으로 교체하면 서버의 부하를 줄이고, 개발시간을 단축할 수 있습니다. Read More ›

Examples

Here are some examples to help you learn and get started with Aspectran.

Aspectran Hello World Example

Let's create a Hello World application with Aspectran. Read More ›

Building a RESTful Web Service

A sample page that uses RESTful web services using HTTP support methods such as GET, PUT, POST and DELETE. Read More ›