SlideShare a Scribd company logo
Workshop Automatic Export
          Bert Leunis
Hippo Gettogether April 20, 2012
Set up the demo project locally
Check out the demo project from:

● http://svn.onehippo.org/repos/hippo/hippo-
  training-autoexport/trunk
● build it with: mvn clean install
● run it with: mvn -Pcargo.run
Agenda
1. Developer at work, creating configuration
2. What can Automatic Export do to help you?
3. Tips & Tricks
What's in a Days Work?
Things you make as a Hippo Developer:

● java code (HippoBeans, HstComponents)
● templates (JSP, Freemarker)
● repository content (type definitions, hst
  configuration, etc)
LOCAL    CMS
PROJECT


          CONTENT




           SITE
Building & Running

1. Build your project: mvn clean install

2. Run your project: mvn -Pcargo.run
LOCAL     RUNNING
PROJECT   CONTAINER


           cms.war


            content.jar




           site.war
CMS starts up....

1. CMS will check if content needs to be
   bootstrapped.
2. All entries in all hippoecm-extension.xml files
   are processed.
3. Every entry points to a packaged file, and
   that is bootstrapped into the repository.
4. The hippoecm-extension.xml file of your
   content.jar from your project is processed.
LOCAL     RUNNING
                                 STORAGE
PROJECT   CONTAINER


           cms.war                Repository


            content.jar

                          BOOTSTRAP




           site.war
Developer at work

1. You use the cms and console to update
   some configuration, say create a new
   document type.
2. Now the changed configuration must be
   stored in the content module of your project
   so it can be bootstrapped next time.
3. You need the actual data there as xml file.
4. You need an entry in the hippoecm-
   extension file.
LOCAL         RUNNING
                                 STORAGE
 PROJECT       CONTAINER


                 cms.war


                  content.jar
                                 Repository




                 site.war

                                  1. EXPORT
                                CONFIG AS XML
2. UPDATE HIPPOECM-
    EXTENSION.XML
This is tiring and cumbersome work

1. You need to be accurate about which nodes
   to export.
2. Place the exported xml in your content
   module.
3. Write a correct entry in hippoecm-extension.
   xml.
4. This is error prone and boring.
5. Luckily there is now...
LOCAL         RUNNING
                                 STORAGE
 PROJECT       CONTAINER


                 cms.war


                  content.jar
                                 Repository




                 site.war
        AUTOMATIC EXPORT !! 1. EXPORT
                                CONFIG AS XML
2. UPDATE HIPPOECM-
    EXTENSION.XML
Yes, Automatic Export can do for
you:

1. Export the changed xml files
2. Write an entry in hippoecm-extension.xml if
   necessary.
3. You can configure the behavior of the
   export.
Basic export: new document type
● log in at http://localhost:8080/cms as admin
● go to the documents perspective and to the
  Configuration tab
● create a new document type, say the
  agendadocument, add a field to it, click
  Done and Type actions / Commit
● check the log to see what the Automatic
  Export has exported
● check the new/changed files in your project
Enable / disable from the console
● log in at http://localhost:8080/cms/console as
  admin
● at the top right of your screen you see the
  status of the automatic export
● you can toggle the status here too
Configuration options
● log in at http://localhost:8080/cms/console as
   admin
● navigate to:
   /hippo:configuration/hippo:modules
   /autoexport/hippo:moduleconfig
Here you can configure 3 basic characteristics:
1. Exclusion patterns
2. Filter uuids
3. Multiple modules
1. Exclusion patterns
● define them with the multivalued "excluded"
  property
● the value is a path in the repository
● use the wildcard * for path elements
● use the wildcards ** for paths

In our demo project you can see that there are
two exclusion patterns defined for the /hst:
hst/hst:configuration path. They prevent that
the unpublished changes in the Channel
Manager are exported.
Test the given exclusion pattern
● In the cms, go to the Channel perspective,
  click on the channel name, and click Edit
  templates.
● Change the homepage template by adding
  the list component to the container.
● Click Save and Close.
● Check the logs to see that nothing is
  exported.
● Click publish templates, check the logs
  again.
2. Filter uuids from the exported file
● In exported document content you need the
  uuids of the exported data. But in for
  example exported hst configuration, the uuid
  is just clutter.
● The multivalued "filteruuidpaths" property
  lets you define paths in the repository where
  configuration exists of which you do not want
  the uuids in the exports.
