domain « Context « JSP-Servlet Q&A





1. Grails: find domain class by name    stackoverflow.com

I want to allow users to traverse the domain classes and print out dumps of stuff. My frist problem: assuming the following works just fine:

//this works
class EasyStuffController{
  def quickStuff ...

2. Is it possible to call a servlet on my domain from another domain?    stackoverflow.com

I have a VPS. My website is on that vps, and I would like to have my client's websites on there as well, which is no problem. I want to have ...