collection « Web Service « Spring Q&A





1. Collections are not persisted, because Spring-Webapp set's Hibernate-Flush-Mode to Manual    stackoverflow.com

My Spring-3.0.5/Hibernate-3.3.0 webapp does not store collections. When creating a new persitent object with an asscociated collection, the object is persited, but the collection not. In a test-case all works well, ...

2. What is the difference between Collections from casted from a HashMap over entryset() and casted ArrayList for Jackson?    stackoverflow.com

I am developing a Spring Rest application. One of my methods is that:

@RequestMapping(method = RequestMethod.GET)
public @ResponseBody
Collection<Configuration> getConfigurationInJSON() {
    Collection<Configuration> confList = new ArrayList<Configuration>();
...
I fill my confList and send ...

3. autoscan a collection of services    forum.springsource.org

hi, all I think it is a common scenario, but I could find a clear answer/solution to it yet. Basically, I have a service interface with many different service providers. What ...

4. Lazy collections not "touched" in service    forum.springsource.org

Lazy collections not "touched" in service Hi everyone, I'am trying to deal with an issue since one week. I have a Service , say a class using one DAO. This class ...

5. Service Method Returns : Collection, Set, List or Array?    forum.springsource.org

Hi Guys I just wanted to gather some opinions on method returns for service objects. Do you think its better to return a Collection, List, Set or an Array? What are ...

6. Spring WS request and return collection of data    forum.springsource.org

Spring WS request and return collection of data Today is the first day that I started using Spring-WS after using the standard Spring container for almost 3 years now. It was ...

7. Possible to get ServiceReferences for referenced service collections?    forum.springsource.org

Hi heiko I did not use ServiceReference within DM, but actually one SR apply to one S, when you say the collection, sure you don't have the same way access the ...

8. Exporting collection of services    forum.springsource.org

Exporting collection of services Hi, I want to export more than one bean as an OSGi service under the same interface (and with the same properties). So now I have to ...

9. Importing a collection of services    forum.springsource.org

Importing a collection of services Hi Is it possible to reference all instances of a specific interface into a list? Let my try and rephrase it. I have: * An interface ...





10. Referencing a collection of services    forum.springsource.org

Referencing a collection of services I'm trying to experiment with osgi:list I have 3 bundles (A,B, and C). In bundleA I have an com.foo.InterfaceA and its implementation com.foo.InterfaceAImpl. In BundleB's applicationContext.xml ...

11. RESTful with Castor. Collection result is fine, but single result is very poluted    forum.springsource.org

Mar 21st, 2010, 01:06 PM #1 duduzerah View Profile View Forum Posts Private Message Junior Member Join Date Feb 2010 Location Blumenau, Santa Catarina Posts 13 RESTful with Castor. Collection result ...

12. Schema name conflict in collection. Spring-ws 1.5.9    forum.springsource.org

Schema name conflict in collection. Spring-ws 1.5.9 Hello! I created 2 xsds: foo.xsd Code: bar.xsd Code: