资 源 简 介
StrutsTool
A Struts2 command-line tool for creating projects, controllers, models and views without too much effort and XML configuration.
Why?
Well, I had no choice but to use Struts2 to develop web applications. So, I decided to make it as painless as possible.
This tool is meant to reduce as much as possible the configuration of applications, replacing it with convention.
Features
Basic project structure generation
Generates the basic structure to get started developing with Struts, Hibernate + Validator, Tiles and jQuery.
Command: $ ./strutstool new project [project name] [project package]
Entity Scaffolding
What it generates:
* Model entity (POJO)
* POJO basic validation (AntiXSS and NotNull)
* Lucene Search Annotations in POJO (new)
* Hibernate Mapp