I'm editing an Action class in struts. I don't know anything about struts. Am I to assume that my code has to be thread-safe ?
D.
Jason Menard
Sheriff
Joined: Nov 09, 2000
Posts: 6450
posted
0
Originally posted by Don Kiddick: I'm editing an Action class in struts. I don't know anything about struts. Am I to assume that my code has to be thread-safe ?
D.
Yes. The same rules apply to Struts as with Servlets.