From: Markus J. <ma...@je...> - 2006-01-25 11:38:22
|
Hello DDSteps-Team! When is the release of the additional documentions? I have a data model in xsd which generates me with JAXB the necessary interfaces and classes! I want to Marshall an POJO wiht Testdata from Excel and verify the input in the DB so i thought DDSteps would be a good choice! So how works the properties injection with objects for example : PartnerInterest p = new PartnerInterest(); Interest i = new Interest(); i.setInterest("any"); ----> p.setInterest(i); So how works that with the Excel File! Additonally i use to create the final partner Partner pa = new Partner(); pa.getInterest.add(i); How can i work with this considering the excel files! If its not possible what would be the workaround. How can i customize that or must be everything illustratable in Excel? Many Thanks mj |