• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Spring / Tiles 2 example

 
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone know of a good Spring / Tiles 2 example and/or tutorial? There is precious little out there that I can find. Any help would be greatly appreciated.
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well I think you are missing a middle part, or did you really mean to be specific and say "Spring MVC"?

Mark
 
James Daniel
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, Spring MVC / Tiles 2 example.
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OK, I thought so. Spring has many many projects, so when you say Spring you are saying everything that Spring creates, including Spring Web Services, Spring JMX, Spring JMS, Spring Remoting, Spring Security, Spring AOP, Spring Framework, Spring Batch, Spring Integration.

And, actually every single one of them don't work directly with Tiles. Tiles is in conjunction with jsp pages, and not even that, but to use it with Spring MVC, is the exact same way you use it if you were just using JSP and Servlets. That is why you won't really find anything specifically that states how they "work together"

Good Luck, here are some links I found on Google for you.

http://www2.lifl.fr/~dumoulin/tiles/tilesAdvancedFeatures.pdf
http://groups.google.com/group/javawug/browse_thread/thread/54228c71beb3574a?pli=1

Mark
 
James Daniel
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mark,

Thanks so much. I will take a look at the documents.

Jim
 
Ranch Hand
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All, I created a JSP with tiles in a Spring project...the standard layout.jsp with the tile-defs.xml in the web-inf and the header.jsp which is inserted in the layout using a <put>, there is a css folder that has my style.css. My problem is that the style.css view styles are not rendering on the generated html page. Where could I be going wrong? FYI, No errors, the server is tomcat 5.5, spring ver 2.0, jdk 1.5.
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can find some good spring mvc tutorials here. VaanNila.com
 
If we don't do the shopping, we won't have anything for dinner. And I've invited this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic