Thursday, 5 September 2013

How can I set multiple action root packages in Jodd Madvoc?

How can I set multiple action root packages in Jodd Madvoc?

I would like to be able to have multiple root packages, e.g.:
/data --> com.foo.module.data.actions
/asset --> com.foo.module.asset.actions
/users --> com.foo.module.users.actions
etc...
Project is split in modules and each module has unique root path, but not
the same parent package.

No comments:

Post a Comment