Results 1 to 7 of 7

Thread: Could Roo support these two features?

Hybrid View

  1. #1
    Join Date
    Apr 2011
    Posts
    2

    Question Could Roo support these two features?

    1 oracle spatial
    2 non-structure flat database

    Could Roo support them natively?
    Or, we can get help from some add-ons?

    I haven't understant roo deeply, and hope to get some guidance.
    Thanks.

  2. #2
    Join Date
    Dec 2005
    Posts
    930

    Default

    Well for 2. are you referring no-sql databases? If so, we support the Google App Engine
    Alan Stewart
    Spring Roo Committer
    twitter @alankstewart

  3. #3
    Join Date
    Apr 2011
    Posts
    2

    Question

    Thanks for your reply.

    We will try and investigate GAE later.
    Quote Originally Posted by Alan Stewart View Post
    Well for 2. are you referring no-sql databases? If so, we support the Google App Engine
    And, is there some guidance to add support for Oracle Spatial?

  4. #4

    Default

    I'd also like to know the answer to this, right now, upon db reverse enginnering, roo creates String type columns for the oracle Geometry type, and I have to manually push in this field and update its type to JGeometry-

  5. #5
    Join Date
    Dec 2005
    Posts
    930

    Default

    DBRE uses the java.sql.DatabaseMetadata object from the Oracle driver to determine column types. If the support is not there in the driver for the Oracle Geometry type, then the answer would be no.
    Alan Stewart
    Spring Roo Committer
    twitter @alankstewart

  6. #6
    Join Date
    Aug 2012
    Posts
    2

    Default

    Perhaps you could use Hibernate Spatial?

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
  •