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...
Type: Posts; User: kawazu; Keyword(s):
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...
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...
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...
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...
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...
...
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...
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...
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...
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...
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...
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...
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),...
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...
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...
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...
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...
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...
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...
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,...
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...
Hmmm, as I supposed, unable to see the obvious. Thanks a bunch for pointing me there. :)
Kristian
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...
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...
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...
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...