Hi there!
How can I access or better pass on a bunch of domain classes from a controller in Grails to a quite simple java program residing in src/java within the grails tree? I always get a ClassNotFoundException for the domain classes, regardless in which package I put them in. There's no auto-completion pointing to the domain classes when trying to import them using Eclipse.
I want to use grails only as a prototype frontend for easy input and output for my java app. So any quick and not so dirty idea is welcome.