Grails JIRA

  • Log In Access more options
    • Online Help
    • GreenHopper Help
    • Agile Answers
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Agile
Grails
  • Grails
  • GRAILS-4518

GORM on GAE

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.2 final, 1.2.3, 1.3 RC2
  • Component/s: Persistence
  • Labels:
    None

Description

It would be great if we could use GORM on GAE.
Is it possible in near future?

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
  • Git Commits
Hide
Permalink
Robert Fischer added a comment - 11/May/09 11:32 AM

What would GORM on GAE look like? There's no SQL database on GAE.

You can already use GORM for a GAE app, but you have to point to a MySQL server somewhere over the internet, which is going to be fairly slow (and should probably be encrypted).

Show
Robert Fischer added a comment - 11/May/09 11:32 AM What would GORM on GAE look like? There's no SQL database on GAE. You can already use GORM for a GAE app, but you have to point to a MySQL server somewhere over the internet, which is going to be fairly slow (and should probably be encrypted).
Hide
Permalink
Shponter added a comment - 11/May/09 12:34 PM

I ment that it should be possible to implement dynamic methods like save(), list(), validate()... on domain objects using JDO as persistance layer.
It would be great to have an "usual" grails app and change only domain classes to JDO to have an application running on GAE.

Show
Shponter added a comment - 11/May/09 12:34 PM I ment that it should be possible to implement dynamic methods like save(), list(), validate()... on domain objects using JDO as persistance layer. It would be great to have an "usual" grails app and change only domain classes to JDO to have an application running on GAE.
Hide
Permalink
Graeme Rocher added a comment - 21/Apr/10 7:29 AM

This already works with JPA and the gorm-jpa plugin

Show
Graeme Rocher added a comment - 21/Apr/10 7:29 AM This already works with JPA and the gorm-jpa plugin

People

  • Assignee:
    Graeme Rocher
    Reporter:
    Shponter
Vote (2)
Watch (2)

Dates

  • Created:
    04/May/09 4:09 AM
    Updated:
    01/Apr/11 1:29 PM
    Resolved:
    21/Apr/10 7:29 AM

Agile

  • View on Board
  • Atlassian JIRA (v5.2.1#813-sha1:277a546)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Grails project. Try JIRA - bug tracking software for your team.