I needs to check 3 more attributes like department, designation etc. The required attributes will be defined along with role in an external XML file.
Antony
Type: Posts; User: antonypaul; Keyword(s):
I needs to check 3 more attributes like department, designation etc. The required attributes will be defined along with role in an external XML file.
Antony
Hi all,
Both ConfigAttribute and GrantedAuthority represent a role of a user. Then why Acegi has two interfaces to represent it?. I need to provide a custom role implementation and I am planning...
Thanks Costin. I moved xercesImpl.jar and xml-apis.jar out of Ant lib directory and now it is working fine.
rgds
Antony Paul
It is a simple HelloWorld standalone application. Run using Ant 1.6.2.
I am using Sun JDK 1.4. So by default it should take the system provided classes right.
rgds
Anto Paul
Hi all,
I am trying to run a HelloWorld application using Spring 1.1 rc2. I tried to load bean file like this
BeanFactory factory = new XmlBeanFactory(new ClassPathResource("helloworld.xml"));...
Hi all,
I am entirely new to Spring. I am a web developer currently working with Struts based applications. I am looking more help from the framework in writing application. Struts is of no use...