Search:

Type: Posts; User: jgarrison; Keyword(s):

Search: Search took 0.01 seconds.

  1. Serve static resources from Apache HTTPD but authorize with Spring Security?

    I'm building (for my own education, partially reinventing the wheel), a photo album site, using Spring. The architecture calls for multiple users who will have access to only some albums, and...
  2. Replies
    1
    Views
    313

    ApplicationContext Hierarchy

    In a web application, when you have multiple separate contexts, for example a global context loaded by a Listener and several servlet contexts, what are the rules governing how the parent-child...
  3. Here's one. In...

    Here's one. In http://blog.springsource.org/2011/01/04/green-beans-getting-started-with-spring-mvc/, the Comparator implementation is:


    package xyz.sample.baremvc;

    import...
  4. Where to post issues with Green Beans tutorials?

    I found one minor code problem and some spelling errors in the "Getting Started with Spring MVC" tutorial... I didn't see a Jira bucket for issues of this type. Where should I report these?
  5. Is this a permanent requirement, or just a...

    Is this a permanent requirement, or just a stopgap until the next Spring release?
  6. Spring3 NoClassDefFoundError aopalliance/.../MethodInterceptor tx:annotation-driven

    One of our bean definition XML files contains


    <tx:annotation-driven/>

    which causes a NoClassDefFoundError looking for "org/aopalliance/intercept/MethodInterceptor". Removing the...
Results 1 to 6 of 6