what does context mean with respect to a web-container / a web application ?
what does Context cont = new InitialContext()
initialize ?
what does context mean with respect to a web-container / a web application ?
what does Context cont = new InitialContext()
initialize ?
Usually a context will specify object mappings that are specific to your environment -- You may have a production
context
refer to a different jdbc configuration than a testcontext
This will initialize an empty environment