when should I question a technical business requirement?

Main menu:

Topics

Recent Posts

Blog

 

August 2009
M T W T F S S
« Jul   Sep »
 12
3456789
10111213141516
17181920212223
24252627282930
31  

Past Posts

Java/J2EE

JDBC

Other

Archive for August, 2009

memory profiling with jvisualvm

August 24th, 2009 by Jeanne Boyarsky

I’ve been meaning to blog about jmap/jvisualvm for a while, but this JavaRanch question finally prompted me to do so. My goal was to see where the memory was going in our JForum installation at JavaRanch. This was a one time thing, so I decided to see if I could do so without JProbe.   A [...]

how to test a local web application in blackberry simulator

August 16th, 2009 by Jeanne Boyarsky

Surely there must already be a tutorial on this, but I didn’t see one.  I did see this information scattered amongst various places.  So here it is in one place. My goal Make JavaRanch’s JForum implementation more mobile friendly.  It’s not too bad on the iPhone because the iPhone has a better browser.  On the [...]

when should I question a technical business requirement?

August 2nd, 2009 by Jeanne Boyarsky

My other blog entry “what is a business requirement” covers what is a technical business requirement.  Some such requirements are fine as the customer really does know what he/she needs and is trying to save time.  Or the customer wants the system to be similar to another one.  (In which case that fact should be [...]