Re: [Google Wave APIs] What's the best development environment for Wave Gadgets?

2010-02-10 Thread kayode odeyemi
Hi Jonas, can you please give access to the public wave test you mentioned
in your blog post. Maybe you could shed more light on that mock framework of
yours in there.

Thanks.

On Wed, Feb 10, 2010 at 8:41 AM, Benjamin Nortier wrote:

> Hi Jonas
>
> I would be interested in that mock framework of yours. I was
> considering doing the same because it is difficult to test gadgets in
> the sandbox or preview. I would be able to contribute as well if I
> have the need of extended functionality...
>
> Cheers
> Benjamin
>
> On Wed, Feb 10, 2010 at 8:34 AM, kayode odeyemi  wrote:
> > Hello Jonas,
> > Nice work. You gave me some inspiration about your post. Concerning a
> > development environment for testing Gadgets, I don't think this is
> possible
> > yet. Probably you can try hosting your gadget on a public server and
> refer
> > to it locally from your script tags. For more information, please read
> this
> > post
> >
> http://groups.google.com/group/google-wave-api/browse_thread/thread/890740ee21f879ad
> >
> > On Tue, Feb 9, 2010 at 5:52 AM, Jonas Huckestein <
> jonas.huckest...@me.com>
> > wrote:
> >>
> >> Hi guys,
> >>
> >> so I just started developing Wave Gadgets and I'm currently using GWT.
> >> While there are obvious benefits such as unit testability, cross-
> >> browser support and code-splitting, there are also some downsides. For
> >> instance I cannot easily test gadgets locally (not to mention testing
> >> robots!). I had to create a local mock implementation of the wave API
> >> for testing and every time I use a new API feature I have to add it to
> >> my mock implementation. All in all it feels kind of clunky and
> >> strange.
> >>
> >> Are there any easier ways to develop (possibly very complex) wave
> >> gadgets? What do you guys use?
> >>
> >> In case you are interested, I wrote a tutorial in how to get started
> >> developing gadgets with gwt. Also, I guess I will be uploading my
> >> WaveMock framework to Google Cloud this week (if anybody is
> >> interested):
> >>
> >>
> >>
> http://thezukunft.com/2010/02/08/a-wave-gadget-robot-using-gwt-2-0-and-google-app-engine-part-1/
> >>
> >> Cheers, Jonas
> >>
> >> --
> >> You received this message because you are subscribed to the Google
> Groups
> >> "Google Wave API" group.
> >> To post to this group, send email to google-wave-...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> google-wave-api+unsubscr...@googlegroups.com
> .
> >> For more options, visit this group at
> >> http://groups.google.com/group/google-wave-api?hl=en.
> >>
> >
> >
> >
> > --
> > Odeyemi 'Kayode O.
> >
> > Application Developer & Systems Engineer (Sun Certified Professional),
> > Drupal Developer
> >
> > Tel: +2348053063373
> > P.O.Box 682, Ita-elewa, Ikorodu,
> > Lagos, Nigeria, West-Africa.
> >
> > Website: http://www.sinati.com
> > Socialize with me: http://profile.to/charyorde,
> http://twitter.com/charyorde
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Wave API" group.
> > To post to this group, send email to google-wave-...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-wave-api+unsubscr...@googlegroups.com
> .
> > For more options, visit this group at
> > http://groups.google.com/group/google-wave-api?hl=en.
> >
>
>
>
> --
> Benjamin Nortier
> e: bjnort...@gmail.com
> c: +44 (0)778 946 1959
> gtalk: bjnort...@gmail.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Wave API" group.
> To post to this group, send email to google-wave-...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-wave-api+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-wave-api?hl=en.
>
>


-- 
Odeyemi 'Kayode O.

Application Developer & Systems Engineer (Sun Certified Professional),
Drupal Developer

Tel: +2348053063373
P.O.Box 682, Ita-elewa, Ikorodu,
Lagos, Nigeria, West-Africa.

Website: http://www.sinati.com
Socialize with me: http://profile.to/charyorde, http://twitter.com/charyorde

-- 
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.



Re: [Google Wave APIs] What's the best development environment for Wave Gadgets?

2010-02-10 Thread Benjamin Nortier
Hi Jonas

I would be interested in that mock framework of yours. I was
considering doing the same because it is difficult to test gadgets in
the sandbox or preview. I would be able to contribute as well if I
have the need of extended functionality...

