tiles框架和frameset有什么区别??各有什么优缺点?望高手解决

解决方案 »

  1.   

    Java 技术交流群!入群先看公约!本群公约:互助、互勉、共同进步!惑则问、知则答、不知则表示关注。帮助新手、细心回答。 
    同意上述公约者·申请加入!  
    QQ群号:25922618(一群已经满)
    请加备用群:17615698
      

  2.   

    http://topic.csdn.net/u/20070911/22/79c79da1-c0c4-4882-a5df-b73850d7374f.html老贴
      

  3.   

    http://www.mail-archive.com/[email protected]/msg81642.htmlWed, 24 Sep 2003 06:39:44 -0700Hi,
      My layout page is as mentioned below.<html>
     <head>
       <title>My Title</title>
     </head>
     <frameset rows="85,*,20" frameborder="0" border="0" bordercolor="#ffffff">
       <frame name="frHead" src="msHeader.jsp" frameborder="0" bordercolor="#ffffff" 
    scrolling="no">
       <frame name="frBody" src="content.jsp" frameborder="0" bordercolor="#ffffff">
       <frame name="frFoot" src="msFooter.jsp" frameborder="0" bordercolor="#ffffff">
     </frameset>
    </html>My Requirement?
    The tiles framework gives the flexibility to replace the value of the inserted 
    attributes.
    Is it possible to achieve the same thing in case of FrameSet?<tr>
        <tiles:insert attribute="header"/>
     </tr>And in my tiles-defintion file, I mention the header value, which is the actual page 
    to be replaced after the response is processed.另外还有篇英语对比2者异同的这里打不开
    http://forum.java.sun.com/thread.jspa?threadID=463100&messageID=2124650