posted 16 years ago
In HFSJ. at page 80(Chapter 3.Mini MVC tutorial), the specs for the model class is given as:
The specs for the model:
-its package should be com.example.model.
-its directory structure should be /WEB-INF/classes/com/model
shouldn't the directory structure be /WEB-INF/classes/com/example/model ?