● For example: the hst config that was
  exported after the change in the Channel
  Manager does not contain jcr:uuid
3. Export to multiple content
modules
● If you work with multiple content modules,
  you can instruct the autoexport to send the
  exports from different content paths to
  different modules.
● Use the multivalued "modules" property in
  the autoexport config node.
● Values are formatted as modulename:
  /repositorypath
Export to the foocontent module
● in our demo, from two repository paths the
  autoexport will export to the foocontent
  module in the project
● add a node "foo" below the rootnode in the
  repository
● add a node too at the other path
● click "Write changes to repository"
● check the logs and the foocontent module in
  your project
Tips and Tricks - 1
Autoexport supports Deltas.
Tips and Tricks - 2
Autoexport tries to be clever about sequence
numbers for hippoecm-extension.xml.
Tips and Tricks - 3
Before you commit your changes to a
versioning system: rebuild your project & restart
with a new storage folder.
You may want to keep a copy of the storage
folder.
mvn -Pcargo.run -Drepo.path=storage
Tips and Tricks - 4
Do not change the content module manually in
your project while working with autoexport.

With autoexport you get a powerful tool, but
you have to be careful while you are using it.
Tips and Tricks - 5
Follow the setup of the content module as we
have it in the archetype.
Tips and Tricks - 6
● Give the autoexport a chance!
● http://wiki.onehippo.
  com/display/CMS7/Automatic+export+add-
  on
● Ask your questions on the mailing list.
All aboard!!

More Related Content

PPTX
Composer
PPT
Easy Drupal Project Deployment With Features Module & Drush
PPT
build your own php extension
PDF
Hippo get together presentation solr integration
PPT
Hippo Presentation Jboye Study tour
PPTX
Hippo CMS at OpenCo Amsterdam 2014
PPTX
Web Applications Development
PDF
JCR In Action (ApacheCon US 2009)
Composer
Easy Drupal Project Deployment With Features Module & Drush
build your own php extension
Hippo get together presentation solr integration
Hippo Presentation Jboye Study tour
Hippo CMS at OpenCo Amsterdam 2014
Web Applications Development
JCR In Action (ApacheCon US 2009)

Viewers also liked (19)

PDF
What's new in JSR-283?
KEY
Introducing Apricot, The Eclipse Content Management Platform
PDF
2008-12 OJUG JCR Demo
PDF
The Java Content Repository
PPTX
App and web with Hippo CMS and AngularJS
ODP
JCR and ModeShape
PDF
Cms integration of apache solr how we did it.
PDF
Introducing Hippo CMS 10.2
PDF
JCR - Java Content Repositories
PPT
Build Your Own CMS with Apache Sling
PDF
Hippo gettogether april 2012 faceted navigation a tale of daemons
PDF
The Zero Bullshit Architecture
PDF
Hippo CMS Integration Patterns
PPT
Hippo CMS - A first look
PDF
Introduction to JCR
PPTX
Choosing Hippo CMS
PPTX
Life of St. Augustine of Hippo
PPT
Hippo Nuxeo World 2011
PDF
JCR In 10 Minutes
What's new in JSR-283?
Introducing Apricot, The Eclipse Content Management Platform
2008-12 OJUG JCR Demo
The Java Content Repository
App and web with Hippo CMS and AngularJS
JCR and ModeShape
Cms integration of apache solr how we did it.
Introducing Hippo CMS 10.2
JCR - Java Content Repositories
Build Your Own CMS with Apache Sling
Hippo gettogether april 2012 faceted navigation a tale of daemons
The Zero Bullshit Architecture
Hippo CMS Integration Patterns
Hippo CMS - A first look
Introduction to JCR
Choosing Hippo CMS
Life of St. Augustine of Hippo
Hippo Nuxeo World 2011
JCR In 10 Minutes
Ad

Similar to Hippo get together workshop automatic export (20)

