Question

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.

Was it helpful?

OTHER TIPS

Code Complete

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top