Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    617

    Auto-wire a set of beans?

    Folks;

    not sure how newbie'ish or stupid this question seems, I haven't so far found a straightforward way of doing what I want so I'm back here. Basically, my structure is like this:

    * I do...
  2. Replies
    4
    Views
    1,552

    Hi there; and first off, thanks a bunch for...

    Hi there;

    and first off, thanks a bunch for your response, greatly appreciated.



    I will definitely try this in order to ease our task configuration in other parts of the system, but then...
  3. Replies
    4
    Views
    1,552

    background threads in Spring application?

    Folks;
    currently I try integrating Apache CouchDB change notifications into our Spring webapp. The idea, generally, is to have a long-running HTTP GET request to the CouchDB backend from some Java...
  4. Replies
    2
    Views
    467

    Hi Marten; and thanks for your comment on...

    Hi Marten;

    and thanks for your comment on that. Indeed, I figured out that a mis-configured set of applicationContext.xml / servlet specific -servlet.xml files and <import> directives used to...
  5. Replies
    2
    Views
    467

    three instances of "singleton" bean?

    Folks;

    hmmm, stunned at the momemt, maybe I completely misunderstood something, but the current behaviour of my application is not as expected. Situation: I have a bean defined like this...


    ...
  6. Replies
    11
    Views
    10,323

    maven2 repositories?

    Folks;

    not sure whether this does or doesn't belong here (apologies if the latter might apply): At the moment we're using Spring 2.5.6 in a couple of our projects built using maven2, having Spring...
  7. Hi Richard; as far as I am concerned, I...

    Hi Richard;



    as far as I am concerned, I have seen two approaches to resolving this:

    (a) As someone on the glassfish mailing list recommended, I wrapped up the EJB access into some getter...
  8. Replies
    3
    Views
    4,452

    Wow, old message... Adding myself to it...

    Wow, old message... Adding myself to it nevertheless as I am experiencing the same problem (Glassfish v 2.1, Spring 2.5.6):

    - Having a MessageListener implementation running in my Spring...
  9. Replies
    0
    Views
    1,200

    caching and SpringBeanAutowiringSupport?

    Folks;

    about to introduce caching to some part of our system, I've made it halfway through [1] and found things overally to be rather straightforward, to eventually still come to some kind of...
  10. Spring webapp, EJB backend redeployed: NoSuchEJBException?

    Folks;

    maybe an obvious thing I ran into: Having a Spring/MVC based webapp built against a couple of backend services being stateless EJBs, things work pretty good - except for having the backend...
  11. Replies
    0
    Views
    964

    auto-start embedded Derby DataSource?

    Folks;

    so far I have seen a lot of goodness about Spring DataSource configuration involving virtually any kind of driver, however in one situation now I am not sure whether I just missed...
  12. Controller, binary-download and error message?

    Folks;

    using a @Controller implementation plus a corresponding method to send binary data to the client (stuffing them to the HttpServletResponse output stream, returning "null" from the method),...
  13. Replies
    4
    Views
    5,517

    Spring in EJB module: How to "start context"?

    Folks,
    maybe a little strange a question, nevertheless: We do have a bunch of (jar) components built centered around Spring, and some of them should be embedded into EJB jar modules deployable to...
  14. Replies
    0
    Views
    719

    serviceURL for same-host-remoting

    Folks;

    so far still I use Spring Remoting along with Hessian to make applications communicate with each other, which is a pleasant thing while they are living in a distributed environment. However...
  15. Replies
    2
    Views
    3,910

    MBeans in glassfish?

    Folks;

    has anyone out here so far bothered trying to use MBeans together with the glassfish application server? So far, I have found the Spring MBeans facility to be too convenient and accessible...
  16. Aaah, I see. So at this point I can safely go for...

    Aaah, I see. So at this point I can safely go for the "wildcard" solution to capture everything not HTML. Gonna check this out as well... Is an approach similar to that also possible while doing...
  17. Yes, right, that was my initial intention. :) But...

    Yes, right, that was my initial intention. :) But indeed looking at it I guess that making the html/non-html decision placed in the RequestMapping method could eliminate the need to have a...
  18. Marten; Yes, that's the conclusion I found...

    Marten;



    Yes, that's the conclusion I found while pondering this issue on my way home, as well...



    Well yes, introducing another level of redirection to the controller seems to address...
  19. Marten; first off, thanks loads for your hints...

    Marten;

    first off, thanks loads for your hints on that; indeed so far I haven't considered the idea of using a ViewResolver for that but, looking closely, it seems definitely reasonable. However,...
  20. RequestMapping, "non-matchers", regular expressions?

    Folks,

    not sure whether this is possible / intended to be done at all: So far, for a given purpose I do have a setup like that in a Spring Web application:

    (1) /content/* -- mapped to Springs...
  21. Hmmm, as I supposed, unable to see the obvious....

    Hmmm, as I supposed, unable to see the obvious. Thanks a bunch for pointing me there. :)
    Kristian
  22. annotation-configured controllers and handler-mappings?

    Folks,

    to play around with things a little, I tried to follow this part of the reference documentation trying to attach a HandlerInterceptor instance to my application, initially just to do dumb...
  23. Replies
    0
    Views
    727

    local inter-context communication?

    Folks,

    possibly a question rather stupid: In the midst of moving some of our Spring enabled apps to a single server, I am about to cut down most of the (currently HTTP based) remoting in order to...
  24. Yes I already stumbled across this, but as I see...

    Yes I already stumbled across this, but as I see so far, Java EE integration seems to be more than just EJB annotations. But it's a good starting point nevertheless, thanks a bunch for your hint on...
  25. Bill, and first off, thank you very much for...

    Bill,

    and first off, thank you very much for your input on that, much appreciated. :) So far, my kind of "problem"(?) is of a different kind, I think... At the moment, my architecture more or...
Results 1 to 25 of 35
Page 1 of 2 1 2