I have developed a website in Java/JSF/HTML5 in google app engine. I want to create a mobile app using the same data.
I am trying to create an cloud endpoints web service to provide the data to/from the mobile app. but it creates another version on the default service in the app.
Maybe I need to create another service in the google app engine application, is there any way to be created?
I couldn't find any examples about this. Could you please point me to some preferably in Java.
Related
I am currently trying to get push notifications from Google working to my domain in Google App Engine. I use this guide: https://developers.google.com/drive/v3/web/push
The guide says that I should verify my domain to ensure that I own it. This should be done by uploading a html file to my app engine. Should this be needed if the domain is contained in Google App Engine?
What would be a convenient way to achieve this? Can I upload the html in a simple way? Right now I am just using the Google App Engine to host a Java servlet that exposes REST services.
We are creating an Android app and web app using Firebase 3.0.0. Right now both these clients are writing data directly into Firebase database.
We wish to avoid this by introducing Web Services component in between. This component will write data to Firebase, and it will be consumed by Android and Web (or iOS in future) apps.
We have decided to develop web services using Java, we found Firebase JAR for JVM.
There are no Firebase tutorials to implement such a component.
Can we use this JAR for creating web services in Java? How?
Thanks
For the new Firebase, you can use the server SDK from this documentation page: https://firebase.google.com/docs/server/setup. Then start accessing the Database by following the instructions here: https://firebase.google.com/docs/database/server/start
I have created a web application hosted on Google App Engine (Java). Now my client wants a Facebook application of it. All I need to ask is: Is it possible?
The problem is that all I see is the Python version of Google App Engine for Facebook development, so is it possible to **build a Facebook application (Java) with my application hosted on Google App Engine (Java platform).
You can create a Facebook application that is IFrame based. This way Facebook will host your application inside an IFrame.
i am looking for a link through a web service between an android application and an application that is deployed on google app engine.the user inputs data in the android application which has to be passed to the jsp and jpa application deployed on the google app engine.Can anyone please help...
See this article for how to authenticate against App Engine from inside your Android app. From there, how you interface is up to you: You can write a RESTful API, or use any number of HTTP-based RPC protocols to communicate between the Android app and the site. Which you choose depends on your needs, which you haven't detailed.
I created a Facebook API using PHP and MySQL and hosted it on a domain. Now I would like to host it on Google App Engine, however, Google App Engine does not support PHP. I would like to learn how to write a Java application that can invoke Facebook's API through HTTP and host the Java application on Google App Engine.
If you have any advice or links on how I can accomplish this, it would be a big help.
FYI GAE does support PHP Now: https://developers.google.com/appengine/docs/php/gettingstarted/introduction