7. WeatherService.java
package com.apress.springrecipes.weather;
import java.util.Date;
import java.util.List;
public interface WeatherService {
Type: Posts; User: gillu4u; Keyword(s):
7. WeatherService.java
package com.apress.springrecipes.weather;
import java.util.Date;
import java.util.List;
public interface WeatherService {
3. temperature.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema attributeFormDefault="unqualified"
elementFormDefault="qualified"
...
Hi,
I am also facing same problem.
Server Side configuration:
1. web.xml
<servlet>
I am new to Spring as well as Spring Community.
I really appreciate if some one can help me in this regard.
I have a requirement of Exposing Spring beans to multiple users. They are local users and public users (public users access via Web service)
I have roles defined for each users, as the spring beans...