Thanks for the pointer on this. I've had some success getting this up and running, however at the moment I'm running into the following error:
>java.lang.RuntimeException: XPathFactory#newInstance() failed to create an XPathFactory for the default object model: http://java.sun.com/jaxp/xpath/dom with the XPathFactoryConfigurationException: javax.xml.xpath.XPathFactoryConfigurationException: No XPathFctory implementation found for the object model: http://java.sun.com/jaxp/xpath/dom I was wondering if there are any additional configuration steps that I need to take to get this portlet up and running...? Thanks again, Iain -----Original Message----- From: David Sean Taylor [mailto:[EMAIL PROTECTED] Sent: 09 August 2006 19:17 To: Jetspeed Users List Subject: Re: Spring MVC in Jetspeed 2.1-dev O'Connell, Iain wrote: > Hi folks, > > According to some of the Jetspeed feature lists there should be some sample > Portlets distributed with Jetspeed to show how to use Spring MVC, however I > can't seem to find them. Would anybody have any pointers on this or > information about using Spring MVC with Jetspeed? > > Thanks, > > Iain > Source code found here: http://svn.apache.org/viewvc/portals/bridges/trunk/applications/springmvc/ This example requires Java 1.5 I put the war file here: http://www.bluesunrise.com/maven/org.apache.portals.bridges/wars/ The examples show using Spring MVC + DOJO with a generic DOM portlet. I think it makes for a nice portlet development framework --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
