[appengine-java] Problem starting a GWT (with jetty) app via LAN

2010-09-13 Thread Thomas P.
Hi all, Initially, I used GWT + GAE for my project and when compiled to Javascript I could start the project from everywhere in my home-lan over e.g. http://myip:. Then, after I found out, GAE doesn't support the java-classes I need, I created a new project without GAE, but still using

[appengine-java] How to implement global address book/list in google app engine

2010-09-13 Thread Saurabh Saxena
Hi, Can some one help me how to implement global address book or list in google app engine. Thanks forthe help in advance. Regards, Saurabh -- 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

[appengine-java] How to configure PHP, MySQL GAE

2010-09-13 Thread technut
Hi I have configured PHP with GAE and it works for me. But i am not able to connect mySQL. I have reviewed that mysql doesn't support directly to GAE and JDO is one media for that. So how do i make connection from PHP to mySQL through JDO.? Its appreciate if you can reply me earliest. Thanks -B

[appengine-java] Where war file and jars are located in google app engine site

2010-09-13 Thread Saurabh Saxena
Hi All, I have successfully deployed applicaion in google app engine by creating one application id.Now i can access my app using http://myappname.appspot.com I am wandering where the jars files are located and where does war file gets deployed.II have checked current load through

[appengine-java] SimpleDS 1.0 is out

2010-09-13 Thread Nacho Coloma
We are excited to announce the 1.0 release of SimpleDS. SimpleDS is a simple persistence framework for Google AppEngine that provides an alternative to JDO or JPA. This release includes a lot of new features: Cached queries == This is the star feature of this release. Starting with

Re: [appengine-java] SimpleDS 1.0 is out

2010-09-13 Thread John Patterson
Nice work Nacho! Some cool new features... love the meta-data reloader idea On 13 Sep 2010, at 18:53, Nacho Coloma wrote: We are excited to announce the 1.0 release of SimpleDS. SimpleDS is a simple persistence framework for Google AppEngine that provides an alternative to JDO or JPA. This

Re: [appengine-java] Problem starting a GWT (with jetty) app via LAN

2010-09-13 Thread John Patterson
Try adding the parameter -bindAddress 0.0.0.0 in the launch configuration. Since a few versions back the dev server will only bind to the local interface by default. On 13 Sep 2010, at 15:46, Thomas P. wrote: Hi all, Initially, I used GWT + GAE for my project and when compiled to

Re: [appengine-java] Where war file and jars are located in google app engine site

2010-09-13 Thread Crll Vnc
Hi Saurabh, That's the magic of GAE : forget about your jars, wars, and whatsoever. On the server side, you do not have access to the file system. Bye. On 13/09/10 13:51, Saurabh Saxena saurabhsaxena.saur...@gmail.com wrote: Hi All, I have successfully deployed applicaion in google app

[appengine-java] Which file Google app engine application data get stored

2010-09-13 Thread Saurabh Saxena
Dear All, I wanted to put some hard code value to my database which later can be used in application like admin user name/password.I am using JDO/JPA for datastore. Could anybody let me know which file stores data in Google app engine (is it local_db.bin) and where i can make changes to put

[appengine-java] Design question

2010-09-13 Thread Vik
Hie I have a design question for your advise. I have a feature where i store details of Blood donors in the app engine. We got a requirement where we should be able to mark blood donors inactive for some period. So another three things need to be stored is: 1. isActive (true or false) 2.

[appengine-java] How to Create Blobstore entry from bytes

2010-09-13 Thread Raghu
Hi I'm trying to create a blobstore entry manually,by injecting bytes. Please let me know. thanks raghu -- 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 google-appengine-j...@googlegroups.com.

[appengine-java] Entity Groups

2010-09-13 Thread Akasha
Hallo, I'm new to gae and I'm a bit confused with the way the datastore is handling transactions. I believe that all in all I have figured out how it works but unfortunatly I receive Exceptions. So this is the problem: Three Class AbtractAdd DetailedAdd and AddConcept have to be in the same

[appengine-java] Problem querying by Id ?!?!?! :(

2010-09-13 Thread ZeoS
Hi all! I'm trying to learn AppEngine and I'm having a frustrating problem (most likely caused by NOT Reading TFM) here's my issue: I have a Class User that has a 1-many relationship with contacts @PersistenceCapable @FetchGroup(name = _contacts, members = { @Persistent(name = contacts) })

[appengine-java] Drools Expert 5.1 (http://jboss.org/drools/drools-expert.html)

2010-09-13 Thread Maxim Veksler
Can I run Drools on app engine ? -- 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 google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to

[appengine-java] Re: Help: How to enable src auto-update in eclipse using app engine plugin for eclipse?

2010-09-13 Thread Felix
Hi, Ikai. Yeah, I'm running server in debug mode, and I was not modifying web.xml in this situation. In Tomcat, java file re- compilation can be triggled by file modification, and then deployed to the Tomcat web directory. Google App Engine uses Jetty as HTTP server, but I don't know wether you

[appengine-java] Unable to upload more than 1 mb using bulkloader

2010-09-13 Thread GKotta
Hi, I am unable to bulk upload more than 1 mb of data using the bulkloader. Is this the way bulkloader works or is there something wrong with my code? my remote api servlet is: servlet servlet-nameRemoteApi/servlet-name servlet-

Re: [appengine-java] App Engine Channel API release date on production?

2010-09-13 Thread Ikai Lan (Google)
It's not ready yet. Our roadmap is here: http://code.google.com/appengine/docs/roadmap.html In general, we do not release ETAs for features until they are imminent. For instance, if you see something in a prerelease SDK, that's a sign it's likely going to happen (barring catastrophic issues).

Re: [appengine-java] How to configure PHP, MySQL GAE

2010-09-13 Thread Ikai Lan (Google)
App Engine doesn't support SQL (yet, see roadmap http://code.google.com/appengine/docs/roadmap.html). Please read through these datastore docs to understand our persistence model: http://code.google.com/appengine/docs/java/datastore/ On Mon, Sep 13, 2010 at 4:03 AM, technut worldh...@gmail.com

Re: [appengine-java] 1MB URL Fetch limit and blobstore service

2010-09-13 Thread Ikai Lan (Google)
No. You will be able to upload large files to the blobstore. On Mon, Sep 13, 2010 at 6:54 AM, Lucian Baciu lucianba...@gmail.com wrote: Does the 1MB request limit listed here: http://code.google.com/appengine/docs/java/urlfetch/overview.html apply to upload requests send to the blobstore as

Re: [appengine-java] 1MB URL Fetch limit and blobstore service

2010-09-13 Thread Lucian Baciu
What I meant is actually send POST requests using the URL Fetch API to the blobstore. I've done a test and the request limit does apply :( so I can't send files larger then 1MB in size. My app has a dropbox servlet (i.e. users send emails to the app with attachments) and my app saves these

[appengine-java] query for null missing properties

2010-09-13 Thread Benjamin
Brain freeze guys - I added a property to my object and persisted in the datastore. The older object have now have a column that when viewed in the control panel have a value of missing. I need to query those objects so i can update them - propname == null , propname == - I can't seem to

Re: [appengine-java] query for null missing properties

2010-09-13 Thread Ikai Lan (Google)
You can't. Empty properties are the equivalent of unindexed properties. You'll need to iterate over all the Entities in your datastore and update them. The Mapper API is a very good tool for this: http://code.google.com/p/appengine-mapreduce/ On Mon, Sep 13, 2010 at 12:20 PM, Benjamin

Re: [appengine-java] 1MB URL Fetch limit and blobstore service

2010-09-13 Thread Ikai Lan (Google)
We can't for the time being. Our track record so far has been to raise or remove limits (blobstore, task queues, etc), so we hope to do this as well with our URLFetch API. On Mon, Sep 13, 2010 at 12:08 PM, Lucian Baciu lucianba...@gmail.comwrote: What I meant is actually send POST requests

[appengine-java] Re: query for null missing properties

2010-09-13 Thread Benjamin
OK thanks Ikai, I was trying to avoid that but see no problem with it. Ben On Sep 13, 5:15 pm, Ikai Lan (Google) ikai.l+gro...@google.com wrote: You can't. Empty properties are the equivalent of unindexed properties. You'll need to iterate over all the Entities in your datastore and update

[appengine-java] Entity with 1 single property + 1 list property : is that OK ?

2010-09-13 Thread Crll Vnc
Hi Big Brains, I carefully watched the Brett¹s speech about large scale apps and how to use the list property. I encourage everyone to watch it. My need : to query on BOTH a single property AND a list property. This will create a custom index over ONE single property and ONE list property. My

[appengine-java] Re: 1MB URL Fetch limit and blobstore service

2010-09-13 Thread Robert Lancer
Humm, Im not sure this would work but maybe you could use a transfer or send redirect to do the upload since the blob store upload URL is within your app. On Sep 13, 3:08 pm, Lucian Baciu lucianba...@gmail.com wrote: What I meant is actually send POST requests using the URL Fetch API to the

[appengine-java] Re: How to Create Blobstore entry from bytes

2010-09-13 Thread Raghu
Any Help ? Now one got this kind of problem ? -raghu On Sep 13, 10:55 pm, Raghu visuma...@gmail.com wrote: Hi I'm trying to create a blobstore entry manually,by injecting bytes. Please let me know. thanks raghu -- You received this message because you are subscribed to the Google

[appengine-java] Re: Drools Expert 5.1 (http://jboss.org/drools/drools-expert.html)

2010-09-13 Thread niraj
I dont think you can. I had posted the same question about an year ago. At that time you could not. I believe there were some java.io.file and ClassLoader dependencies that did not work On Sep 12, 8:47 am, Maxim Veksler ma...@vekslers.org wrote: Can I run Drools on app engine ? -- You