• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Serving Static and Dynamic pages in Spring

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am currently doing a shopping cart project with Spring/Maven. I am a Spring newbie and understand the MVC process and how dynamic pages are served using JSP etc. I am confused about serving a mix of static and dynamic pages. If my homepage, profile page etc are static HTML using css how do I integrate them in with the dynamic content. Apologies if this is simplistic but it is confusing me.
Regards,
Gus
 
reply
    Bookmark Topic Watch Topic
  • New Topic