It's not a secret anymore!
The moose likes Struts and the fly likes Question about  the book : 'Art of Java Web Development' Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Question about  the book : Watch "Question about  the book : New topic
Author

Question about the book : 'Art of Java Web Development'

Deepa Krishnan
Greenhorn

Joined: Dec 21, 2003
Posts: 5
Hello Mr. Ford,
I went through the index of your book 'Art of Java Web Development' and found the listings quite interesting.
I was wondering if your book explains how to optimize the java code and when to select a particular framework over the other.
Most of the books do explain all frameworks or technology in detail but hardly offer a justifying comparison , giving examples of real-life projects, on how to handle a particular situation during the project life cycle.
Thanks
Deepa
Neal Ford
Author
Ranch Hand

Joined: Oct 23, 2003
Posts: 82
Deepa -
I was wondering if your book explains how to optimize the java code and when to select a particular framework over the other.
Most of the books do explain all frameworks or technology in detail but hardly offer a justifying comparison , giving examples of real-life projects, on how to handle a particular situation during the project life cycle.

I devote an entire chapter to real-world comparisons between frameworks, to help the reader build a good comparison criteria. One of the strengths of my book is that is does cover multiple frameworks, and compares them on equal ground, which is a fairly unique approach.
I was wondering if your book explains how to optimize the java code

I also have a chapter on performance tuning, which covers both how to measure performance and to enhance it. The chapter on Resource Management covers how to effectively tune your web applications for higher scalability and/or performance.


Neal Ford<br />Author, <i>Art of Java Web Development: Struts, Tapestry, Commons, Velocity, JUnit, Axis, Cocoon, InternetBeans, WebWork</i><br /><a href="http://www.nealford.com" target="_blank" rel="nofollow">www.nealford.com</a>
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Question about the book : 'Art of Java Web Development'
 
Similar Threads
Question for Mr.Neal Ford
Feeling Sleepy in the office
Difference between Model1 and Model2
Webwork in Art of Web Development
Welcome Neal Ford!