How to get real httpServletRequest and response as servlet programming?

Short answer: You can't do this Long answer: If it is a good written library it doesn't depends to hard on the servlet engine so you can write some code which makes the functionality work in play. Specially it should be stateless! If it is a closed source jar, I think you have no chance.

Short answer: You can't do this. Long answer: If it is a good written library it doesn't depends to hard on the servlet engine so you can write some code which makes the functionality work in play. Specially it should be stateless!

If it is a closed source jar, I think you have no chance.

If you have a JAR that depends on the httpServletRequest then you can look at loading it in a standard HTTP Servlet Filter and deploying Play via the play war command. This will let you specify your filter in the web.xml. From there you can look at ways of interacting with Play (eg.

Passing values retrieved from the operations of the jar). What does this jar do? I've done exactly this sort of thing with the Jespa library that provides NTLM.

I have a filter that intercepts the HTTP request. Does it's Jespa magic and passes the results to Play via HTTP Headers. Have a good read of the Play Deployment Options in the docs - especially the custom web.

Xml section.

You can read this blog post from the Play! Framework author (search for Why there is no servlets in Play). He answers your questions in a very clear and convincing way.

Real httpservletrequest is gotten (without quotes):. Get real httpServletRequest.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions