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
Type: Posts; User: Juliusz; Keyword(s):
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
Thanks! This works perfectly. :)
Please help...
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...
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...
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...
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...
Is it good practice to insert all @RequestMappings in application in one @Controller class?