OSAF 1.0.0 M1 배포합니다.
Introduction
- 2008년 10월 23일 1.0.0 첫번째 마일스톤 버전을 배포합니다.
release note.
- convention
- DAOs find a domain class by default convention.
- Controllers find a domain class by default convention.
- later version support more convention.
- enumeration
- support enumeration by AbstractType and Pair.
- data
- provide GenericDao and HibernateDao interface.
- provide HibernateDao implementation, HibernateGenericDao.
- support page navigation by OrderPage and PageSize class.
- service
- provide BaseService interface.
- provide GenericService implementation, GenericService.
- provide a context-aware BaseSrvice, ContextGenericService.
- web
- provide BaseController interface.
- provide BaseController implementation, GenericController.
- provide a context-aware BaseController, ContextGenericController.
- propertyeditor
- support ProperyEditor by AbstractGenericPropertyEditor.