Composition on Grails
Project DescriptionThe Composition on Grails project uses the Groovy scripting language and the Grails "Rails-like" web application framework, plus some SAP- specific extensions for Web Dynpro, Enterprise Web Services, and BAPIs, to allow quick and easy development of composite applications on SAP NetWeaver 7.1 CE. We've made Composition on Grails available available as a download under an evaluation license. We'd like to hear from you. The project is still in an early stage so your feedback has the potential to be very influential. Bugs? Features missing? Something cool you did? Please let us know by adding a comment to this page or visit the Bugs & Feature requests page. Guiding PrinciplesThe guiding principles behind the Composition on Grails project are:
|
Related Links |
Comments (3)
Aug 29, 2008
Sean Doyle says:
We'll be presenting some interesting new features at the TechEd Las Vegas SDN da...We'll be presenting some interesting new features at the TechEd Las Vegas SDN day - learn how to build an SAP application in 2 minutes or less!
Jun 18, 2009
Daniel Graversen says:
Thanks for a cool project. I really like the option of creating a WDP screen. ...Thanks for a cool project. I really like the option of creating a WDP screen.
I tried using grails 1.1.1 and i had two problems.
I had to uncomment //promptForName() in CogGenerateAll.grovey
The second problem was with saving data, where I got a
java.lang.NoClassDefFoundError: org/hibernate/collection/PersistentSet
at com.sap.groovy.grails.helpers.DynamicContentHelper.loadContextToMap(DynamicContentHelper.java:267)
at com.sap.groovy.grails.helpers.GenericUtils.loadParamsMap(GenericUtils.java:86)
at com.sap.groovy.grails.wd.WDGroovyGrailsView.onActionhandleAction(WDGroovyGrailsView.java:659)
at com.sap.groovy.grails.wd.wdp.InternalWDGroovyGrailsView.wdInvokeEventHandler(InternalWDGroovyGrailsView.java:277)
at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:131)
at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:72)
Jun 19, 2009
Sean Doyle says:
The last version of grails this was tested with was 1.0.3 which can be downloade...The last version of grails this was tested with was 1.0.3 which can be downloaded from:
http://www.grails.org/download/archive/Grails
The class org.hibernate.collection.PersistentSet is in:
grails-1.0.3/lib/hibernate3.jar