Cheers
Benjamin

On Wed, Feb 10, 2010 at 8:34 AM, kayode odeyemi  wrote:
> Hello Jonas,
> Nice work. You gave me some inspiration about your post. Concerning a
> development environment for testing Gadgets, I don't think this is possible
> yet. Probably you can try hosting your gadget on a public server and refer
> to it locally from your script tags. For more information, please read this
> post
> http://groups.google.com/group/google-wave-api/browse_thread/thread/890740ee21f879ad
>
> On Tue, Feb 9, 2010 at 5:52 AM, Jonas Huckestein 
> wrote:
>>
>> Hi guys,
>>
>> so I just started developing Wave Gadgets and I'm currently using GWT.
>> While there are obvious benefits such as unit testability, cross-
>> browser support and code-splitting, there are also some downsides. For
>> instance I cannot easily test gadgets locally (not to mention testing
>> robots!). I had to create a local mock implementation of the wave API
>> for testing and every time I use a new API feature I have to add it to
>> my mock implementation. All in all it feels kind of clunky and
>> strange.
>>
>> Are there any easier ways to develop (possibly very complex) wave
>> gadgets? What do you guys use?
>>
>> In case you are interested, I wrote a tutorial in how to get started
>> developing gadgets with gwt. Also, I guess I will be uploading my
>> WaveMock framework to Google Cloud this week (if anybody is
>> interested):
>>
>>
>> http://thezukunft.com/2010/02/08/a-wave-gadget-robot-using-gwt-2-0-and-google-app-engine-part-1/
>>
>> Cheers, Jonas
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google Wave API" group.
>> To post to this group, send email to google-wave-...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-wave-api+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-wave-api?hl=en.
>>
>
>
>
> --
> Odeyemi 'Kayode O.
>
> Application Developer & Systems Engineer (Sun Certified Professional),
> Drupal Developer
>
> Tel: +2348053063373
> P.O.Box 682, Ita-elewa, Ikorodu,
> Lagos, Nigeria, West-Africa.
>
> Website: http://www.sinati.com
> Socialize with me: http://profile.to/charyorde, http://twitter.com/charyorde
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Wave API" group.
> To post to this group, send email to google-wave-...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-wave-api+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-wave-api?hl=en.
>



-- 
Benjamin Nortier
e: bjnort...@gmail.com
c: +44 (0)778 946 1959
gtalk: bjnort...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.



Re: [Google Wave APIs] What's the best development environment for Wave Gadgets?

2010-02-10 Thread kayode odeyemi
Hello Jonas,

Nice work. You gave me some inspiration about your post. Concerning a
development environment for testing Gadgets, I don't think this is possible
yet. Probably you can try hosting your gadget on a public server and refer
to it locally from your script tags. For more information, please read this
post

http://groups.google.com/group/google-wave-api/browse_thread/thread/890740ee21f879ad

On Tue, Feb 9, 2010 at 5:52 AM, Jonas Huckestein wrote:

> Hi guys,
>
> so I just started developing Wave Gadgets and I'm currently using GWT.
> While there are obvious benefits such as unit testability, cross-
> browser support and code-splitting, there are also some downsides. For
> instance I cannot easily test gadgets locally (not to mention testing
> robots!). I had to create a local mock implementation of the wave API
> for testing and every time I use a new API feature I have to add it to
> my mock implementation. All in all it feels kind of clunky and
> strange.
>
> Are there any easier ways to develop (possibly very complex) wave
> gadgets? What do you guys use?
>
> In case you are interested, I wrote a tutorial in how to get started
> developing gadgets with gwt. Also, I guess I will be uploading my
> WaveMock framework to Google Cloud this week (if anybody is
> interested):
>
>
> http://thezukunft.com/2010/02/08/a-wave-gadget-robot-using-gwt-2-0-and-google-app-engine-part-1/
>
> Cheers, Jonas
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Wave API" group.
> To post to this group, send email to google-wave-...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-wave-api+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-wave-api?hl=en.
>
>


-- 
Odeyemi 'Kayode O.

Application Developer & Systems Engineer (Sun Certified Professional),
Drupal Developer

Tel: +2348053063373
P.O.Box 682, Ita-elewa, Ikorodu,
Lagos, Nigeria, West-Africa.

Website: http://www.sinati.com
Socialize with me: http://profile.to/charyorde, http://twitter.com/charyorde

-- 
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.