Hi, Im new to developing Java especialy in GAE. I wondered if this scenario would be possible:
MVC application: The View component is an applet running on another server. The Controller component is a servlet accessing a MySQL database also on another server which pools the connections, these are obviously accessible from the applet. Am I correct in assuming that the servlet can be hosted on GAE, that it can connect via JDBC to a MySQL database on another server and then be accessed by the applet which is hosted elswhere? I appologise if there is some vaugeness (I am still learning) in what Im asking. Thanks for your time. -- 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.
