• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to easily migrate from Google App Engine to JBoss/Wildfly and vice versa?

 
Ranch Hand
Posts: 701
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there an easy way to do that?
 
author
Posts: 194
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rogerio,
well I haven't a deep knowledge of Google App Engine but AFAIK it's a framework that leverages standard Web components like Servlets, JPA, Java Mail, etc. So as long as you are using standard Java EE components in your Google App Engine it won't be too difficult migrating your applications to JBoss/WildFly. Other components like JDO still can be installed in JBoss/Wildfly but that's not out of the box. see for example: https://community.jboss.org/wiki/GettingStartedWithJDOOnJbossAS7InSevenSteps
Hope it helps
Francesco
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There's a project named Capedwarf http://capedwarf.org/ which is built on top of Wildfly and allows you to run your GAE app on Wildfly without any changes to it.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not sure about migration back to GAEJ from Wildfly, but we have prepared this recently. Feel free to make use of it and share http://2-share.appspot.com/go/2capedwarf

HTH
 
reply
    Bookmark Topic Watch Topic
  • New Topic