PPTX
Manage your Windows Infrastructure with Puppet Bolt - August 26 - 2020
PDF
EMC Documentum xCP 2.x Tips for application migration v1.1
PDF
Creating a Smooth Development Workflow for High-Quality Modular Open-Source P...
PPTX
PyCourse - Self driving python course
PDF
EuroPython 2013 - Python3 TurboGears Training
PDF
OpenCms Days 2015 Workflow using Docker and Jenkins
PDF
Oracle business intelligence enterprise edition 11g
PDF
Expanding XPages with Bootstrap Plugins for Ultimate Usability
PPTX
[Patel] SPFx: An ISV Insight into latest Microsoft's customization model
RTF
Readme
PDF
Magento Docker Setup.pdf
PPTX
How to Export the Agile PLM Database
PPTX
Composer namespacing
PPTX
Using the Corporate Geographic Data Model with Subversion
PPT
Setting up the hyperledger composer in ubuntu
PDF
Tutorial_Python1.pdf
PDF
Don't Fear the Autotools
PPTX
Easy contributable internationalization process with Sphinx @ PyCon APAC 2016
PDF
Impl installation manual
PDF
N hidden gems in hippo forge and experience plugins (dec17)
Manage your Windows Infrastructure with Puppet Bolt - August 26 - 2020
EMC Documentum xCP 2.x Tips for application migration v1.1
Creating a Smooth Development Workflow for High-Quality Modular Open-Source P...
PyCourse - Self driving python course
EuroPython 2013 - Python3 TurboGears Training
OpenCms Days 2015 Workflow using Docker and Jenkins
Oracle business intelligence enterprise edition 11g
Expanding XPages with Bootstrap Plugins for Ultimate Usability
[Patel] SPFx: An ISV Insight into latest Microsoft's customization model
Readme
Magento Docker Setup.pdf
How to Export the Agile PLM Database
Composer namespacing
Using the Corporate Geographic Data Model with Subversion
Setting up the hyperledger composer in ubuntu
Tutorial_Python1.pdf
Don't Fear the Autotools
Easy contributable internationalization process with Sphinx @ PyCon APAC 2016
Impl installation manual
N hidden gems in hippo forge and experience plugins (dec17)
Ad

Recently uploaded (20)

PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
1. Introduction to Computer Programming.pptx
PPTX
TLE Review Electricity (Electricity).pptx
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Web App vs Mobile App What Should You Build First.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Getting Started with Data Integration: FME Form 101
PDF
DP Operators-handbook-extract for the Mautical Institute
PDF
Mushroom cultivation and it's methods.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Zenith AI: Advanced Artificial Intelligence
PDF
August Patch Tuesday
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PDF
Hindi spoken digit analysis for native and non-native speakers
PPTX
A Presentation on Artificial Intelligence
PPTX
OMC Textile Division Presentation 2021.pptx
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
1. Introduction to Computer Programming.pptx
TLE Review Electricity (Electricity).pptx
Digital-Transformation-Roadmap-for-Companies.pptx
Web App vs Mobile App What Should You Build First.pdf
Encapsulation_ Review paper, used for researhc scholars
Getting Started with Data Integration: FME Form 101
DP Operators-handbook-extract for the Mautical Institute
Mushroom cultivation and it's methods.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Zenith AI: Advanced Artificial Intelligence
August Patch Tuesday
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
Hindi spoken digit analysis for native and non-native speakers
A Presentation on Artificial Intelligence
OMC Textile Division Presentation 2021.pptx
Unlocking AI with Model Context Protocol (MCP)
From MVP to Full-Scale Product A Startup’s Software Journey.pdf

