Results 1 to 2 of 2

Thread: How to use java code in grails project.

  1. #1
    Join Date
    Dec 2012
    Posts
    3

    Default How to use java code in grails project.

    Hello everyone,

    First it is amazing that grails is so easy to start and often give me some good feelings.
    Thanks.

    I have some java code which described some data models like the domain class in grails.
    also some code to interact with another server using SOAP in java to initialize the datas.

    But I am not sure how to use java class in a grails project.
    Any one could please provide some content for this?

    Thanks.

  2. #2
    Join Date
    Jul 2007
    Posts
    124

    Default

    Put Java classes in src/java.

    Try the User mailing list for future questions - there are a lot more subscribers there. Sign up at http://grails.org/Mailing+Lists

Posting Permissions

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