• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

What is the difference between CMS and web-framework?

 
Ranch Hand
Posts: 93
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys,
sorry for a stupid question, I am a newbee in web-development and I would like to know whats the difference between java CMS, such as Magnolia and openCMS, and java web-frameworks, such as Struts, Spring MVC.
What can I do using the CMS and what CMS cannot do?
Have you used some of them, can you recommend something?
If I need some solution to start with while creating my own internet-shop, what you can recommend?
 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
CMS in web world usually means a storage of pages or peaces of pages in some format that can be extracted be the web framework and used to compose pages. It may be HTML or not but the form inserted into HTML pages is usually HTML.

The idea is to make it possible for HTML specialists and, say, legal stuff to work on the look and feel and, accordingly, on the wording the way that the programmers are not bothered and vice verse. Besides that may be about content in several languages and same native language speakers may work without interaction with programmers.

Using CMS makes sense only if the project is big enough.
 
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A simple explanation for the two.

reply
    Bookmark Topic Watch Topic
  • New Topic