Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    483

    How to add jsf component?

    Hi

    I want to add one jsf component (icefaces component) to some pages handled by my Spring MVC application. How can I achieve this? Is it possible at all?

    Regards
  2. Thanks! This works perfectly. :)

    Thanks! This works perfectly. :)
  3. Please help...

    Please help...
  4. I digged that it should be helpful...

    I digged that it should be helpful WebApplicationContext interface (it extends ApplicationContext interface).

    To get this is static method getWebApplicationContext(ServletContext sc) of some util...
  5. what is the best way to get ApplicationContext from inside of bean in web app?

    I need get resource with method ApplicationContext.getResource() but how can I get ApplicationContext in bean class in web app?
    edit: or any other method to get resource from classpath...
  6. Disapeared Spring support after added Groovy support.

    Hi

    I've just added Groovy support to STS 2.3.2 through dashboard window, and after restarting STS it seems that STS lost support for Spring and tc Server. Dashboard, Spring Perspective, Spring New...
  7. Replies
    2
    Views
    598

    OK, thanks. I've written application with about...

    OK, thanks. I've written application with about 30 RequestMappings in one @Controller (I thought that is Front Controller pattern or sth) and it seems that now I must split this in several files to...
  8. Replies
    2
    Views
    598

    All @RequestMappings in one @Controller?

    Is it good practice to insert all @RequestMappings in application in one @Controller class?
Results 1 to 8 of 8