Anleitung Roo

  • Upload
    mario

  • View
    218

  • Download
    3

Embed Size (px)

DESCRIPTION

Anleitung Roo

Citation preview

1. Verzeichnis erstellen -> Anvisieren mit cmd und dann Roo befehl/ roo.bat ausfhren von C:\Users\oleg.scheltow\Desktop\springsource\spring-roo-1.2.4.RELEASE\bin\roo.bat-> Copy into cmdproject --topLevelPackage com.kn.estimationSearchjpa setup --provider HIBERNATE --database HYPERSONIC_IN_MEMORYenum type --class ~.domain.ArtifactTypeenum constant --name AFenum constant --name DLGenum constant --name DLG_AFenum constant --name IFenum constant --name IF_AFenum type --class ~.domain.ChangeTypeenum constant --name ADAPTenum constant --name CREATEenum constant --name ADAPT_CREATEenum type --class ~.domain.DialogTypeenum constant --name SEARCHenum constant --name DETAILenum constant --name LOOKUPenum type --class ~.domain.InterfaceTypeenum constant --name MDMenum constant --name DOCenum constant --name JMSenum constant --name WEB_SERVICEenum type --class ~.domain.InterfaceModeenum constant --name INCOMINGenum constant --name OUTGOINGentity jpa --class ~.domain.Criteria --testAutomaticallyfield enum --fieldName artifactType --type ~.domain.ArtifactType --notNullfield enum --fieldName changeType --type ~.domain.ChangeType --notNullfield number --fieldName linesOfCode --type intfield number --fieldName inParameter --type intfield number --fieldName outParameter --type intfield enum --fieldName dialogType --type ~.domain.DialogTypefield boolean --fieldName readOnly field number --fieldName relatedDialogs --type intfield number --fieldName dialogModes --type intfield number --fieldName buttons --type intfield number --fieldName fields --type intfield number --fieldName dynamicFields --type intfield number --fieldName tableColumns --type intfield number --fieldName editableTableColumns --type intfield number --fieldName linesOfLogic --type intfield enum --fieldName interfaceType --type ~.domain.InterfaceTypefield enum --fieldName interfaceMode --type ~.domain.InterfaceModefield number --fieldName interfaceFields --type intentity jpa --class ~.domain.Estimate --testAutomaticallyfield number --fieldName effort --type double --notNullfield string --fieldName featureTicket --notNullfield string --fieldName workPackage --notNullfield string --fieldName artifactName --notNullfield reference --fieldName criteria --type ~.domain.Criteria --cardinality ONE_TO_ONEfield reference --fieldName estimate --class ~.domain.Criteria --type ~.domain.Estimate --cardinality ONE_TO_ONEperform tests-> Import Maven Project through STS eclipsein Roo Shell:web mvc setup(web mvc all --package ~.web)Fehler Behebungstricks:Auf dem Server: -> Serve modules without publishing aktivieren, starten und wieder deaktivieren..enum type --class ~.domain.InterfaceModeenum constant --name INCOMINGenum constant --name OUTGOINGfield enum --fieldName interfaceMode --type ~.domain.InterfaceMode