Mark Spritzler wrote:Real World examples is a vague term. Having read the entire book in the MEAP program I can tell you the examples are very thorough and match similar things you might do in a real application. But it can never be overly complex because typically each example is demoing a certain aspect of Spring Integration and making it have more than that would make the book confusing.
If I recall correctly, all the source code used in the book is downloadable.
Mark
Anthony Aj Williams wrote:
Hendy Setyo Mulyo wrote:
I want to know whether this book explain C++ concurrency in Windows environment or other OS environment?
Is there any difference between concurrency technique in Windows environment or other OS environment (e.g. Linux)?
There is nothing in the book that is specific to Windows or Linux or any other OS.
If you use the C++11 concurrency facilities then there is no difference between Windows and Linux; the difference comes in additional libraries and facilities that you use, especially GUI libraries.
vinoth ar wrote:hi friends..
here i tried to write program to download a jpeg image from folder Resource folder. it is downloading a jpeg image as ordinary file with 0 bytes. with name of file as dload(servlet name). i couln`t trace the logical could you correct me..