Architectural layers in Java web application

I am developing a java web application and am trying to follow some patterns like dao/dto. At the moment i am thinking about such base architecture layers: I ran into some questions regarding the ...