Ok, I see them now, the properties are listed as private fields in abstractcontextsource source code here:...
Type: Posts; User: paadby; Keyword(s):
Ok, I see them now, the properties are listed as private fields in abstractcontextsource source code here:...
Hi,
In the following sample configuration file the ldapcontextsource bean is being instantiated with 4 properties.
<beans>
<bean id="contextSource"...
Anyone have any suggestions?
Hi,
I am trying to get a custom login page up and running with spring security 3.0. The page is a jsf page. I have tried to look for a solution on the intrenet, the closest thing I could find was:...
I understand the advantages of spring over EJB. I am trying to understand this scenario, say I develop an enterprise application entirely using spring's Ioc. At deployment time during resource...
Hi NK,
I did. I know how the two compare as technologies. But I couldn't find anything on how an ejb container is configured when a spring app that doesn't use it is deployed.
Hi,
Spring's documentation on Hibernate says that in production environments, transaction management must be done using JTA. Servers like websphere provide transaction management, is it advisable...
Hi,
I am going through spring's documentation, trying to understand the Ioc container.
If I choose to do so, can forgo the use of an server specific EJB container and have all my Data access and...