I’m planning to implement Observer pattern and Decorator pattern in a play application. Now, is there any convention for package naming? Where can I store my Interfaces, Abstract Classes.
I’ve searched for it but didn’t get any suitable result.
Thanks in advance.
As long as your controllers, models and views are in the correct packages (see “The MVC application mode” in http://www.playframework.org/documentation/1.2.4/main), you can have any other packages that you want. If you want something a bit more traditional, you can do something like