Sunday, April 25, 2010

Beware when using statics in Java Web Services

static members can be very dangerous when used in Java Web Services. Since you get just one instance unknowingly you might share a common object or variable or worse introduce cross-talk between two or more callers

No comments:

Post a Comment

Thank you for your feedback