Hippo get together workshop automatic export

  • 1. Workshop Automatic Export Bert Leunis Hippo Gettogether April 20, 2012
  • 2. Set up the demo project locally Check out the demo project from: ● http://svn.onehippo.org/repos/hippo/hippo- training-autoexport/trunk ● build it with: mvn clean install ● run it with: mvn -Pcargo.run
  • 3. Agenda 1. Developer at work, creating configuration 2. What can Automatic Export do to help you? 3. Tips & Tricks
  • 4. What's in a Days Work? Things you make as a Hippo Developer: ● java code (HippoBeans, HstComponents) ● templates (JSP, Freemarker) ● repository content (type definitions, hst configuration, etc)
  • 5. LOCAL CMS PROJECT CONTENT SITE
  • 6. Building & Running 1. Build your project: mvn clean install 2. Run your project: mvn -Pcargo.run
  • 7. LOCAL RUNNING PROJECT CONTAINER cms.war content.jar site.war
  • 8. CMS starts up.... 1. CMS will check if content needs to be bootstrapped. 2. All entries in all hippoecm-extension.xml files are processed. 3. Every entry points to a packaged file, and that is bootstrapped into the repository. 4. The hippoecm-extension.xml file of your content.jar from your project is processed.
  • 9. LOCAL RUNNING STORAGE PROJECT CONTAINER cms.war Repository content.jar BOOTSTRAP site.war
  • 10. Developer at work 1. You use the cms and console to update some configuration, say create a new document type. 2. Now the changed configuration must be stored in the content module of your project so it can be bootstrapped next time. 3. You need the actual data there as xml file. 4. You need an entry in the hippoecm- extension file.
  • 11. LOCAL RUNNING STORAGE PROJECT CONTAINER cms.war content.jar Repository site.war 1. EXPORT CONFIG AS XML 2. UPDATE HIPPOECM- EXTENSION.XML
  • 12. This is tiring and cumbersome work 1. You need to be accurate about which nodes to export. 2. Place the exported xml in your content module. 3. Write a correct entry in hippoecm-extension. xml. 4. This is error prone and boring. 5. Luckily there is now...
  • 13. LOCAL RUNNING STORAGE PROJECT CONTAINER cms.war content.jar Repository site.war AUTOMATIC EXPORT !! 1. EXPORT CONFIG AS XML 2. UPDATE HIPPOECM- EXTENSION.XML
  • 14. Yes, Automatic Export can do for you: 1. Export the changed xml files 2. Write an entry in hippoecm-extension.xml if necessary. 3. You can configure the behavior of the export.
  • 15. Basic export: new document type ● log in at http://localhost:8080/cms as admin ● go to the documents perspective and to the Configuration tab ● create a new document type, say the agendadocument, add a field to it, click Done and Type actions / Commit ● check the log to see what the Automatic Export has exported ● check the new/changed files in your project
  • 16. Enable / disable from the console ● log in at http://localhost:8080/cms/console as admin ● at the top right of your screen you see the status of the automatic export ● you can toggle the status here too
  • 17. Configuration options ● log in at http://localhost:8080/cms/console as admin ● navigate to: /hippo:configuration/hippo:modules /autoexport/hippo:moduleconfig Here you can configure 3 basic characteristics: 1. Exclusion patterns 2. Filter uuids 3. Multiple modules
  • 18. 1. Exclusion patterns ● define them with the multivalued "excluded" property ● the value is a path in the repository ● use the wildcard * for path elements ● use the wildcards ** for paths In our demo project you can see that there are two exclusion patterns defined for the /hst: hst/hst:configuration path. They prevent that the unpublished changes in the Channel Manager are exported.
  • 19. Test the given exclusion pattern ● In the cms, go to the Channel perspective, click on the channel name, and click Edit templates. ● Change the homepage template by adding the list component to the container. ● Click Save and Close. ● Check the logs to see that nothing is exported. ● Click publish templates, check the logs again.
  • 20. 2. Filter uuids from the exported file ● In exported document content you need the uuids of the exported data. But in for example exported hst configuration, the uuid is just clutter. ● The multivalued "filteruuidpaths" property lets you define paths in the repository where configuration exists of which you do not want the uuids in the exports. ● For example: the hst config that was exported after the change in the Channel Manager does not contain jcr:uuid
  • 21. 3. Export to multiple content modules ● If you work with multiple content modules, you can instruct the autoexport to send the exports from different content paths to different modules. ● Use the multivalued "modules" property in the autoexport config node. ● Values are formatted as modulename: /repositorypath
  • 22. Export to the foocontent module ● in our demo, from two repository paths the autoexport will export to the foocontent module in the project ● add a node "foo" below the rootnode in the repository ● add a node too at the other path ● click "Write changes to repository" ● check the logs and the foocontent module in your project
  • 23. Tips and Tricks - 1 Autoexport supports Deltas.
  • 24. Tips and Tricks - 2 Autoexport tries to be clever about sequence numbers for hippoecm-extension.xml.
  • 25. Tips and Tricks - 3 Before you commit your changes to a versioning system: rebuild your project & restart with a new storage folder. You may want to keep a copy of the storage folder. mvn -Pcargo.run -Drepo.path=storage
  • 26. Tips and Tricks - 4 Do not change the content module manually in your project while working with autoexport. With autoexport you get a powerful tool, but you have to be careful while you are using it.
  • 27. Tips and Tricks - 5 Follow the setup of the content module as we have it in the archetype.
  • 28. Tips and Tricks - 6 ● Give the autoexport a chance! ● http://wiki.onehippo. com/display/CMS7/Automatic+export+add- on ● Ask your questions on the mailing list.