Brandon Mercer wrote:

Larry Meadors wrote:

On Tue, 1 Feb 2005 21:09:46 +0100, PA <[EMAIL PROTECTED]> wrote:


Static inner classes, static. Those are simply an extension of the
namespace. Contrast this with the sorry freak of nature which are plain
inner classes.


HAHAHAH! I just inherited some code with a pile of inner classes, and
I have to say I agree with you on that "sorry freak of nature"
comment. Still not sure I dig static ICs, but am willing to give them
the benefit of the doubt...for now.

Larry

I was able to figure out what I was doing incorrectly. After reading through chapter 14 of Husted's book Struts in Action, I had two things jump out at me.

1) all your applications want to say is "I have this piece of data;take care of it for me"... when it should say "this is what I have, this is what I want"

2) That I have mixed my business and integration layers into my SQL statements.

Thanks to all for their help. This list does great when it comes to helping newbies, pro, and everyone in between (like me ). Brandon

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to