Activity for Robert Bala

  • Robert Bala Robert Bala committed [r665]

    Centralized invocation of ElementInfoFactory to one place (DefinitionResolver). Added temporary helper method signature responsible for plugin registration (by class type and namespace) to ConfigurableResolver. Modified pom.xml to include support for guice multibinding extension.

  • Robert Bala Robert Bala committed [r664]

    Removed ElementDefProxy. Places in code where new ElementDefProxy was created have been replaced with invocation of InjectorHelper (ConfigurableResolver). It still is far away from separation of concerns and good design. No time to fix the tests.

  • Robert Bala Robert Bala committed [r663]

    Removed deprecated constructor from DefinitionResolver (initialization of post processors and reload of definitions). Moved initialization code to DefinitionResolverProvider. From now on list of packages for resolver post processors is configured directly in ScraperModule.

  • Robert Bala Robert Bala committed [r662]

    Technical commit. Make DefinitionResolver instantiated by Guice. Removed all references to DefinitionResolver.INSTANCE and replaced them with call to Guice injector. Moved some of the helper methods from DefinitionResolver to ConfigurableResolver interface (only partial refactoring. It needs to be decide if all are still needed and where they should be placed).

  • Robert Bala Robert Bala committed [r661]

    Refactored XML configuration parser (Created Guice aware SAXConfigParse class, removed unused XMLParser with static parsing method).

  • Robert Bala Robert Bala committed [r660]

    Removed unused import from XmlNode. Referenced delegate getLineNumber and getColumnNumber instead XmlNode in ElementDefProxy. Added configuration version to Config. Previously guice needed to determine configuration version based on xml namespace which was the bad thing in terms of encapsulation.

  • Robert Bala Robert Bala committed [r659]

    Make rootNode property private (XmlParser). Use direct reference to DefinitionResolver instance (CaseDef) instead of assigning it to property.

  • Robert Bala Robert Bala committed [r658]

    Removed unused reference to DefinitionResolver.INSTANCE from LoopDef, RegexpDef (webharvest-core) and CommandLine (webharvest-ide)

  • Robert Bala Robert Bala committed [r657]

    It is no longer possible to register plugins via command line for webharvest-ide.

  • Robert Bala Robert Bala committed [r656]

    Added workaround the sticker Java 8 (profile to pom.xml which is automatically activated).

1