Hi,
We have an app (servlets, a few ejb's, many POJOa behind the scenes) that has a bunch of configurable parameters, which change from deployment to deployment (different users -> different needs...
Type: Posts; User: Lou Rayman; Keyword(s):
Hi,
We have an app (servlets, a few ejb's, many POJOa behind the scenes) that has a bunch of configurable parameters, which change from deployment to deployment (different users -> different needs...
i see - the copy of spring-core.dtd buried in the plugins directory is out of date. is there a safe way to upgrade it?
Hi,
I'm using Spring to connect to an old CORBA server, and I want to use the ORB.init method (the static factory method for obtaining the ORB) from XML.
The following XML snippet works fine:
...