Spring 3.0 on Google App Engine

I have found nice post about it http://www.acrhodes.com/2010/02/spring-3-0-with-google-app-engine/ (dead link). There is only one little bug in dipstcher-servlet.xml it should have viewResolver look like:

<bean id="viewResolver"  
**class="org.springframework.web.servlet.view.InternalResourceViewResolver">
**
<property name="prefix" value="/WEB-INF/views/" />
<property name="suffix" value=".jsp" />

<property name="viewClass"
value="org.springframework.web.servlet.view.JstlView" />

</bean>


Share on Hacker News
Share on LinkedIn


← Home


Want to learn more?

Sign up to get a digest of my articles and interesting links via email every month.

* indicates required

Please select all the ways you would like to hear from Krzysztof Kula:

You can unsubscribe at any time by clicking the link in the footer of my emails.

I use Mailchimp as a marketing platform. By clicking below to subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. Learn more about Mailchimp's privacy practices here.