557 reputation
1211
bio website appengineguru.com
location Chhatarpur, India
age 23
visits member for 1 year, 4 months
seen 14 hours ago
stats profile views 69

I am a Java Google App Engine Developer. I just love my work.


May
9
comment Java, Google App Engine, and JSONArray/JSONObject
also try to use org.json library instead of org.json.simple as it is much more flexible and works 100% fine with GAE.
May
9
comment Java, Google App Engine, and JSONArray/JSONObject
did you added the json.jar in your build path of your eclipse project.
Apr
25
comment Jboss Rest Easy client fails in google app engine
The way you are trying to fetch data from a URL is not supported by GAE
Apr
25
comment Jboss Rest Easy client fails in google app engine
Well you need to use the URL Fetch Service of GAE. Here is a link for it developers.google.com/appengine/docs/java/urlfetch/overview
Apr
11
comment Google Apps Forces SSL on my domain
Just check in your Google Apps Control panel that on which url you are exactly mapping the appspot url.
Apr
11
comment Serving blob from app-engine endpoint
I suggest you to send the url which can be obtained by ImageService Apis of GAE by passing a blobkey, and that url can be used anywhere on the web as a normal source attribute for img tag
Apr
3
comment Google App Engine program can't find jdk error, how to fix?
I am not sure exactly how to do it in Netbeans, but you can have a look at my answer to this type of question for eclipse here stackoverflow.com/questions/15491398/…
Apr
3
revised how can i get value of inner array of json?
added 28 characters in body
Apr
2
revised how can i get value of inner array of json?
added 4 characters in body
Apr
2
comment how can i get value of inner array of json?
I agree with your comments, I have edited my answer.
Apr
2
revised how can i get value of inner array of json?
deleted 2 characters in body
Apr
2
comment how can i get value of inner array of json?
@Christoph Well I tried to give a generic solution, and JSON array is also ultimately a JavaScript array. And take a look he is also wants to parse another JsonObject array inside the jsonobject which contains a JSONArray.
Apr
2
answered how can i get value of inner array of json?
Apr
2
answered Retrieve more than 1000 results Google App Engine Search API
Mar
31
comment Redirect Servlet to the a div container
@maximus my pleasure
Mar
30
comment Google App Engine Use Blobkey
You can use image service api by GAE to serve images from GAE. See my solution in this post stackoverflow.com/questions/15306790/…
Mar
30
answered Redirect Servlet to the a div container
Mar
30
comment Redirect Servlet to the a div container
what is the action of your form ? does it also points to thankYou url ?
Mar
29
comment How to manages/ store images on web server appengine via android app?
Well you can do one thing that while uploading file to Google Cloud Storage or Blobstore, you will get a blobkey in response which you can save in your DB table by creating an extra field, and when you need to serve that file, just pass the blobkey to get the file served.
Mar
27
comment Gray rectangle appearing in Google Maps when I place a marker
I think you should refer to this url developers.google.com/maps/documentation/javascript/training/…