This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSP and the fly likes What are the different ways of setting a Master Page in J2EE? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "What are the different ways of setting a Master Page in J2EE?" Watch "What are the different ways of setting a Master Page in J2EE?" New topic
Author

What are the different ways of setting a Master Page in J2EE?

achuthan mukundarajan
Ranch Hand

Joined: May 30, 2012
Posts: 32
I have worked with ASP.NET before. I need to know a good and easier way of creating a master page in JSP. I found a tutorial where you create separate div's for the header, footer and the body, and you merge them together .Are there any other easier ways. Can someone also provide tutorial links?. Thanks in advance.:)
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56528
    
  14

By that do you mean tempting? If so, there are tools such as Tiles and SiteMesh to help with that.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Pyla Rao
Ranch Hand

Joined: Jul 10, 2012
Posts: 50
you can use tiles for like master page in ASP.NET.

if you use struts framework in your application, struts providing tiles.xml. its also providing many features like extends tiles,etc... we can easily achieve using struts tiles.

here the tutorials on struts tiles.
http://viralpatel.net/blogs/tutorial-struts-tiles-plugin-example-in-eclipse/
 
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.
 
subject: What are the different ways of setting a Master Page in J2EE?
 
Similar Threads
Mock Tests
Cleared OCPJP
how to print a jframe ?
Best Approaches
MasterExam compared to SCJP