my solution: Write a servlet which will handle calls for wave creation. the servlet will have a reference to the robot: *private static final MyBot robot = new MyBot();* in the robot you will have a method that will handle the wave creation
Avishay On Thu, Jun 24, 2010 at 7:04 PM, Sheldon Cooper <[email protected]>wrote: > Thanks Joe! To be more concrete i wanted to have my robot on my server > and when necessary to make calls to the robot and create waves. The > tutorial you mentioned has lack of examples but i've figured out how > to make what i want. If someone interested i can describe in details. > > On 24 июн, 14:40, Joe Gregorio <[email protected]> wrote: > > Yes, please look at the Active Robot API: > > > > > http://code.google.com/apis/wave/extensions/robots/operations.html#Ac... > > > > Thanks, > > -joe > > > > -- > > Joe Gregorio > > Developer Relations, Google Wave > > > > > > > > On Wed, Jun 23, 2010 at 1:20 PM, Sheldon Cooper <[email protected]> > wrote: > > > Hello! I'm interested whether it is possible to manage robot from web > > > application in java? For example in my jsp i have a button Create > > > wave. When you click on it the request is forwarded to the robot, the > > > robot create new wave and send back it's waveID. Will appreciate any > > > help! Thank you! > > > > > -- > > > You received this message because you are subscribed to the Google > Groups "Google Wave API" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > [email protected]<google-wave-api%[email protected]> > . > > > For more options, visit this group athttp:// > groups.google.com/group/google-wave-api?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Google Wave API" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-wave-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-wave-api?hl=en. > > -- Avishay Balderman -- You received this message because you are subscribed to the Google Groups "Google Wave API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-wave-api?hl=en.
