I do not have Java in my Server and is shared env 4GH godaddy. This means I can use AppEngine java to build a java chat web app

93 views
Skip to first unread message

LWDLSE

unread,
Aug 14, 2013, 7:59:08 AM8/14/13
to google-a...@googlegroups.com

I do not have Java in my Server and is shared env 4GH godaddy. This means I can use AppEngine java to build a java chat web app or android chat app...or also required my own server (not appengine) have java? What about a phonegap app can use appengine for a chat page in one of my phonegap app pages? Python exist on server but I know only java...

Vinny P

unread,
Aug 14, 2013, 6:40:06 PM8/14/13
to google-a...@googlegroups.com
On Wed, Aug 14, 2013 at 6:59 AM, LWDLSE <lsepo...@gmail.com> wrote:

I do not have Java in my Server... This means I can use AppEngine java to build a java chat web app or android chat app...or also required my own server (not appengine) have java?

 
Yes you can use GAE Java APIs to build a chat app, but you need to host the app on Google App Engine or a platform that supports GAE services such as AppScale http://www.appscale.com/ . 

On Wed, Aug 14, 2013 at 6:59 AM, LWDLSE <lsepo...@gmail.com> wrote:

What about a phonegap app can use appengine for a chat page in one of my phonegap app pages?

 
Yes, a PhoneGap application can communicate with App Engine based projects for chat services.
 
 
-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

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

Leonidas Savvides

unread,
Aug 15, 2013, 3:01:48 PM8/15/13
to google-a...@googlegroups.com

So not needed my server at all in all instances only gappengine hosting...correct?
in This app engine my files are private either free account or not?

--
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/YElqsv8FA6k/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Vinny P

unread,
Aug 15, 2013, 7:18:44 PM8/15/13
to google-a...@googlegroups.com
On Thu, Aug 15, 2013 at 2:01 PM, Leonidas Savvides <lsepo...@gmail.com> wrote:

So not needed my server at all in all instances only gappengine hosting...correct?

 
Yes. App Engine can host everything you need: static files, dynamic applications, data, etc.

 
On Thu, Aug 15, 2013 at 2:01 PM, Leonidas Savvides <lsepo...@gmail.com> wrote:

This app engine my files are private either free account or not?

 
 
 
The files on your account are private, as long as you secure them with the appropriate role-name (for example, using admin as the role): https://developers.google.com/appengine/docs/java/config/webxml#Security_and_Authentication
 

Leonidas Savvides

unread,
Aug 16, 2013, 5:27:25 AM8/16/13
to google-a...@googlegroups.com

So appengine is perfect for web services (android/java or phonegap apps) eg run on java but deliver via web service text in other platform or language...?

--

Vinny P

unread,
Aug 18, 2013, 9:21:24 PM8/18/13
to google-a...@googlegroups.com
On Fri, Aug 16, 2013 at 4:27 AM, Leonidas Savvides <lsepo...@gmail.com> wrote:

So appengine is perfect for web services (android/java or phonegap apps) eg run on java

 
Yes, App Engine can run web services well. As for "perfect" - you should talk to Chris Ramsdale or another Google Product Manager, they would probably appreciate the quote for their marketing materials :-)
 

On Fri, Aug 16, 2013 at 4:27 AM, Leonidas Savvides <lsepo...@gmail.com> wrote:

deliver web service text in other platform or language...? 

 
If you want "other language" support for your application, you'll need to implement it yourself. If you use a framework (such as Spring) there is usually some kind of internationalization support available. For instance, Spring can change locales using classes like LocaleChangeInterceptor and store translations of UI texts in resource files.
Reply all
Reply to author
Forward
0 new messages