Results 1 to 2 of 2

Thread: Source Code from generated Classes

  1. #1

    Default Source Code from generated Classes

    Hello,
    I am very new to Spring grails, and I think it's a great thing.

    I think the grails works so

    the script code is converted in java code and the compiler compiles it to java classes

    so far so good

    is there a possibility to generate this java source code so that I can look into this generated source code

    This ist not required but it would be of interest to look inside this code

    please let me know if I think wrong

    with best regards

  2. #2
    Join Date
    Jul 2007
    Posts
    123

    Default

    Groovy code is compiled into bytecode without an intermediate Java phase.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •