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.
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.
Thanks so much. I will take a look at the documents.
Jim
Raja Pal
Ranch Hand
Joined: Jul 12, 2004
Posts: 92
posted
0
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.
Java Pal - Your friend in technology and innovation...India.
Nyanas Kandhan
Ranch Hand
Joined: Jan 27, 2009
Posts: 35
posted
0
You can find some good spring mvc tutorials here. VaanNila.com
regards,
Nyanaskandhan
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.