|
I suppose it is because the entire purpose of the
J2EE spec is to get rid of conditional logic based on a vendor's app
server. On the app servers I deal with the underlying concrete classes
implementing interfaces like HttpRequest are actually vendor provided. You
could use instanceof checks, type cast, and then use whatever non-J2EE features
you want to on the vendor implementations.
Taylor
|
- getServerInfo() - not standardized ? Mark Simms
- Re: getServerInfo() - not standardized ? Craig R. McClanahan
- RE: getServerInfo() - not standardized ? Taylor Cowan
