Versed in Flash ActionScript, primarily in interactive website and game design/programming .
Experienced in Flash/Flex based new media design, customized online solutions with innovative concepts, high impact websites through creative technologies.
7 years of software development and OOD experience C, C++ and 3D Graphics programming
Versed in full-life cycle skills, including requirements analysis, modeling, object-oriented analysis ,OOP, deployment, maintenance, and refactoring using UML
Wednesday, January 4, 2012
disable caching for Java servlet
// Set standard HTTP/1.1 no-cache headers. response.setHeader("Cache-Control","private, no-store, no-cache, must-revalidate");
// Set standard HTTP/1.0 no-cache header. response.setHeader("Pragma","no-cache");
No comments:
Post a Comment