I currently have a grails application that gets deployed through liferay. Now, I need to build some portlets, but I'm unsure what the best way is to expose the grails domain objects and services.
How would you go about doing this?
Ideally, I could either build my portlets directly within the grails application or somehow wire the two together when deployed in different wars.