I am using NetBeans. I have create JAVA project. In that i am not able to import “javax.servlet.http.HttpServletRequest”
In my Web Project i am able to import it.
Can any one please tell me how can i Add that in my JAVA Project?
How can i access HttpServelrtRequest object in JAVA? My Web Project is using JAVA Project. And i want to access the Current users's Role from Web Project To Java Project.


Reply With Quote
