Hi I have Implemented a RESTful webservice using JBOSS-Rest Easy.
Each REST service has instance variable which provides service methods.
Does having instance variables make restful web services thread unsafe ?
Is there any thing else i need to do to make them ThreadSafe ?