Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [swordfish-dev] Wizard workflow.

Title: Re: [swordfish-dev] Wizard workflow.
Hi all,

Seems there has been a misunderstanding on my side. Andrey was right about adding the new selection page to the existing provider wizard.
That results in some changes (the first steps will obviously the well known steps of the provider wizard and on the Step “Generate Sources from WSDL” the “Next” button will now active.

  • (User presses “Next” on page “Generate Sources from WSDL”)
  • Display a list of consumer projects that can be selected for code generation (filter projects based on assumptions about what is needed for code generation)
  • < The user presses “Finish” >
  • Create the new composite project
  • Run CXF generation and cleanup of provider code
  • Collect all information required for code generation from the selected projects
  • Generate/update the MANIFEST of the composite project (pass the list of project info objects to the MANIFEST generator, receive the content as input stream and save it to the composite project).
  • Generate the cxf-endpoint.xml file of the composite project (pass in project info objects to the endpoint generator, receive content as input stream and save it to the composite project).
  • Close wizard

--
Jürgen Kindler

Back to the top