Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
How to integrate spring 2.0 in teamsite 7
Rabindranath
Hi,
I am ne to Teamsite.I have a task to integrate spring 2.0 in teamsite.can you please explain the integration steps.I mean what are the steps to integrate spring 2.0 in teamsite .My webserver is tomcat 6.0.
Thanks,
Rabindranath
Sr Software Er ,
L&T Infotech,India,Mumbai
Find more posts tagged with
Comments
Rick Poulin
What are you trying to accomplish? Are you looking to extend TeamSite UI functionality or are you looking to publish content to a front-end which happens to be using Spring?
The TeamSite UI already uses Spring -- be careful not to add it again because you could affect the rest of the interface. You can only reuse it to a certain extent, because it's not all made available through the UITK.
If your question was about the latter and you're getting stuck trying to preview your content, you should think about having a "preview server" separate from TeamSite, even if that means installing your own Tomcat instance on the same physical server, and then route preview requests to that with the iwproxy. That way your "preview" instance can be managed and updated in much the same way as your actual public-facing instance, instead of having to split your codebase into "front-end version" and "TeamSite version".