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 at 
> http://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.

Reply via email to