Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    851

    fail-fast web services

    sorry for x-posting, i tried on the architecture forum first tho (http://forum.springframework.org/showthread.php?t=54666).

    in short : we have an application that uses two tomcat instances; a...
  2. Replies
    1
    Views
    1,081

    fail-fast web services

    we have an application that uses two tomcat instances; a front end, customer-facing application and a back-end serving web services. when running some load tests the guys are seeing the back-end...
  3. Replies
    8
    Views
    1,044

    turns out it was a wicket issue, their...

    turns out it was a wicket issue, their "wicket-spring" was pulling in spring-2.0 whereas JavaConfig 1.0.0.m3 is using 2.5. I just had to exclude their import in the pom and she flew.
  4. Replies
    8
    Views
    1,044

    but surely the class needs to be constructed at...

    but surely the class needs to be constructed at some point so the methods can be run? i had Lazy.TRUE in the Configuration annotation and I changed that to false so at some point the constructor...
  5. Replies
    8
    Views
    1,044

    I increased the debugging and I get these...

    I increased the debugging and I get these messages on startup;



    Using context class [org.springframework.config.java.context.JavaConfigWebApplicationContext] for root WebApplicationContext
    ...
  6. Replies
    8
    Views
    1,044

    ..

    the config class wasn't extending ConfigurationSupport so i fixed that but it still didn't fix the problem, back to the docs...
  7. Replies
    8
    Views
    1,044

    still got probs

    Here is the snippet of my web.xml



    <listener>
    <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
    </listener>
    <context-param>...
  8. Replies
    8
    Views
    1,044

    JavaConfigWebApplicationContext issue

    Hi,

    Not sure where the best place is to discuss JavaConfig, hope this is ok here. I'm doing a project with Spring and Wicket and I want to use JavaConfig along with Wicket's annotation support....
  9. Replies
    4
    Views
    1,239

    ok, the problem is that the property configurer...

    ok, the problem is that the property configurer doesn't seem to work when using Java Config, when I use somethine like <property name="x" value="$test}" /> and then try and load a properties file to...
  10. Replies
    4
    Views
    1,239

    JavaConfig & Junit

    Hi, I'm trying out the javaconfig support (have to say i agree with crazy bob when he talks about type-safe config :$), but running junit tests that extend...
  11. Replies
    2
    Views
    718

    osgi?

    would this be a valid case to introduce OSGi or would I be over-complicating the matter?
  12. Replies
    2
    Views
    718

    application wizard

    I'd like to be able to allow a user to define parameters when an application is installed, persist the settings and then continue. I use the property placeholder configurer at the moment, but I not...
  13. Replies
    0
    Views
    828

    groovy controller handler mapping

    I've been trying to get org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping to work with groovy controllers in Spring 2.0-rc1 but the mapping class doesn't recognise the...
  14. Replies
    2
    Views
    661

    found it

    ThrowawayController seems to be the way forward, but they have no access to the standard objects like request, session so it is *very* limited. I suppose re-implementing the HandlerAdapter to check...
  15. Replies
    1
    Views
    696

    classpath

    The class is in the jar, but the jar isn't in the classpath. put it into web-inf lib and restart and it should be ok.
  16. Replies
    2
    Views
    661

    single bindable controllers

    Is it possible to have a controller in spring with a field that can be populated automatically from a request and then have control passed to handleRequest()?

    I'd like a class like this

    class...
  17. Replies
    3
    Views
    1,155

    one AC

    I'd like to be able to access the same ApplicationContext from both so they can both share exactly the same beans. But if i use the EJB support (looking up the XML files from JNDI for example) and...
  18. Replies
    1
    Views
    751

    what not use email

    What not use POP3 and SMTP?

    If thats not possible, can't you use JMS and avail of Spring's JMS support?
  19. Replies
    3
    Views
    1,155

    sharing contexts across EJB and web

    I know this has been asked before but I cant find a definitive answer to the question, but what is the preferred mechanism of sharing an applicationContext across EJB and servlet containers? I'm...
  20. Replies
    0
    Views
    562

    webwork-esque controllers

    I'm lokoing at moving from webwork to spring mvc, but I can't see how to create webwork-like controllers and spring doesn't seem to provide the kind of functionality i'm lokoing for.

    In webwork, I...
  21. new feature

    Have a look at the convention over config section of MVC - they have added exactly what you're looking for
  22. forwarding http request jsp -> controller -> jsp

    I'm trying to clean up an application for a client, but they are quite entrenched a an old(ish) architecture and I can't implement wholesale change too quickly. Currently, there is no MVC being used....
  23. Replies
    0
    Views
    594

    Spring cleaning an application

    I'm trying to clean up an application for a client, but they are quite entrenched a an old(ish) architecture and I can't implement wholesale change too quickly. Currently, there is no MVC being used....
  24. Replies
    1
    Views
    1,067

    trails crud

    I've been looking into trails' spring mvc branch and it seems to be more capable than I'd thought, going to play with it a little more to see what needs to be done and if some of the dependencies can...
  25. Replies
    1
    Views
    1,067

    creating a crud framework using spring

    I'm thinking about developing a small framework that would allow a developer to use JPA to annotate his entities and then use hibernate to take care of persistence and spring mvc to create all the...
Results 1 to 25 of 52
Page 1 of 3 1 2 3