What is the fastest way to create a list of RESTful services from data structure or simple XML files? (even with configuration files.) Is there any tools that can read a DB or a Python/Java/.Net class and generate RESTful services? Prefer something that runs on Apache or Tomcat.
Programming language is not a concern, I just need to generate a list of samples in a short amount of time.
Thanks a bunch!