| Author |
Question regarding debugging different types of applications
|
jerry Bal
Greenhorn
Joined: Aug 20, 2009
Posts: 3
|
|
Hi Paul,
Our organization deals in developing and maintaining a wide variety of applications ranging from web services, SOA applications, swing applications, EJB applications (Legacy code with no documentation available ), ruby on rails applications, Struts applications .. and so on .
I was just wondering if you have explored different ways of debugging which are more suitable for different types of enterprise applications.
Thanks and All the best for your book !!
Raj
|
 |
Michael Sullivan
Ranch Hand
Joined: Dec 26, 2003
Posts: 235
|
|
I'm curious about this as well, mainly because RoR has such a strong test suite built into the framework - that it has a huge leg-up vs. struts or EJB applications.
Raj, I'm also curious as to whether you use Ruby to test your Java code?
|
 |
Paul Butcher
author
Ranch Hand
Joined: Nov 26, 2009
Posts: 41
|
|
Raj,
There is certainly some discussion in the book of techniques which are particularly applicable to certain classes of applications, but this isn't its main focus. What I primarily discuss is the debugging process and the mental tools that are appropriate for debugging any kind of software. For specific techniques for (say) Struts or Ruby on Rails, I'm afraid that you will probably have to look elsewhere.
|
paul.butcher->msgCount++
Author of Debug It!: Find, Repair, and Prevent Bugs in Your Code
|
 |
 |
|
|
subject: Question regarding debugging different types of applications
|
|
|