Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.1
-
None
-
None
Description
Create Two Sets of Demo/Min Pages Environments for 2.2.1 Release. With the introduction of the /ui pipeline, we are no longer leveraging profiling rules and fallbacks to display the available pages to a user. Instead, we are displaying menu options via spaces and the page navigator. To better demo the two different environments possible with Jetspeed (/ui pipeline and /portal pipeline), we are providing two different sets of pages directories:
1. /portal pipeline - uses profiling rules, uses old decorators, can use templates
a. demo - full demo, same as 2.2.0 demo, located in WEB-INF/pages
b. min - minimal build, similar to 2.2.0 min, located in WEB-INF/min-pages
2. /ui pipeline - leverages spaces, page navigator
a. demo - full demo with several space examples, located in WEB-INF/ui-pages
b. min - minimal build, good for starting a brand new project with only admin portlets, located in WEB-INF/ui-min-pages
The seed data will also be different for the 4 different environments, see jetspeed-portal-resources/src/main/resources/seed/...
1. j2-seed.xml – /portal pipeline demo seed data
2. min/j2-seed.xml – /portal pipeline min seed data
3. j2-ui-seed.xml – /ui pipeline demo seed data
4. min/j2-ui-seed.xml – /ui pipeline min seed data