I'm trying to write to the task queue on GAE.
Since I only know enough about calling java objects from CF to get my
self in trouble, I was hoping some one could give me an example. I
have have tried the following with no success:

<cfset theurl = "/myurl/">
<cfset builder =
createobject("java","com.google.appengine.api.labs.taskqueue.TaskOptions")>
<cfset que =
createobject("java","com.google.appengine.api.labs.taskqueue.QueueFactory").getDefaultQueue()>
<cfset task = que.add(builder.url(theurl))>

Suggestions?

Thanks,

Adam

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 mailing list - http://groups.google.com/group/openbd?hl=en

 !! save a network - please trim replies before posting !!

Reply via email to