[appengine-java] Re: Please help, I'm not able to obtain the oAuth redirect URL from twitter

2010-07-23 Thread planetjones
I'm getting this too: Caused by: java.io.IOException: Could not fetch URL: https://api.twitter.com/1/statuses/mentions.json?since_id=18860116961&count=100 It's a good job my app is still only being tested. On Jul 23, 12:47 pm, nischalshetty wrote: > @Keith > > One of the two: > > 1. Either Goog

[appengine-java] Re: Tag clouds on GAE for Java - how to store and how to aggregate

2010-07-22 Thread planetjones
this is probably a pattern that can be reused for others wanting to do the > same thing, > > Thanks, > Mark > > > > On Wed, Jul 21, 2010 at 3:15 PM, planetjones wrote: > > Mark, > > > Thanks very much for this - it's useful.  I'm slowly getting used to

[appengine-java] Re: Tag clouds on GAE for Java - how to store and how to aggregate

2010-07-21 Thread planetjones
y state what that max is. Write out everything you need when > the user submits an entity, so that your reads will be fast as other > users browse the site. > > Mark > > On Jul 19, 9:16 am, planetjones wrote: > > > > > Hi, > > I'm looking to store entities

[appengine-java] Tag clouds on GAE for Java - how to store and how to aggregate

2010-07-19 Thread planetjones
Hi, I'm looking to store entities using GAE Java which have 1-many tags. I would like to display a tag cloud, so will need to know how many times each tag occurs (can't use aggregate functions and group by on GAE to do this like I would in SQL). And when I click a tag I would like to retrieve all e