other great
article
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine-java/-/E
I wouldn't use floats, they change to much for GeoPoint. I use a String and
BigDecimal myself.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view this di
example), and then I just grabbed it from the client.
Have a good day,
Brandon Donnelson
c.gawkat.com
The Donnelson Team
YourDTeam.com
On Thu, Sep 22, 2011 at 3:11 PM, GeorgeS wrote:
> I finally got back to the upload function and started trying to get it to
> work... I'm u
nt i = 0; i < spreadsheets.size(); i++) {
SpreadsheetEntry entry = spreadsheets.get(i);
//System.out.println("\t" + entry.getTitle().getPlainText());
}
}
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to th
} how can I query
that if it is an ancestor collection; needs more info in docs. Maybe I'm not
seeing whats currently stated. In that case please tie it into the
collections area.
Thanks,
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are sub
Ah, I thought they were both the same at first, so after you said that I
tried pm.makeTransient(j); and it won't work for me. Thanks for the help.
Brandon
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view
What would be the benefits of moving to Java 7 sooner than later?
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine-java/-/qUqOlkgoVrQJ.
To po
SchoolPeopleData[a.size()];
a.toArray(r);
return r;
}
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view this discussion on the web visit
Wow, that worked, your my best friend :)
How I got it to work:
if (j != null) {
classJdo detatched = pm.detachCopy(j);
a.add(detatched.getData());
}
Thanks,
Brandon Donnelson
http://gwt-examples.google.com
--
You received this message because you are
= jdoIds.iterator();
while (itr.hasNext()) {
Long l = itr.next();
if (l != null) {
r.add(l);
}
}
return r;
}
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engin
Wahoo, good job.
On Aug 23, 2011 11:30 AM, "David Chandler" wrote:
>
> We're working on it. The process is currently coupled with GPE releases
and there's one in progress. We're working to decouple these so SDKs can be
released independently.
>
>
> O
Could you stick the 1.5.3. SDK in the eclipse repository 3.7.
Thanks,
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view this discussion on the web vi
d
Which way did you choose to go?
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-app
with it.
I think your other items might fall into place after you get a successful
upload. Let me know if you can reder your html in a servlet, and get the
blob url correctly. Then confirm the file gets to the directory. Then you
might want to iterate and see if you have it too.
Hope that helps,
retty much like
the production environment although there are a few minor differences.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view this discussion on the w
Can you post some of your source code. Its hard to diagnose via your
comments above.
Here is some of my code I use to do
it: http://code.google.com/p/gwt-examples/wiki/DemoGAEMultiFileBlobUpload
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are
Suggestion: When you prerelease, could you stick that in the eclipse
repository too, for ease of download?
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To
onDragEnd(MarkerDragEndEvent event) {
setPosition();
}
});
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view this discussion on the web vi
Just to be sure, is this GWT?
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine-java/-/cWlRQU0xVkFBdDRK.
To post to this group, send email to
I needed to use Thread.sleep(2000); instead of wait(2000);
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view this discussion on the web visit
https://groups.go
catch (Exception e) {
success = false;
log.log(Level.SEVERE, "decode(): ERROR: ", e);
}
BlobKey blobKey = null;
if (skey != null) {
blobKey = new BlobKey(skey);
} else {
log.warning("tryfindingBlobKey(): warn: wasn't able to parse the blob
I use a servlet as my index.html page, so I can intercept the google login
and process according. You can do all kinds of fun things before GWT loads
here.
index
/index.html
index
com.gonevertical.server.servlet.Servlet_Index
index.html
Brandon
Thanks for the help :)
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine-java/-/VmxBT3RvN2lLbWtK.
To post to this group, send email to google-
finally {
if (tx.isActive()) {
tx.rollback();
}
pm.close();
}
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view this discussion on the web vis
Nice site!
Brandon Donnelson
http://gwt-examples.googlecode.com
--
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-java@googlegroups.com.
To unsubscribe from this g
I made an issue:
http://code.google.com/p/googleappengine/issues/detail?id=5131
Can GAE dev setup Blob write to datastore unit test, which would take up to
10min writing 10MB+ of data in task. This should replicate the issue.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You
I have found no workarounds for this limitation at the moment. I'm slicing
up my images into tiles/squares which suites my strategy anyway. But it
would be nice to figure out why the error shows up.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message becaus
The error:
1. E2011-05-27 07:41:59.139
org.gonevertical.core.server.jdo.data.base64.WriteBase64 writeToBlob:
writeToBlob(): Error 5: java.io.IOException
2. E2011-05-27 07:41:59.149
org.gonevertical.core.server.jdo.data.base64.WriteBase64 decode:
com.google.appengine.a
Good job.
On May 27, 2011 2:40 PM, "meiaestro" wrote:
> Ok, found it. Guess you gave me the right push - thanks:
>
> While my subclasses did extend the IsSerializable interface, the
superclass
> didn't. Never the less... funny effect ;-)
>
> --
> You received this message because you are subscribe
oops "HeapByteBuffer error" is not an error but the object toString().
--
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-java@googlegroups.com.
To unsubscribe from this group, sen
Sounds like it could be scope of the variable. Check to see if your setting
the superclass var or subclass var. At least thats what I am thinking at the
moment after looking at your code. I think some more code could help divine
the solution easier.
Brandon Donnelson
http://gwt
Is this JSP, GWT or something else?
--
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-java@googlegroups.com.
To unsubscribe from this group, send email to
google-appengine-java+
hen I used
JDO on mysql, it seemed fun and seemed to have the new JDO features which
were nice, but GAE doesn't support all JDO features.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google Groups
"Google App En
7;ll
send them into another tmp jdo class or into an array and keep drilling
(querying) the data until I get what I want. I've found it doesn't add to
much overhead. But I'm sure there are other ways too.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You receive
D'oh, I could have spotted that one, first one in my list. :)
Thanks for your time :).
Brandon
--
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-java@googl
Hmmm, I would think try revoking the oauth so it asks for your credentials
again.
https://www.google.com/accounts/b/0/IssuedAuthSubTokens - I'm not sure if
this is the place yet.
https://groups.google.com/d/msg/google-appengine-java/Hg2PgwC6_0g/RDtz9XlJ1isJ
Brandon Donnelson
http:
Is this the location for revoking?
https://www.google.com/accounts/b/0/IssuedAuthSubTokens
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, sen
Try this: http://www.htmlcodetutorial.com/applets/_APPLET.html - stick the
applet tag in a web page html source.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
What restrictions are you referring? Have you tried the entity query class,
the sort is a bit easier to set up.
Query q = new Query("BlobTmpJdo");
q.addFilter("key", FilterOperator.EQUAL, fbd.getKey());
q.addSort("index");
Brandon Donnelson
http
Have you figured out what layer is trunking it? Have you sniffed the
request?
--
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-java@googlegroups.com.
To unsubscribe from this gr
It looks like I was thinking of something else, brain glitch.. :)
--
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-java@googlegroups.com.
To unsubscribe from this group, send ema
Yea, changing the url should work. I have to make url modifications
depending on local and production. I would check to see if a Cookie is
getting sent in the header.
Brandon
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java"
are
like you want them? And if the request, how about the response, what does it
look like?
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, sen
Can you get your android phone on the 10.0.2.2 private network?
--
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-java@googlegroups.com.
To unsubscribe from this group, send email
sort with an incremented order value.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
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-java@googlegroups.com.
To u
In the "Development Mode" tab, when you see the link, right click on it,
you'll get choices of which browser to run. You can set it back to default
browser or choose another browser to run.
Brandon Donnelson
http;//gwt-examples.googlecode.com
--
You received this message
Doesn't an applet run on the client side? Did you want it to run on the
server side? If it does run on the client GAE won't care what you do.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google Groups
"Go
I see nothing wrong with what you said. Its fun to see others perspectives.
That's what this group is all about. :)
On May 23, 2011 4:58 PM, "Rusty Wright" wrote:
> Sorry, my post was slightly tongue in cheek; sometimes I can't resist
> sticking a twig into a hornet's nest.
>
>
> On 2011-05-23 08:
As to the inclusion of the libs in war/WEB-INF/lib, that is a yes. You may
have to check jaxb dependencies to make sure all of them are whitelisted or
the dependencies have to be included in the lib folder.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message
I think one of the easiest ways to do it is use the GWT setup. You don't
have to use GWT for building the app. It sets up a nice GAE dev environment.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google Groups
"
I forgot I'm using GSON too, indirectly through another library that works
with Google's geocoding API. It translates it very nicely into JAVA, which
all gets done on GAE.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscri
I would start with eclipse to code for GWT, android, and/or GAE, but there
are other good IDE's you could use for Java development. Eclipse cost
nothing and works great. I'd save up for the devices for testing. :)
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You rec
Check out http://www.json.org/ under java section towards bottom middle,
there are classes that serialize java objects into json for outing. GWT has
some libs that does it too.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the
It has to do with limits that are set for the API your using. If you need
longer transit times, I would use a task or something like the the Channel
API. Or split up the traffic.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to
Dev or Production side? I've had this happen on the dev side at times. I
haven't seen it recently in my app.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" gr
Do you mean: response.sendRedirect(url);
Brandon Donnelson
http://gwt-examples.googlecode.com
--
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-java@googlegrou
I forgot, this is a good time to test deploying an app to GAE too. If you
get a successful run of the example app, I deploy for testing the simplest
working app.
bd
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this
I would try another JDO class or Entity to store your friends instead of a
list. I like to use unowned relationships my self.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java&q
ebug on the web app.
6. Once you the test works, place with the code in small chunks get the feel
first.
Hope that helps,
Brandon Donnelson
http://gwt-examples.googlecode.com
http://c.gawkat.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine
design is
a bit more textual in the query and datastore query is more static
constants, which is a bit easier for me to use. It would be nice if you
could have a utility class to assemble the entity into the object/class like
JDO when using the datastore query.
Brandon Donnelson
Its under JDO:
http://code.google.com/appengine/docs/java/datastore/jdo/queries.html
Brandon Donnelson
http://gwt-examples.googlecode.com
--
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
Nothing has to be done with JDO to make the app HR. Although when you create
an app in the dashboard you will have to select HR in the beginning. Once
you have created a Master/Slave you will not be able to upgrade that app to
HR.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You
Very good job.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
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-java@googlegroups.com.
To unsubscribe from this g
BlobTmpJdo
4. Then I query and decode and write into blob
http://code.google.com/p/gwt-examples/wiki/GAEDatastore - some of my notes
on the experiment. I call it an experiment until I know I can use it in
production. So far the tests are working good, but need tuning and error
control.
Brandon
How is Winxp proxy setup for you? Do you just setup proxy in each app, or do
you have a OS global setting? I do know there is an OS global proxy setup,
but I can't remember that at the moment.
Brandon
--
You received this message because you are subscribed to the Google Groups
"
case I can see
some classes are restricted, and a sniff of the post, copy and configure it
to your liking would do the job. You can stream the bytes ouf of the blob
into a post request to the doc api.
Brandon
http://gwt-examples.googlecode.com
--
You received this message because you are subscri
setup more than one location. I usually have
the most success with this depending on admin rights to OS. Test the proxy
by trying to update or install. Eclipse > Preferences > search "proxy" >
setup the ports that you need to forward through the proxy.
Brandon
--
You rec
Are yo using eclipse to debug? What OS are you using?
--
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-java@googlegroups.com.
To unsubscribe from this group, send email to
googl
api.
http://code.google.com/apis/documents/docs/3.0/developers_guide_java.html
Brandon Donnelson
http://gwt-examples.googlecode.com
--
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 g
I can't believe my self. It seems I forgot how to count decimals. Wheres my
foot in mouth totem so I can scratch another notch :).
Brandon
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group
Oops my bad. I was wrong.
On May 7, 2011 10:33 AM, "Brandon Donnelson"
wrote:
> It appears so far that numeric sorting on a double doesn't work yet. I am
> probably doing something wrong. I wondering what kind of cost you get when
> sorting numerically on GAE? I am thin
64=null
query(): index=45.18 base64=null
query(): index=45.19 base64=null
query(): index=45.2 base64=null
query(): index=45.21 base64=null
query(): index=45.22 base64=null
qu...
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Goog
ed through.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
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-java@googlegroups.com.
To unsubscribe from this
FileBlobUpload#Upload_By_Servlet
Brandon Donnelson
http://gwt-examples.googlecode.com
--
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-java@googlegroups.com.
To unsubscribe from t
Wahoo. I'm getting really good results chunking base64 over RPC calls into a
entity. After the chunks are all sent, I recombine the chunks and decode
into bytes for save the file to blobstore.
I am having so much more control with chunking, I'm starting to dig it. :)
Brandon Donn
I would specifically mention google app engine or gae, or #GAE in your sales
pitch next time. I think it wouldn't feel as spamish.
--
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-appengi
If you pulled the source code in, try renaming(refractor) the source make
sure its referencing the correct class.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
How much do you have? I would make a class to run as a task, and read the
blobs then write them through a post to the other app. I can see the code
overhead, because of new blobkey. Might have to break up tasks if you go
over 10min.
Brandon
--
You received this message because you are
I see a java.lang.ClassNotFoundException. Got the libs in war?
--
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-java@googlegroups.com.
To unsubscribe from this group, send email
p the buffer, randomly get a number then query using the index as a
filter
Maybe I should be asking my self, what is random. Should I be using some
atomic decay?
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google G
es it take to compress java.util.zip.GZIPOutputStream?
Brandon
--
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-java@googlegroups.com.
To unsubscribe from this group, s
Entity limit is 1MB total. But you could have multiple blobs within one if
they where less than 1MB.
Brandon
--
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-appe
ave multiple 1mb text columns? Or is there an
> overall size limit for the row?
>
> On May 5, 3:42 pm, Brandon Donnelson wrote:
>> I choose the datastore so I wasn't constrained with the 1MB limit. I
think
>> it works great too. I made a rough dem
Oops I mean blob store
On May 5, 2011 3:42 PM, "Brandon Donnelson" wrote:
> I choose the datastore so I wasn't constrained with the 1MB limit. I think
> it works great too. I made a rough demo to try it out.
>
> GWT javascript has to init. http://demogaemultifileblo
I choose the datastore so I wasn't constrained with the 1MB limit. I think
it works great too. I made a rough demo to try it out.
GWT javascript has to init. http://demogaemultifileblobupload.appspot.com/ -
the files are served from the datastore.
Brandon Donnelson
http:
You could try nulling the Cookie that is created.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
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-java@google
I have a working demo and example here:
http://code.google.com/p/gwt-examples/wiki/DemoGwtGData
http://gwt-examples.googlecode.com
--
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-appeng
Oops I think the 62 (zero ordinal index) should be a "+".
--
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-java@googlegroups.com.
To unsubscribe from this group, send email to
g
;T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b',
'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n&
will allow me track the upload and retransmit sections on failure.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
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-appeng
Thanks for looking :)
--
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-java@googlegroups.com.
To unsubscribe from this group, send email to
google-appengine-java+unsubscr...@goo
I'm wondering if I am having operator error?
--
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-java@googlegroups.com.
To unsubscribe from this group, send email to
google-appengi
I've been trying to find a work around for base64 upload to see if I could
get it to upload and I can't find one yet. I previously was able to get some
base64 to upload but for some reason I can't anymore.
--
You received this message because you are subscribed to the Google Groups
"Google App
wing pains trying
to figure some things out, like data relationships. I like reading about it
all when I get time.
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
T
http://labs.google.com/papers/bigtable.html - here is a good read
--
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-java@googlegroups.com.
To unsubscribe from this group, send ema
Demo to test my point:
http://demogwtcanvas.appspot.com - Demo
http://code.google.com/p/gwt-examples/source/browse/trunk/DemoGwtCanvas/src/org/gonevertical/democanvas/client/UploadImage.java
- source code for it
Brandon Donnelson
http://gwt-examples.googlecode.com
--
You received this
ong with it. My uploads work in my dev environment, which is
telling me my code works. I have tried both High Replication and
Master/Slave deployments with no success.
http://code.google.com/p/googleappengine/issues/detail?id=4265
Can someone look into uploading in base64 data and fix it?
Thanks,
Br
#" + historyToken;
url = URL.encode(url);
url = Global_String.encodeUrlDelimiters(url);
String baseUrl =
cp.getAccessToken().getThirdPartyLoginData().getGoogleLoginUrl();
baseUrl = baseUrl.replaceAll("=%2F.*", "=" + url); // this is where I do
I haven't seen a profile api yet. If there was, I would like something like
that too. I think they need a friends api too.
--
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-java@
http://code.google.com/appengine/docs/java/config/queue.html#Queue_Definitions
- add a queue.xml?
Brandon
--
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-appe
1 - 100 of 122 matches
Mail list logo