jsp - web page design -


These days I'm building a web site, and I'm mad by page design.

Example: There is a page, when two parts can be spaced on left and right.

There is a few menu left, and the right main content is.

When the user clicks on a menu on the left, the contents on the right should be changed accordingly.

However, not all materials have the same structure, so how?

Assume that the menus are listed below:

  My groups Product 01 product02 My information My Answer My Answers Modify my information   < P> So, how to design?  

Use jsp: include / tiles?

But whatever does not use, I have to make it several jsp pieces?

What is the best practice these days?

I think the first step is to design the whole site in static HTML. Make a page as it makes sense.

Once you create a stable page, you can decide how to divide it. You can decide whether to use the template system better, or just manually doing everything if you are having trouble with this decision, it first helps in creating a static page created as a reference.

Comments