deployment - How to deploy portlets with a page hierarchy to WebSphere 8 -


i'm joining project working on web application deployment on websphere 8. build war maven, contains several portlets. current deployment pattern vanilla websphere server is:

  1. mvn clean package
  2. install war
  3. create portal pages hand in gui
  4. assign 1 portlet each page

i don't think pattern scale well. everyone's local development system configured differently, , work of deployment multiplied function of (portlets x pages x servers). move page configuration project have source control , reproducible part of build. i've not been able discover if possible.

  1. does websphere 8 support deploying pages (and page hierarchies), opposed creating them manually? if so, how?

  2. should producing ear instead of war support model of deploying portlets , pages?

websphere portal offers powerful utility called xmlaccess. there other apis might useful purpose.

you can use deploy page structure other portal parts.

i'm not sure if moving ear files idea, can register predeployed portlets. requires coding deployment descriptors(well use xmlaccess export example).


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -