[google-appengine] JAVA Search API: index namespace in Java?

2013-03-26 Thread Fred Janon
Index namespaces are supported in Python but don't seem to be in Java. Is it not supported or is the doc just missing the method? Thanks Fred -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving

[google-appengine] Java Search API: text field search with accents?

2013-03-25 Thread Fred Janon
Do queries ignore the accents on text field search? For example, for a text field containing Place des Fêtes, and searching for place des fetes would the document with the field stored with accents be found? Is there a specific Google support group for the Java Search API or here or is it through

Re: [google-appengine] How to migrate an app to HRD and keep its application id?

2012-11-04 Thread Fred Janon
Thanks Dan. I wanted to save an app (against the total count of 10), but reading some other posts, I realize that's probably a moo point. Fred On Fri, Nov 2, 2012 at 10:46 PM, Dan Holevoet danielholev...@google.comwrote: The final step of the HRD migration will alias your old app ID to the

[google-appengine] How to run 2 versions (go java) of the same app at the same time in dev?

2012-11-04 Thread Fred Janon
Is there a way to run locally two versions of the same app in two different languages (Java Go)? The only way I can think of is to run the two apps on a different port. But I would like to call one app from the other one without having to specify the port. Any suggestion? Thanks Fred -- You

[google-appengine] Can we have 2 versions (java go) of an app in app.yaml?

2012-11-04 Thread Fred Janon
Is there a way to package two different versions of an app in the same project (app.yaml)? I would like to call the java part from the go part in the same app. Thanks Fred -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this

[google-appengine] How to migrate an app to HRD and keep its application id?

2012-11-02 Thread Fred Janon
Hi, I created an application that I never used, now I am being asked to migrate it to HRD. Datastore Replication Options: Master/Slave Replication Deprecated!https://developers.google.com/appengine/docs/adminconsole/migration I saw that the migrated application must have a new application id.

Re: [google-appengine] Is it possible to build a mixed app in Java Go?

2012-08-31 Thread Fred Janon
), proxy as required to a java application/version. You will of course need a seperate running instance for each runtime, so it will increase costs. On Thu, Aug 30, 2012 at 5:27 PM, Fred Janon fja...@gmail.com wrote: Hi, I would like to start a new app in Go but some of the services

[google-appengine] Is it possible to build a mixed app in Java Go?

2012-08-30 Thread Fred Janon
Hi, I would like to start a new app in Go but some of the services are only offered in Java for the moment. I am thinking about writing everything I can in Go and call the other services in Java when not available in Go. Is there a way to have a GAE app with some of the URLs handled by a Go app

[appengine-java] Typing mistake in Java Application Configuration documentation: Inbound Services?

2010-05-17 Thread Fred Janon
I think (I hope!) there is a slight mistake on this page: http://code.google.com/appengine/docs/java/config/appconfig.html in the paragraph: *Inbound Services* Before an application can receive email and XMPP messages, the application must be configured to enable those services. You enable

Re: [appengine-java] Re: Any examples on how to use the data store low level Java API?

2010-04-29 Thread Fred Janon
interface, so you can compare these things... is there anything more specific you need? Tristan On Apr 9, 4:31 am, Fred Janon fja...@gmail.com wrote: Hi, Are there any examples on how to use the low level data store API, other than the short example on the Javadoc? Especially on how to use

Re: [appengine-java] Re: Any examples on how to use the data store low level Java API?

2010-04-29 Thread Fred Janon
found up to now are in this book: http://www.amazon.com/Programming-Google-App-Engine-Infrastructure/dp/059652272X/ref=sr_1_1?ie=UTF8s=booksqid=1271167954sr=8-1 Many chapters devoted to Datastore in all its aspects. The definite reading for your needs! regards didier On Apr 9, 11:31 am, Fred

[appengine-java] Any examples on how to use the data store low level Java API?

2010-04-09 Thread Fred Janon
Hi, Are there any examples on how to use the low level data store API, other than the short example on the Javadoc? Especially on how to use the predefined types like email, GeoPt, address... Is the source code available for these objects? I am interested in the compare method for these objects.

[google-appengine] Printing a Google Code page shows the footer at the top of the page...

2009-07-11 Thread Fred Janon
It seems more a Google Code issue than GAE, but I couldn't find a way to file the issue on any of the Google Code pages. When I print a page, the footer with the license information prints at the top of the page, over the header and title. This shows with FF3 and Opera as well. I checked the

[google-appengine] Extra '%' and blank lines on the Using JPA with App Engine web page

2009-07-10 Thread Fred Janon
Not sure where to report it, so here is is: http://code.google.com/appengine/docs/java/datastore/usingjpa.html There a superflous '%' character that should not be there and a bunch of useless blank lines (no big deal). Source: = %!DOCTYPE html PUBLIC -//W3C//DTD

[google-appengine] Re: New App Engine Java and Python forums

2009-04-08 Thread Fred Janon
Excellent! I was waiting for that to port my intranet app from Tomcat onto GAE and move my customer to Google Apps. Hopefully GAE can run a Groovy/Grails app? Fred --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Support for Decimal in Datastore?

2008-12-05 Thread Fred Janon
Float and Decimal are two different types. Float is used in scientific calculations, Decimal for accounting/financial applications. Decimal exists in Python but doesn't seem to be implemented in the Datastore. Fred On Fri, Dec 5, 2008 at 14:58, lock [EMAIL PROTECTED] wrote: There is the