websphere « MVC « Spring Q&A





1. Portlet Page Navigation with Parameters - Sping MVC, WebSphere Portal, & JSR 286    stackoverflow.com

Here is the scenerio: We have an application running on Webphere Portal Server 6.1 and Spring MVC. There is a page with a single portlet that shows a grid full of records. ...

2. portlet-mvc 3.0 + maven for websphere portlet: examples?    stackoverflow.com

I'm trying to develop a websphere portal portlet using java, maven and spring-portlet-mvc 3.0.2.RELEASE but so far I'm not having a lot of luck. The problem that I'm having is that a ...

3. Using websphere portal vs spring mvc (Guidelines to determine if a portlet solution is warrantied)    stackoverflow.com

We are in the process of working on our second generation of our eCommerce site. The contracting firm that has been brought in is pushing for the use of WebSphere ...

4. WAS 7 : Writer already obtained exception    stackoverflow.com

I am getting an exception on WAS 7.0.0.13 update 1 server. I am working on the development of REST web services using spring 3 framework. When the spring framework is trying ...

5. Spring 2.5.6/WPS 6.1: < in an input field gets turned into < in the mapped field    stackoverflow.com

A friend of mine asked me to take a look at a portlet he was developing. The issue he's having is that when he enters a value like

1 < ...

6. Allowing audio files in Spring MVC 3.0?    stackoverflow.com

I'm using Spring MVC 3.0 where I specify the following mvc:resources tag to allow the static resources through:-

<mvc:resources location="/resources/" mapping="/resources/**" />
Somehow, I'm having problem getting my audio files to work. I ...

7. can we make websphere portal CSA and spring MVC3 work together?    stackoverflow.com

I created a portlet(jsr286) with spring mvc 3 framework. Which is working fine if the page have SSA(server side aggregation), however it stops working when working with CSA(client side aggregation). I ...

8. XSLT ClassCastException in WebSphere when Spring tries to create an AnnotationMethodHandlerAdapter    stackoverflow.com

When starting WebSphere, I get this exception:

Could not instantiate bean class [org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter]:
Constructor threw exception; nested exception is java.lang.ClassCastException:
com.ibm.xtq.xslt.jaxp.compiler.TransformerFactoryImpl incompatible with
javax.xml.transform.TransformerFactory
Caused by: java.lang.ClassCastException: com.ibm.xtq.xslt.jaxp.compiler.TransformerFactoryImpl
incompatible with javax.xml.transform.TransformerFactory
    at javax.xml.transform.TransformerFactory.newInstance(Unknown Source)
 ...

9. Spring MVC on WebSphere Portal    forum.springsource.org

I am about to start working on a new project and we would rather use the Spring MVC instead of Struts. But the rub is we have to host the Spring ...





10. Spring MVC with WebSphere 6.0 - problem in finding handler    forum.springsource.org

Spring MVC with WebSphere 6.0 - problem in finding handler Hi I was trying to use Spring MVC with Websphere App Server and I keep getting 404 error . Following are ...

11. Portlet MVC and Websphere Portal 5.1    forum.springsource.org

Portlet MVC and Websphere Portal 5.1 Hi! Is it possible to run Portlet MVC applications on Websphere Portal 5.1? I tried to deploy sample application (http://opensource.atlassian.com/conf....zip?version=5) but I get exception: 2006.10.20 ...

12. Spring WEB MVC framework support on Websphere commerce    forum.springsource.org

Hi Guys, We are currently developing a J2EE application to be deployed on WAS6 server. We will need to migrate this application to Websphere commerce server in near future. Before we ...

13. Spring MVC + Tiles and WebSphere dynacache    forum.springsource.org

Hi I have WebApplication developed using Spring MVC and view Devloped using Tiles. I am planning to cache some pages using Dynacache. But I am unable to cache any URL . ...

14. WebSphere 6.1 + Spring MVC give FileNotFoundexception    forum.springsource.org

WebSphere 6.1 + Spring MVC give FileNotFoundexception Hello, I migrate an application running on WebSphere 5.1 and using Spring MCV to WebSphere version 6.1. Previously this application works fine. After the ...

15. Spring MVC Portal: strange behavior in websphere when using urlGeneration    forum.springsource.org

Spring MVC Portal: strange behavior in websphere when linking to mvc portlet page. Hi, I am currently using Spring MVC in Websphere portal 6, I am running into a strange problem ...

16. Spring MVC + FreeMarker class loading issue in Websphere 6.1 in AIX    forum.springsource.org

Jul 7th, 2009, 06:28 AM #1 nuwanc View Profile View Forum Posts Private Message Junior Member Join Date Jul 2009 Posts 1 Spring MVC + FreeMarker class loading issue in Websphere ...





17. Spring 3 portlet MVC in WebSphere portal 6.1: empty portlet    forum.springsource.org

Spring 3 portlet MVC in WebSphere portal 6.1: empty portlet Hello, We're using Spring portlet MVC from Spring 3.0.0M3 from the annotation support to create portlets to deploy to WebSphere portal ...

18. Portlet Page Navigation with Parameters - Sping MVC, WebSphere Portal, & JSR 286    forum.springsource.org

Portlet Page Navigation with Parameters - Sping MVC, WebSphere Portal, & JSR 286 Here is the scenerio: We have an application running on Webphere Portal Server 6.1 and Spring MVC. There ...

19. Spring MVC 3 sample app with strange behavior on Websphere.    forum.springsource.org

Spring MVC 3 sample app with strange behavior on Websphere. I am trying to set up a Spring MVC 3 app using tiles and tuckey's urlrewritefilter as done in the petcare ...