Hi, to reduce the initial effort suggested by Luca, you could try the sql support offered by GAE: see http://code.google.com/appengine/business/#features
That could get you up and running on GAE more quickly. Then, you could decide if it is worth the refactoring or not because it's clear that datastore is the more normal way to go to store your data. regards didier On May 2, 8:49 pm, Luca Matteis <[email protected]> wrote: > If you're using standard APIs for your data layer like JDO or JPA then > it should work out of the box... otherwise you're pretty much stuck > having to re-write many layers. The I/O layer for example needs to be > completely abstracted out because no I/O operations (other than > reading resources) are allowed on App Engine. > > Best of luck with the port over to GAE... it's worth the refactoring :). > > Luca > > On Mon, May 2, 2011 at 11:26 AM, Sherif Amer <[email protected]> > wrote: > > Dears, > > I have web application and want to migrate this web application to the > > cloud using GAE > > any idea how to do this ? > > Note: my application developed using JSF framework and connecting to > > Oracle DB. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine for Java" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/google-appengine-java?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
