share « Core « Spring Q&A





1. Exclusive command group with shared commands    forum.springsource.org

Exclusive command group with shared commands Hi, I'm trying to create an exclusive command group (I want one command to be checked when selected) with shared commands but I'm getting an ...

2. Multiple Applications share resources.    forum.springsource.org

Multiple Applications share resources. I have one spring application that currently serves up web pages as well as processes large files. I would like to separate the file processing part of ...

3. Sharing singleton with prototype - Possible?    forum.springsource.org

Sharing singleton with prototype - Possible? All, I have a requirement where two business classes should share the same value object. And these two business classes should be instantiated one per ...

4. New to Spring: Deploying to shared environment    forum.springsource.org

New to Spring: Deploying to shared environment Hi all, I'm new to Spring, been doing Java business logic for two years. But this entire framework is very much new to me. ...

5. JUnit 4 Test Support - Sharing Container across Fixtures?    forum.springsource.org

JUnit 4 Test Support - Sharing Container across Fixtures? Hi there, using SpringJUnit4ClassRunner, a container is started and all the test methods in the Test-Class are run in this container. A ...