質問

I am trying to find a book which contains information and best practices in software development and design. More specifically I need a book which talks about how each layer talks to other layers, for example how the logic layer of the server talks to the data access layer and vise versa, or what information should the client application send to the server and how to do this.

Mainly I would like it to be for Java development but it doesn't really matter.

役に立ちましたか?

他のヒント

Code Complete

written by Steve McConnell. I think it will be helpful.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top