[macker-user] Evaluation questions
Brought to you by:
barredijkstra,
melquiades
From: Pablo M. S. <pab...@gm...> - 2008-09-05 11:02:12
|
Hi, Im looking for a tool to make that gives me some way to evaluate my architecture. The kind of rules I want to define are: - all classes of type *DaoImpl must extend BaseDao and implement their own interface (FooDaoImpl must implement FooDao for example) - all classes of type *ServiceImpl cant use *POJO classes - All classes of type *ServiceImpl can use *Dao but not *DaoImpl - all methods defined in *Service and *ServiceImpl can only throw ServiceException - all methods defined in *Dao and *DaoImpl can only throw DataBaseException Can macker do this? Thanks in advance |