Masterpages in JSP
Asked Answered
R

2

5

is there a concept like ASP Masterpages in JSP?

Regards.

Reprisal answered 1/5, 2009 at 0:8 Comment(0)
W
6

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).

Wardieu answered 1/5, 2009 at 0:17 Comment(0)
E
1

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?

Egbert answered 1/5, 2009 at 12:45 Comment(1)
Google Apps Engine. So not the whole Java API is avaliable.Reprisal

© 2022 - 2024 — McMap. All rights reserved.