product customization - poznań university of technology€¦ · democamp 24.11 piwnica 21 product...

of 18 /18
DemoCamp 24.11 Piwnica 21 Product Customization [email protected]

Author: others

Post on 18-Oct-2020

3 views

Category:

Documents


0 download

Embed Size (px)

TRANSCRIPT

  • DemoCamp 24.11 Piwnica 21

    Product Customization

    [email protected]znan.pl

  • Agenda

    • Equinox Transforms

    • Google Summer of Code

    • Demo

  • Equinox Transforms - Problem ?

  • Equinox Transformations – Problem ?

    • dostosowanie

    • włączenie całości

  • Equinox Transforms

    http://wiki.eclipse.org/Product_Customization

    http://wiki.eclipse.org/Equinox_Transforms

  • Equinox Transforms

    http://wiki.eclipse.org/Adaptor_Hooks

    Transformer (np. XSLT)

    Cached

    -clean

  • Equinox Transforms

    testProduct,plugin\.xml,/transforms/testProduct.xmlextensionProject,plugin\.xml,/transforms/extensionProject.xml

  • Equinox Transforms

    osgi.framework.extensions=org.eclipse.equinox.transforms.hookosgi.bundles=... [email protected]:start,... testProduct,[email protected]:start ...

    public void start(BundleContext context) throws Exception {Properties properties = new Properties();properties.put("equinox.transformerType", "xslt"); //$NON-NLS-1$ //$NON-NLS-2$fRegistration = context.registerService(URL.class.getName(), context.getBundle().getEntry("transforms/xslt_transforms.csv"), properties); //$NON-NLS-1$}

  • Google Summer of Code

  • Google Summer of Code

    Chris AniszczykKim Horne

  • Google Summer of Code

    Frankfurt am Main

  • Google Summer of Code

    Mainz

  • Google Summer of Code

    Monachium

  • Google Summer of Code

    Alpy

  • Google Summer of Code

    Nadrenia

  • Demo

  • Google Summer of Code

    Informacje:

    http://frankfurt-days.blogspot.com/

    http://code.google.com/p/product-customization/

  • Pytania