moving a website built on struts to a CMS
Posted
by fabiobeta
on Stack Overflow
See other posts from Stack Overflow
or by fabiobeta
Published on 2009-05-14T09:35:53Z
Indexed on
2010/06/10
7:02 UTC
Read the original article
Hit count: 158
Hi. Imagine having developed a classical website with java&struts. Now you customer is learning that redeploying the application to change an image or a text is a significant cost. And it asks to add a function to the site: cms-like handling of the contents (editing, versioning, approved publishing).
How would you handle this request? Would you develop it in the webapp? Would you merge the webapp with a CMS? Would tou MOVE the webapp into a cms? Would you run away?
© Stack Overflow or respective owner