资 源 简 介
An experimental web framework that maps a GET or POST request (View or Action) to a corresponding controller (EasyPea). The mapping is achieved using annotations, and the response presented using velocity templates.
Its aim is to provide a very straight forward and rapid approach to Java based web development, with minimal constraints and good separation between business logic and presentation.
Initially a potential tool for prototyping and education, and I feel it has future potential as the basis for an elegant REST framework.