HI Bruce, I don't know an off-the-shelf tool to solve your question but you can combine existing parts to get what you need:
- a dependency analyzer like http://www.dependency-analyzer.org/ - the JRE while list of allowed classes for GAE java at http://code.google.com/appengine/docs/java/jrewhitelist.html Then, I would run the dependency analyzer on the application you want to port and check if all dependencies are in the white list or not . regards didier On Apr 23, 7:07 am, bruce kr <[email protected]> wrote: > Hi, > Is there any utility available for finding > incompatibilities in an existing java app with respect to GAE? > . Where I am coming from is that there are may APIs/Specifications > not supported by App Engine like JMS/JNDI/JDBC/EJB etc as of now. > Before I could port an existing application to App Engine I need to > find out whether this application uses any of those incompatible APIs > or not. I was wondering whether any utility is already available which > will help me to spot the incompatibilities, say java files containing > those incompatible APIs. > > -- > 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.
