[google-appengine] how to create java to GAE adapter?

2014-02-04 Thread Eman Hossny

Hello All,
 I hope to create an automatic adapter which converts a java app into 
google App engine app.
I don't imagine how I can read the java project? how I can read the names 
of the packages, classes, then finally, How I can read the code inside the 
class and parse it to convert it into the target language?
plz, can u advice me in this issue?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] how to create java to GAE adapter?

2014-02-04 Thread Vinny P
On Sat, Feb 1, 2014 at 5:57 AM, Eman Hossny e.hos...@gmail.com wrote:

  I hope to create an automatic adapter which converts a java app into
 google App engine app.
 I don't imagine how I can read the java project? how I can read the names
 of the packages, classes, then finally, How I can read the code inside the
 class and parse it to convert it into the target language?



When you say *converts a Java app*, what exactly do you mean? App Engine
can already run Java, so the only things necessary to add would be
configuration elements such as *appengine-web.xml* and so forth.


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.