Re: AW: AW: Struts Approach

2005-02-26 Thread Craig McClanahan
On Sat, 26 Feb 2005 06:24:06 -0700, Larry Meadors <[EMAIL PROTECTED]> wrote: > On Sat, 26 Feb 2005 14:13:59 +0100, <[EMAIL PROTECTED]> wrote: > > Hmm, i thought it's more or less standart for interfaces in the advanced > > java community... > > > > Baloney. > > HttpServletRequest? HttpServletResp

Re: AW: AW: Struts Approach

2005-02-26 Thread Larry Meadors
On Sat, 26 Feb 2005 14:13:59 +0100, <[EMAIL PROTECTED]> wrote: > Hmm, i thought it's more or less standart for interfaces in the advanced > java community... > Baloney. HttpServletRequest? HttpServletResponse? ResultSet? List? No leading "I" on any of those. I am unaware of any interfaces in

AW: AW: Struts Approach

2005-02-26 Thread Leon Rosenberg
Hmm, i thought it's more or less standart for interfaces in the advanced java community... But you can of course drop any points to the kind of the class like "Service" "Factory" "DAO", "Action", "Bean" and the poor "Abstract" and "I" this will sure make it more readable... And it's not hun

AW: AW: Struts Approach

2005-02-26 Thread Leon Rosenberg
Hmm, i thought it's more or less standart for interfaces in the advanced java community... But you can of course drop any points to the kind of the class like "Service" "Factory" "DAO", "Action", "Bean" and the poor "Abstract" and "I" this will sure make it more readable... And it's not hun