Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

CMS for a website

Options
  • 05-05-2011 10:43am
    #1
    Registered Users Posts: 601 ✭✭✭


    Hi,
    In the process of designing a website which will be based on Spring MVC.
    A requirement we have is that business users can maintain content. Not necessarily add pages, but edit existing ones.
    We were hoping to be able to use something like Contribute to create html files based on templates. However, some pages will not contain static content (forms, info from 3rd party via web service, etc), and the pages have a navigation structure where there are 3 levels, 2 on top and one to the left. The top items are highlighted to show user what section they are in, and the left navigation will be similar.
    All of these issues are convincing me that contribute will not work, and we will have to use JSP's to import fragments of html, etc.
    While we have used this model in the past, it makes it tricky to allow for users to maintain content in a WYSIWG environment as they are editing chunks of html rather than full html pages.

    Any pointers would be greatly appreciated.


Comments

  • Closed Accounts Posts: 18,163 ✭✭✭✭Liam Byrne


    Not sure whether "Spring MVC" will allow it, but if you could separate out the content from the menus and background content, placing in a separate "contribute" folder, and using includes to "pull" that in (parsing out the unwanted "secondary" head content and body tags), then you might be able to achieve what you are talking about.


  • Registered Users Posts: 601 ✭✭✭garlad


    Thanks for the reply Liam.
    Was thinking along those lines too.
    Time for a prototype or 2 ;)


Advertisement