views:

1206

answers:

2

Hi,

is there a concept like ASP Masterpages in JSP?

Regards.

+1  A: 

I'm going to step out on a limb here, and say what you're looking for is JSP Templates

Doesn't work exactly the same way, but it actually looks a little more flexible than MasterPages (Allows you to define multiple areas of the templates to pull different content from).

Justin Niessner
+1  A: 

In the Java world there are multiple solutions to this. My suggestion is to use whatever your framework suggests. For example Struts tiles, JSF Facelets e.t.c You do use a web framework, don't you?

kazanaki
Google Apps Engine. So not the whole Java API is avaliable.
crauscher