Re: [Google Wave APIs] Re: Google Wave is Dead

2010-08-04 Thread Matias Molinas
If Wave was dead simply do not justify a note http://techcrunch.com/

Wave is a good product.
If a product is bad no one remembers or mentions it. I think that this
is not the case of Wave

I'm interested in using Wave and making developments using their API

Wave +1 :-)

2010/8/4 Daniel França :
> I agree
> I gave up some projects for wave cause missing API and features.
> and no company will adopt that without the federation protocol working.
> and how about the speed? why long time after wave is still really slow? is
> this the XML protocol (it is XML, right?), the client? I don't know, but
> when I showed google wave to someone, the first thing they noticed is "How
> slow is that".
> On Wed, Aug 4, 2010 at 9:11 PM, AkiRoss  wrote:
>>
>> On Aug 5, 1:31 am, Brett Morgan  wrote:
>> > Pretty simple really.
>> >
>> > Wave had 60+ engineers assigned. If you assume each engineer costs
>> > somewhere
>> > between 100k and 250k total spend (salary, office space, airfares,
>> > accom,
>> > shares, ...), then you are looking at somewhere between $6M and $20M a
>> > year
>> > in project cost. Plus servers, bandwidth, etc, etc.
>> >
>> > To justify that number takes a serious uptake of usage. As the press
>> > release
>> > says, Wave wasn't seeing the uptake expected. So it got killed, and the
>> > engineers will be moved on to other projects that are justifying their
>> > cap
>> > ex spend.
>>
>> Interesting. If I may say something - as a wave fan and user really
>> disappointed by this (predictable?) decision - is only that wave has
>> been handled pretty bad.
>> I'm sure the work done is something big, and that the 60+ engineers
>> worked hard, but the way in which Google handled the whole thing... I
>> felt pretty soon that wasn't done right.
>> Surely, having hype helps when diffusing a product, but I think that
>> introducing a platform is something pretty big, which requires long
>> time, strong positions and most of all something that users may
>> immediately appreciate. Wave has been launched with the formula "we
>> want you to help us", but to assure the project a long way, you can't
>> start with still have the standards to be defined. I think that Google
>> should have first developed a complete and formal system, which - even
>> if incomplete - could provide evident advantages (as Wave was when it
>> was released), and immediately make the user base larger by providing
>> usable API. Wave wasn't like that: the simple client-server protocol
>> wasn't well defined and it was initially marked as low-priority, but
>> most users don't care about server-side protocol. Google provides the
>> Wave service, it's a good start, it's not important if you want it to
>> become a widespread standard, first of all you must make users in the
>> position of using that protocol.
>> I started to look at wave with deep interest. Me as many others,
>> thought that such platform could lead to new kind of communication
>> tools, new kind of real-time interaction over the net, but when Wave
>> has been released, we found only a playground to see if we had ideas
>> on how to use the GUI you created. I'm not aware about any Python/Java/
>> C++ API that was enabling users to interact quickly with wave, so
>> client-side projects and ideas - that are the only things that can
>> lead to a widely used technology - were precluded. It took a whole
>> year to see the client Open Source, and still was "too personal to be
>> quickly used".
>> Don't get me wrong: this strategy may work. If you open your
>> technology and state your interests (e.g. replacing mails), some users
>> may be interested in helping the "low level development", but most of
>> users don't care about it and the real potential of the project well
>> be evident only in the long term, because common developers will have
>> to wait for defined protocols, working APIs, a working set of base
>> features. This kind of project handling can lead to a pretty quick
>> diffusion: even if partially wrong and incomplete, users could start
>> to invent new things using the good platform it is.
>> Instead, Google mostly said "hey, look how good is this technology.
>> It's wonderful, but could be better. So, before making it usable, we
>> expect you to help us in making it even better". This could work, but
>> you can't expect to make money fast.
>> Before having a good web client, I think it would have been better to
>> give APIs that allowed users to develop their new applications, their
>> new clients, around the platform capabilities.
>> I always felt that something was wrong with Wave... And that
>> "something" - I think - were the priorities. The project had the
>> highest priority to make itself better, before make itself flexible
>> and usable.
>> Maybe I missed something, but this is how I see it (and how I
>> experienced it, when I had to cope with Wave for my interest and for
>> work).
>>
>> As a google and wave fan, as programmer who had many ideas about how
>> to use th

[Google Wave APIs] Active API and OAUTH works! :-)

2010-06-05 Thread matias molinas
Stocky code  with the following modifications work for me!

if (domain.equals(SANDBOX_DOMAIN)) {
  setupOAuth(OAUTH_KEY, OAUTH_SECRET, SANDBOX_RPC_URL); //remove
from code: "google.com:" +
}
if (domain.equals(PREVIEW_DOMAIN)) {
  setupOAuth( OAUTH_KEY, OAUTH_SECRET, PREVIEW_RPC_URL); //remove
from code: "google.com:" +
}

also use Stocky urls:

private static String PREVIEW_RPC_URL = "http://gmodules.com/api/rpc";;
private static String SANDBOX_RPC_URL = "http://sandbox.gmodules.com/
api/rpc";



-- 
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] WaveId question:

2010-06-03 Thread Matias Molinas
You could include the code of the constructor of your robot (for use
Active API..)?
Is similar to stocky example? The documentation is incomplete and I
have errors with OAuth authentication :-)

On Thu, Jun 3, 2010 at 11:52 AM, balderman  wrote:
>
> Hi
> I am creating waves using the Active API.
> After creating the wave I persist the wave id in the DB.
> Code:
> Wavelet newWavelet = this.newWave(WAVE_DOMAIN, participantsSet);
> this.submit(newWavelet, RPC_SERVER_URL);
> persist(newWavelet.getWaveId().getId());
>
> The wave id looks like : “TBD_-826181704”
>
>
> Later (upon wave event) I try to query the DB using the wave id I get
> in the event. This time the wave id looks like  “w+JlEjorZkGy”.
> Code:
>    public void onFormButtonClicked(FormButtonClickedEvent
> buttonClickedEvent)
>    {
>        queryDB(buttonClickedEvent.getWavelet().getWaveId().getId())
>    }
>
> Do I have a way to translate between those 2 representations of the
> wave id?
>
> Thanks
>
> Avishay
>
> --
> 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.
>
>

-- 
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] Re: How to create new wave using active api

2010-06-02 Thread Matias Molinas
What is correct? stocky sample:

  private static String SANDBOX_DOMAIN = "wavesandbox.com";
  private static String PREVIEW_DOMAIN = "googlewave.com";

  private static String PREVIEW_RPC_URL = "http://gmodules.com/api/rpc";;
  private static String SANDBOX_RPC_URL = "http://sandbox.gmodules.com/api/rpc";;

 or Active API documentation:

*  Sandbox:  http://www-opensocial-sandbox.googleusercontent.com/api/rpc
* Preview: http://www-opensocial.googleusercontent.com/api/rpc



On Tue, Jun 1, 2010 at 9:41 AM, mileesah  wrote:
> thanks a lot. that worked for me.. I was using the rpc server that was
> on the tutorial site..
>
> thanks again..
>
> On Jun 1, 5:31 am, Ohad Redlich  wrote:
>> hi
>> several issues:
>> 1. are u sure u have added YOURSELF as a participant in the set? if
>> not, you will see the new-created-wave in your inbox items.
>> 2. the line: Wavelet wave =robot.newWave("wave.google.com",set);
>>     i think that the domain is "googlewave.com"...
>> 3. when u call "submit", try to use this RPC server URL: "http://
>> gmodules.com/api/rpc"
>>
>> let me know if that helped :-)
>> -Ohad
>>
>> On May 31, 7:22 pm, mileesah  wrote:
>>
>>
>>
>> > Hi,
>>
>> > I don't know what i was doing wrong but i can't seem to make my code
>> > work.. I wanted to create a new wave whenever i access a the page. It
>> > doesnt return any exception so im kinda lost as to what the problem
>> > is. Any help will be highly appreciated,
>>
>> > On my robot I have:
>> > //constructor
>> > public WaveRobot()
>> > {
>>
>> >                  setupOAuth(CONSUMER_KEY, CONSUMER_SECRET, "http://www-
>> > opensocial.googleusercontent.com/api/rpc");
>> >                  setAllowUnsignedRequests(true);
>>
>> > }
>>
>> > And on my httpservlet I have:
>>
>> > public void doGet(HttpServletRequest req, HttpServletResponse resp)
>> >                         throws IOException
>> > {
>> >                 resp.setContentType("text/plain");
>> >                 resp.getWriter().println("alive");
>>
>> >                         WaveAssistantRobot robot =new WaveAssistantRobot();
>> >                         Set set = new HashSet();
>> >                         set.add("@googlewave.com");
>> >                         Wavelet wave =robot.newWave("wave.google.com",set);
>> >                         wave.setTitle("Title");
>> >                         java.util.List test = 
>> > robot.submit(wave, "http://
>> > www-opensocial.googleusercontent.com/api/rpc");
>>
>> > }
>>
>> > Thanks
>
> --
> 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.
>
>

-- 
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] Re: Integration of authentication from Gadgets, Robots and web application

2010-03-26 Thread Matias Molinas
http://code.google.com/p/step2 works perfectly

On Thu, Mar 25, 2010 at 4:46 PM, Joel Dietz  wrote:
> get anything working?
>
>
> d3developer.wordpress.com | twitter.com/jdietz | twitter.com/fractastical
> (tech)
>
>
> On Tue, Dec 22, 2009 at 2:18 AM, matias molinas 
> wrote:
>>
>> To implement the proposed scenarios I think that these libraries may
>> be useful:
>>
>> step2 - combining OpenID and OAuth in one protocol
>> http://code.google.com/p/step2
>>
>> and
>>
>> dyuproject
>> http://code.google.com/p/dyuproject/
>>
>> Is anyone in the group has already tested these libraries?
>>
>> I will start testing step2 ...
>>
>> On 21 dic, 18:08, matias molinas  wrote:
>> > Hi Pamela
>> >
>> > I want to perform secure authentication in Wave Gadget via Wave Robot
>> > (same as TwitterBot sample) and also perform secure authentication
>> > with the same account from my web application (the same web
>> > application who  contains the wave robot and is  running  in Google
>> > App Engine:www.bubproject.com).
>> >
>> > I also want to access from my application to Google services, Docs,
>> > Calendar, etc.
>> >
>> > Yes, I want it all!
>> >
>> > Initially experimenting with Google Friend Connect, but soon
>> > discovered its limitations in the scenarios that I want to cover.
>> > Now I'm looking to use Federated Login.. Open Id + OAuth. Is ok?,
>> > there is a better way to resolve these scenarios?
>> >
>> > Have you thought about these scenarios in the development team?
>> >
>> > Matias
>>
>> --
>>
>> 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.
>>
>>
>
> --
> 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.
>

-- 
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.



[Google Wave APIs] Re: coding query-urgent

2010-03-24 Thread matias molinas
The code seems correct, maybe you should add log for debug and confirm
that the configuration files are correct

On 24 mar, 05:28, hetal brahmbhatt  wrote:
> I am now trying to make a simple google  wave robot saying hi to new
> participant in wave and saying goodbye to the participant when he
> leaves the wave.
> But somehow this code is not working.
> I am confused about th reason of its non working condition.
> Can you help me to figure out the problem as while deploying ,it was
> not showing any error still doesn't work.
> here is the main file.
> please reply me.
>
> FirstRobot.java
> import com.google.wave.api.AbstractRobot;
> import com.google.wave.api.event.WaveletParticipantsChangedEvent;
> import com.google.wave.api.event.WaveletSelfAddedEvent;
>
> public class FirstRobot extends AbstractRobot {
>
>                 private static final long serialVersionUID = 1L;
>
>         @Override
>         protected String getRobotName() {
>                 return "My first robot";
>         }
>
>         @Override
>         public void onWaveletSelfAdded(WaveletSelfAddedEvent event) {
>                 event.getWavelet().reply("Hello Wave. I have been added");
>         }
>
>         @Override
>         public void onWaveletParticipantsChanged(
>                         WaveletParticipantsChangedEvent event) {
>                 for (String participant : event.getParticipantsAdded()) {
>                         event.getWavelet().reply("\nHello " + participant);
>                 }
>
>                 for (String participant : event.getParticipantsRemoved()) {
>                         event.getWavelet().reply("\nGoodbye " + participant);
>                 }
>         }
>
> }
>
>

-- 
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.



[Google Wave APIs] Re: Resource consumption of a robot in GAE

2010-03-24 Thread matias molinas
I found the error, I was missing the robot servlet mapping to the URL /
_wave/robot/profile   :-(

Fixed :-)

On 23 mar, 10:07, Matias Molinas  wrote:
> Yes, I'm surprised the number of requests: 923.
> Is this because the number of users with the robot in your contacts?
>
> On Tue, Mar 23, 2010 at 9:58 AM, Joe Gregorio  wrote:
> > Are you referring to the "97%"? That part of the App Engine dashboard shows
> > you how the
> > CPU that has been used is distributed among all the incoming requests, it
> > does not mean
> > that your process is continually using 97% of the CPU.
> >   Thanks,
> >   -joe
> > On Mon, Mar 22, 2010 at 9:23 PM, matias molinas 
> > wrote:
>
> >> Hi,
> >> Analyzing the dashboard of my robot in GAE, which is not yet
> >> development completed, so I have very little traffic, I can see the
> >> following value:
>
> >> URI=/_wave/robot/profile  Requests=923  Avg CPU (API) =308 (125)        %
> >> CPU=97%
>
> >> Which could be why so great a consumption of resources by the robot
> >> profile?
>
> >> --
> >> 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.
>
> > --
> > 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.
>
>

-- 
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] Log not working in robot api v2 Java

2010-03-24 Thread Matias Molinas
Try to include the following line in your logging.properties file:

# Set the default logging level for all loggers to INFO
.level = INFO


On Wed, Mar 24, 2010 at 4:16 AM, Edgar Rodriguez  wrote:
> Hi,
> Since I started to use the v2 of the robot API for Java, I don't get any log
> information in the AppEngine Console (Logs), and by "any log information" I
> mean that neither the information logs that normally a robot creates when it
> receives the incoming/outgoing json requests are created.
> Even if I try to log something at info level it doesn't work, such as:
> ...
>    log.info("received event");
> ...
> I was wondering if this is an issue in the v2 API or if it's an appengine
> issue.
> My configuration is the same as the Debugging Wave Robots article, so, the
> way I reference the logger in my code is:
> import java.util.logging.Logger;
> ...
> @SuppressWarnings("serial")
> public class MyRobotServlet extends AbstractRobot {
>      private static final Logger log =
>               Logger.getLogger(MyRobotServlet.class.getName());
> ...
> I use the Google Eclipse plugin, so it already configures the
> logging.properties file as well as the appengine-web.xml system property
> entry, which is:
> ...
> 
>  value="WEB-INF/logging.properties"/>
> 
> ...
> I'll appreciate if anyone could give me a hint about what's happening with
> this issue that I'm having.
> Thanks.
> --
> Edgar Rodriguez
>
> --
> 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.
>

-- 
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] Resource consumption of a robot in GAE

2010-03-23 Thread Matias Molinas
Yes, I'm surprised the number of requests: 923.
Is this because the number of users with the robot in your contacts?

On Tue, Mar 23, 2010 at 9:58 AM, Joe Gregorio  wrote:
> Are you referring to the "97%"? That part of the App Engine dashboard shows
> you how the
> CPU that has been used is distributed among all the incoming requests, it
> does not mean
> that your process is continually using 97% of the CPU.
>   Thanks,
>   -joe
> On Mon, Mar 22, 2010 at 9:23 PM, matias molinas 
> wrote:
>>
>> Hi,
>> Analyzing the dashboard of my robot in GAE, which is not yet
>> development completed, so I have very little traffic, I can see the
>> following value:
>>
>> URI=/_wave/robot/profile  Requests=923  Avg CPU (API) =308 (125)        %
>> CPU=97%
>>
>> Which could be why so great a consumption of resources by the robot
>> profile?
>>
>> --
>> 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.
>>
>
> --
> 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.
>

-- 
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.



[Google Wave APIs] Resource consumption of a robot in GAE

2010-03-22 Thread matias molinas
Hi,
Analyzing the dashboard of my robot in GAE, which is not yet
development completed, so I have very little traffic, I can see the
following value:

URI=/_wave/robot/profile  Requests=923  Avg CPU (API) =308 (125)%
CPU=97%

Which could be why so great a consumption of resources by the robot
profile?

-- 
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] problem in wave preview

2010-03-19 Thread Matias Molinas
Ok, I will use the Wave Sandbox, thank you!

On Fri, Mar 19, 2010 at 2:50 PM, pamela (Google Employee)
 wrote:
> Wave Preview is currently experiencing some issues. The team is working on
> the issues now.
> Wave Sandbox is okay, if you need a debugging environment.
>
>
> On Fri, Mar 19, 2010 at 10:17 AM, matias molinas 
> wrote:
>>
>> I can not see my contacts in preview wave, seems not working properly
>> and I can not add participants. In wave sandbox everything works
>> correctly. Is it a temporary failure?
>>
>> --
>> 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.
>>
>
> --
> 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.
>

-- 
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.



[Google Wave APIs] problem in wave preview

2010-03-19 Thread matias molinas
I can not see my contacts in preview wave, seems not working properly
and I can not add participants. In wave sandbox everything works
correctly. Is it a temporary failure?

-- 
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] New Wave Robots API v2 & New Wave-Based Forum

2010-03-02 Thread Matias Molinas
The improvements seem very useful.
Thanks

On Tue, Mar 2, 2010 at 11:46 AM, pamela (Google Employee)
 wrote:
> We have now released the Wave Robots API v2, which we have been alluding to
> in various forum posts here. This API makes it easy for developers to push
> information to waves (like on cron jobs or from websites), and it also
> resolves a lot of issues developers had with the old API (not all, but
> many).
>
> For more information on the new API, read through through the launch blog
> post.
>
> Additionally, as part of this release, we're experimenting with holding
> discussions about the new API in Google Wave itself. We've actually created
> a robot to help facilitate these conversations, and you can read more about
> how to join in on the discussions on the Wave API Forum Botty page.
>
> As noted on that page, we will still continue to monitor this group for
> posts, and if you are unable or unwilling to use the wave-based forum for
> whatever reason, feel free to post your questions here.
>
> --
> 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.
>

-- 
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] Re: Embed Wave

2010-02-26 Thread Matias Molinas
If you want to edit the embedded Wave you should be authenticated,
just like a blog!
If you want to export the wave just as static content you can make
your own robot! :-)
A robot can access to the wave content and use this content for create
or update the content in your web site!

On Fri, Feb 26, 2010 at 6:28 PM, Massimiliano
 wrote:
> But I always need to be logged in my google wave sandbox
>
> 2010/2/26 matias molinas 
>>
>> Can be useful this example
>> http://wave-samples-gallery.appspot.com/about_app?app_id=75018
>>
>> On 25 feb, 07:17, Massimiliano 
>> wrote:
>> > Pamela,
>> > it's still saying me:
>> >
>> > You've reached a page that contains content from Google Wave. We're
>> > currently in a preview with a limited number of users. If you have an
>> > account please log in athttp://wave.google.com/wave.
>> >
>> > What have I to do? I need a public wave that everybody reach my website
>> > can
>> > see.
>> >
>> > Thanks
>> >
>> > Massimiliano
>> >
>> > 2010/2/25 Massimiliano 
>> >
>> >
>> >
>> > > Hi Pamela,
>> > > I have done this, but when I'm not logged, it still saying me that I'm
>> > > not
>> > > allowed to see the wave as I am not logged in.
>> >
>> > > 2010/2/25 pamela (Google Employee) 
>> >
>> > > Hi Massimiliano -
>> >
>> > >> Just add pub...@a.gwave.com to the wave when you are viewing it in
>> > >> Wave.
>> >
>> > >> - pamela
>> >
>> > >> On Thu, Feb 25, 2010 at 1:46 AM, Massimiliano <
>> > >> massimiliano.pietr...@gmail.com> wrote:
>> >
>> > >>>  Dear All,
>> > >>> I'm trying to Emded a Wave, just past e copying the stuff provided
>> > >>> by
>> > >>> google guide, but how can I made the wave public? I am not logged in
>> > >>> a wave
>> > >>> account I can't see the wave, but I need that everyone can see it.
>> > >>> How can I
>> > >>> do this? Could you please help me?
>> >
>> > >>> Regards
>> >
>> > >>> Massimiliano
>> >
>> > >>> --
>> >
>> > >>> My email: massimiliano.pietr...@gmail.com
>> > >>> My Google Wave: massimiliano.pietr...@googlewave.com
>> > >>> Sent from Rome, Lazio, Italy
>> >
>> > >>> --
>> > >>> 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.
>> >
>> > >>  --
>> > >> 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.
>> >
>> > > --
>> >
>> > > My email: massimiliano.pietr...@gmail.com
>> > > My Google Wave: massimiliano.pietr...@googlewave.com
>> >
>> > --
>> >
>> > My email: massimiliano.pietr...@gmail.com
>> > My Google Wave: massimiliano.pietr...@googlewave.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.
>>
>
>
>
> --
>
> My email: massimiliano.pietr...@gmail.com
> My Google Wave: massimiliano.pietr...@googlewave.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.
>

-- 
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.



[Google Wave APIs] Re: Embed Wave

2010-02-26 Thread matias molinas
Can be useful this example 
http://wave-samples-gallery.appspot.com/about_app?app_id=75018

On 25 feb, 07:17, Massimiliano 
wrote:
> Pamela,
> it's still saying me:
>
> You've reached a page that contains content from Google Wave. We're
> currently in a preview with a limited number of users. If you have an
> account please log in athttp://wave.google.com/wave.
>
> What have I to do? I need a public wave that everybody reach my website can
> see.
>
> Thanks
>
> Massimiliano
>
> 2010/2/25 Massimiliano 
>
>
>
> > Hi Pamela,
> > I have done this, but when I'm not logged, it still saying me that I'm not
> > allowed to see the wave as I am not logged in.
>
> > 2010/2/25 pamela (Google Employee) 
>
> > Hi Massimiliano -
>
> >> Just add pub...@a.gwave.com to the wave when you are viewing it in Wave.
>
> >> - pamela
>
> >> On Thu, Feb 25, 2010 at 1:46 AM, Massimiliano <
> >> massimiliano.pietr...@gmail.com> wrote:
>
> >>>  Dear All,
> >>> I'm trying to Emded a Wave, just past e copying the stuff provided by
> >>> google guide, but how can I made the wave public? I am not logged in a 
> >>> wave
> >>> account I can't see the wave, but I need that everyone can see it. How 
> >>> can I
> >>> do this? Could you please help me?
>
> >>> Regards
>
> >>> Massimiliano
>
> >>> --
>
> >>> My email: massimiliano.pietr...@gmail.com
> >>> My Google Wave: massimiliano.pietr...@googlewave.com
> >>> Sent from Rome, Lazio, Italy
>
> >>> --
> >>> 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.
>
> >>  --
> >> 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.
>
> > --
>
> > My email: massimiliano.pietr...@gmail.com
> > My Google Wave: massimiliano.pietr...@googlewave.com
>
> --
>
> My email: massimiliano.pietr...@gmail.com
> My Google Wave: massimiliano.pietr...@googlewave.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.



[Google Wave APIs] OpenId-OAuth in my Wave extension

2010-02-23 Thread matias molinas
After a vacations I am again dedicated to continue developing my
extension of Google Wave for project management: www.bubaproject.com

Now my project uses OpenID OAuth with Google Accounts for
authentication instead to use Google Friend Connect. This simplifies
terribly the integration of the user activity in Wave with the user
activity in the buba project account. It is highly recommended to use
this strategy.

In the next days I'm finishing the development of two more gadgets for
my project. First, a gadget that allows you to create document
templates (wavelets based) and then a gadget that lets you create
documents (wavelets too..) based on these templates!

I will include an advanced search for documents created from my gadget

What else is useful to manage projects using Wave?

- Matias

-- 
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] Definition of state in Google Wave

2010-02-05 Thread Matias Molinas
Yes, you can see it as a Singleton Map (java.util.Map as analogy in
Java :-) ) in the context of one Gadget

2010/2/5 kayode odeyemi :
> I get it. A state object is a static object shared among wave participants.
> More or less a single instance object. It reminds me of Java Singleton
> Session bean. Which means for example, if a state object count is 1, it
> remains 1.
>
> On Fri, Feb 5, 2010 at 1:29 PM, Matias Molinas 
> wrote:
>>
>> I think not. the state is shared and their changes are visible to all
>> other participants, but does not change depending on the number of
>> participants
>>
>> 2010/2/5 kayode odeyemi :
>> > By my understanding of what you mean, it means a state changes based on
>> > number of participants in a wave. Correct me if I'm wrong.
>> >
>> > On Fri, Feb 5, 2010 at 12:58 PM, Matias Molinas
>> > 
>> > wrote:
>> >>
>> >> It is a persistent dictionary for gadgets, is shared by all
>> >> participants of the wave, and has a change notification mechanism
>> >> through callbacks
>> >>
>> >> 2010/2/5 kayode odeyemi :
>> >> > I was thinking state means like in java serialization, but it's just
>> >> > not.
>> >> > I'm also thinking it has to do with in-memory storage. Just can't get
>> >> > it.
>> >> > Another idea I'm thinking is probably variable state.
>> >> > I don't know. Maybe Pamela could help please.
>> >> >
>> >> > 2010/2/5 Daniel França 
>> >> >>
>> >> >> I'm not sure, but I think state keeps the states changes of wave,
>> >> >> the
>> >> >> data
>> >> >> values, etc.
>> >> >>
>> >> >> On Fri, Feb 5, 2010 at 9:02 AM, Kayode Odeyemi 
>> >> >> wrote:
>> >> >>>
>> >> >>> Can someone pls explain to me what state means in Google Wave. I've
>> >> >>> been trying to figure it out with codes, but I keep getting the
>> >> >>> same
>> >> >>> result.
>> >> >>>
>> >> >>> --
>> >> >>> 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.
>> >> >>>
>> >> >>
>> >> >> --
>> >> >> 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.
>> >> &g

Re: [Google Wave APIs] Definition of state in Google Wave

2010-02-05 Thread Matias Molinas
I think not. the state is shared and their changes are visible to all
other participants, but does not change depending on the number of
participants

2010/2/5 kayode odeyemi :
> By my understanding of what you mean, it means a state changes based on
> number of participants in a wave. Correct me if I'm wrong.
>
> On Fri, Feb 5, 2010 at 12:58 PM, Matias Molinas 
> wrote:
>>
>> It is a persistent dictionary for gadgets, is shared by all
>> participants of the wave, and has a change notification mechanism
>> through callbacks
>>
>> 2010/2/5 kayode odeyemi :
>> > I was thinking state means like in java serialization, but it's just
>> > not.
>> > I'm also thinking it has to do with in-memory storage. Just can't get
>> > it.
>> > Another idea I'm thinking is probably variable state.
>> > I don't know. Maybe Pamela could help please.
>> >
>> > 2010/2/5 Daniel França 
>> >>
>> >> I'm not sure, but I think state keeps the states changes of wave, the
>> >> data
>> >> values, etc.
>> >>
>> >> On Fri, Feb 5, 2010 at 9:02 AM, Kayode Odeyemi 
>> >> wrote:
>> >>>
>> >>> Can someone pls explain to me what state means in Google Wave. I've
>> >>> been trying to figure it out with codes, but I keep getting the same
>> >>> result.
>> >>>
>> >>> --
>> >>> 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.
>> >>>
>> >>
>> >> --
>> >> 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.
>> >
>>
>> --
>> 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.
>

-- 
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] Definition of state in Google Wave

2010-02-05 Thread Matias Molinas
It is a persistent dictionary for gadgets, is shared by all
participants of the wave, and has a change notification mechanism
through callbacks

2010/2/5 kayode odeyemi :
> I was thinking state means like in java serialization, but it's just not.
> I'm also thinking it has to do with in-memory storage. Just can't get it.
> Another idea I'm thinking is probably variable state.
> I don't know. Maybe Pamela could help please.
>
> 2010/2/5 Daniel França 
>>
>> I'm not sure, but I think state keeps the states changes of wave, the data
>> values, etc.
>>
>> On Fri, Feb 5, 2010 at 9:02 AM, Kayode Odeyemi  wrote:
>>>
>>> Can someone pls explain to me what state means in Google Wave. I've
>>> been trying to figure it out with codes, but I keep getting the same
>>> result.
>>>
>>> --
>>> 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.
>>>
>>
>> --
>> 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.
>

-- 
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] Drupal Oceans

2010-01-28 Thread Matias Molinas
this is a good link:

http://groups.drupal.org/node/24528


2010/1/28 Dave :
> Hi,
> I am looking for help to integrate WAVE into a social media site for
> Ocean scientists called DigitalOcean.
> This is a non-profit activity to connect scientists around the health
> of the oceans and am looking
> for the best way to find some help in connecting wave to Drupal. Any
> suggestions, not much on the Drupal site.
>
> Thanks, Dave
>
> --
> 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.
>
>

-- 
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] Re: Security concerns on using waves in corporate setting?

2010-01-19 Thread Matias Molinas
 (But anything is possible.) ... :-)

In the Argentine DevFest 2009 the people from Google said that a
security scheme for Wave was in the plans and was mentioned OAuth as a
posibility. Add OpenID would be great!

2010/1/18 pamela (Google Employee) :
> We have not announced anything along those lines, to the best of my
> knowledge. (But anything is possible.)
>
> - pamela
>
> On Tue, Jan 19, 2010 at 3:56 AM, Matias Molinas
>  wrote:
>> Hi
>>
>> Are Open ID and OAuth into your plans? or an hybrid protocol:
>>
>> http://step2.googlecode.com/svn/spec/openid_oauth_extension/latest/openid_oauth_extension.html
>>
>> And integration with GFC?
>>
>>
>>
>> 2010/1/18 pamela (Google Employee) :
>>> Hey Chris-
>>>
>>> It is not enabled by default, but you can request access for it here:
>>> https://services.google.com/fb/forms/waveforapps/
>>>
>>> There is currently a waitlist for enabling Wave on Apps domains, but
>>> we are working our way through that.
>>>
>>> - pamela
>>>
>>> On Sun, Jan 17, 2010 at 12:07 PM, Chris Wee  wrote:
>>>> Dec 21 Posting.
>>>>
>>>> http://www.google.com/support/a/bin/answer.py?hl=en&answer=171507
>>>>
>>>> says that Wave is NOT Generally available for Google Apps.
>>>>
>>>> I do not see any method of enabling Wave in my Apps account.
>>>>
>>>> -chris
>>>>
>>>> On Jan 13, 3:49 pm, "pamela (Google Employee)" 
>>>> wrote:
>>>>> If you're using Google Wave as your mode of communication in a
>>>>> business, I would suggest creating a Google Apps domain and requesting
>>>>> Google Wave enabled for it. For privacy concerns, see this Google Apps
>>>>> FAQ:http://www.google.com/apps/intl/en/business/faq.html
>>>>>
>>>>> Of course, some businesses may feel more confident running their own
>>>>> Wave servers.
>>>>>
>>>>> - pamela
>>>>>
>>>>> On Tue, Jan 12, 2010 at 9:02 PM, ksucontract  
>>>>> wrote:
>>>>> > Are there anysecurityconcerns for using Google Wave in a corporate
>>>>> > setting where datasecurityis a huge concern?  Does it make sense for
>>>>> > corporate to deploy its own Google Wave servers?
>>>>>
>>>>> > --
>>>>> > 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 
>>>>> > 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 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.
>>>>
>>>>
>>>>
>>>>
>>>
>>> --
>>> 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.
>>>
>>>
>>>
>>>
>>
>> --
>> 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.
>>
>>
>>
>>
>
> --
> 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.
>
>
>
>
-- 
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] Re: Security concerns on using waves in corporate setting?

2010-01-18 Thread Matias Molinas
Hi

Are Open ID and OAuth into your plans? or an hybrid protocol:

http://step2.googlecode.com/svn/spec/openid_oauth_extension/latest/openid_oauth_extension.html

And integration with GFC?



2010/1/18 pamela (Google Employee) :
> Hey Chris-
>
> It is not enabled by default, but you can request access for it here:
> https://services.google.com/fb/forms/waveforapps/
>
> There is currently a waitlist for enabling Wave on Apps domains, but
> we are working our way through that.
>
> - pamela
>
> On Sun, Jan 17, 2010 at 12:07 PM, Chris Wee  wrote:
>> Dec 21 Posting.
>>
>> http://www.google.com/support/a/bin/answer.py?hl=en&answer=171507
>>
>> says that Wave is NOT Generally available for Google Apps.
>>
>> I do not see any method of enabling Wave in my Apps account.
>>
>> -chris
>>
>> On Jan 13, 3:49 pm, "pamela (Google Employee)" 
>> wrote:
>>> If you're using Google Wave as your mode of communication in a
>>> business, I would suggest creating a Google Apps domain and requesting
>>> Google Wave enabled for it. For privacy concerns, see this Google Apps
>>> FAQ:http://www.google.com/apps/intl/en/business/faq.html
>>>
>>> Of course, some businesses may feel more confident running their own
>>> Wave servers.
>>>
>>> - pamela
>>>
>>> On Tue, Jan 12, 2010 at 9:02 PM, ksucontract  wrote:
>>> > Are there anysecurityconcerns for using Google Wave in a corporate
>>> > setting where datasecurityis a huge concern?  Does it make sense for
>>> > corporate to deploy its own Google Wave servers?
>>>
>>> > --
>>> > 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 
>>> > 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 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.
>>
>>
>>
>>
>
> --
> 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.
>
>
>
>
-- 
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.




[Google Wave APIs] Re: Synchronization of data between my gadgets and my web app

2010-01-17 Thread matias molinas
New screenshots

ToDoList Gadget in Wave:
http://picasaweb.google.com/matias.molinas/Bubaproject#5427683274230223522

ToDoList filtered by "wave project" in bubaproject web app:
http://picasaweb.google.com/matias.molinas/Bubaproject#5427683278388307570

"wave project" embedded in bubaproject web app:
http://picasaweb.google.com/matias.molinas/Bubaproject#5427683280611476386

A lot of bugs to fix :-)



On 14 ene, 02:26, Matias Molinas  wrote:
> Ok .. tomorrow I hope to upload a version with complete
> synchronization flow for the todolist gadget
> ... meantime you can see a preview of the "embedded wave project" :-)
>
> http://www.bubaproject.com/imgs/EmbeddedWave.png
>
> Matias
>
> 2010/1/13 pamela (Google Employee) :
>
> > Thanks for the thorough description, Matias, it sounds like the first
> > of a kind. Looking forward to trying out the whole flow.
>
> > On Sat, Jan 9, 2010 at 2:37 PM, matias molinas  
> > wrote:
> >> Hi
> >> This email is about the synchronization of data between my wave
> >> gadgets (todolist, calendar coming soon..) and my web 
> >> app,www.bubaproject.com.
>
> >> The idea of my web application is to allow the user view only the
> >> information of its "projects" waves in my site. And use that
> >> information with other tools from the application.
>
> >> The first step is to register inwww.bubaproject.comusing Google
> >> Friend Connect.
>
> >>http://www.bubaproject.com/imgs/step1.png
> >>http://www.bubaproject.com/imgs/step2.png
>
> >> Then must associate a wave account to the application account.
>
> >>http://www.bubaproject.com/imgs/step3.png
>
> >> You must login to your Wave account and then use the robotbubaproject
> >> to complete validation of your account.
>
> >>http://www.bubaproject.com/imgs/step4.png
> >>http://www.bubaproject.com/imgs/step5.png
> >>http://www.bubaproject.com/imgs/step6.png
>
> >> After that you can use my gadgets (for now only works todolist
> >> gadget :-)) and these gadgets (if they were added via buba robot ...)
> >> notify each state change (each task change for the todolist gadget.. )
> >> to the other participants of the wave and to thebubaprojectrobot.
>
> >>http://www.bubaproject.com/imgs/step7.png
> >>http://www.bubaproject.com/imgs/step8.png
> >>http://www.bubaproject.com/imgs/step9.png
>
> >> Everything mentioned to here is already implemented , I'm working on:
>
> >> If the user has an account validated in buba then the robot saves the
> >> information from the wave gadgets on the web application and this data
> >> is available for processing or use with other tools, for example:
> >> notifications via email
>
> >> The robot saves the state changes for all wave participants with
> >> accounts in buba.
>
> >> The working group of "project" wave is the group of wave participants
>
> >> All the suggestions and corrections are welcome!
>
> >> Thanks Matias
>
> >> --
> >> 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 
> >> 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 google-wave-...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > google-wave-api+unsubscr...@googlegroups.com.
> > 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 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] Synchronization of data between my gadgets and my web app

2010-01-13 Thread Matias Molinas
Ok .. tomorrow I hope to upload a version with complete
synchronization flow for the todolist gadget
... meantime you can see a preview of the "embedded wave project" :-)

http://www.bubaproject.com/imgs/EmbeddedWave.png

Matias

2010/1/13 pamela (Google Employee) :
> Thanks for the thorough description, Matias, it sounds like the first
> of a kind. Looking forward to trying out the whole flow.
>
>
> On Sat, Jan 9, 2010 at 2:37 PM, matias molinas  
> wrote:
>> Hi
>> This email is about the synchronization of data between my wave
>> gadgets (todolist, calendar coming soon..) and my web app, 
>> www.bubaproject.com.
>>
>> The idea of my web application is to allow the user view only the
>> information of its "projects" waves in my site. And use that
>> information with other tools from the application.
>>
>> The first step is to register in www.bubaproject.com using Google
>> Friend Connect.
>>
>> http://www.bubaproject.com/imgs/step1.png
>> http://www.bubaproject.com/imgs/step2.png
>>
>> Then must associate a wave account to the application account.
>>
>> http://www.bubaproject.com/imgs/step3.png
>>
>> You must login to your Wave account and then use the robot bubaproject
>> to complete validation of your account.
>>
>> http://www.bubaproject.com/imgs/step4.png
>> http://www.bubaproject.com/imgs/step5.png
>> http://www.bubaproject.com/imgs/step6.png
>>
>> After that you can use my gadgets (for now only works todolist
>> gadget :-)) and these gadgets (if they were added via buba robot ...)
>> notify each state change (each task change for the todolist gadget.. )
>> to the other participants of the wave and to the bubaproject robot.
>>
>> http://www.bubaproject.com/imgs/step7.png
>> http://www.bubaproject.com/imgs/step8.png
>> http://www.bubaproject.com/imgs/step9.png
>>
>> Everything mentioned to here is already implemented , I'm working on:
>>
>> If the user has an account validated in buba then the robot saves the
>> information from the wave gadgets on the web application and this data
>> is available for processing or use with other tools, for example:
>> notifications via email
>>
>> The robot saves the state changes for all wave participants with
>> accounts in buba.
>>
>> The working group of "project" wave is the group of wave participants
>>
>>
>> All the suggestions and corrections are welcome!
>>
>> Thanks Matias
>>
>> --
>> 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.
>>
>>
>>
>>
>
> --
> 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.
>
>
>
>
-- 
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.




[Google Wave APIs] Synchronization of data between my gadgets and my web app

2010-01-08 Thread matias molinas
Hi
This email is about the synchronization of data between my wave
gadgets (todolist, calendar coming soon..) and my web app, www.bubaproject.com.

The idea of my web application is to allow the user view only the
information of its "projects" waves in my site. And use that
information with other tools from the application.

The first step is to register in www.bubaproject.com using Google
Friend Connect.

http://www.bubaproject.com/imgs/step1.png
http://www.bubaproject.com/imgs/step2.png

Then must associate a wave account to the application account.

http://www.bubaproject.com/imgs/step3.png

You must login to your Wave account and then use the robot bubaproject
to complete validation of your account.

http://www.bubaproject.com/imgs/step4.png
http://www.bubaproject.com/imgs/step5.png
http://www.bubaproject.com/imgs/step6.png

After that you can use my gadgets (for now only works todolist
gadget :-)) and these gadgets (if they were added via buba robot ...)
notify each state change (each task change for the todolist gadget.. )
to the other participants of the wave and to the bubaproject robot.

http://www.bubaproject.com/imgs/step7.png
http://www.bubaproject.com/imgs/step8.png
http://www.bubaproject.com/imgs/step9.png

Everything mentioned to here is already implemented , I'm working on:

If the user has an account validated in buba then the robot saves the
information from the wave gadgets on the web application and this data
is available for processing or use with other tools, for example:
notifications via email

The robot saves the state changes for all wave participants with
accounts in buba.

The working group of "project" wave is the group of wave participants


All the suggestions and corrections are welcome!

Thanks Matias
-- 
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] Re: ToDoList Gadget using JQuery UI and JQGrid

2010-01-07 Thread Matias Molinas
Improvements

* Now the gadget includes a status column, and the possible values are:
  - to do
  - pending (see note) ... The note may refer to another task
  - done
* Fixed the font size in wave
* New installer: http://www.bubaproject.com/todolistinstaller.xml
(thanks pamela..)

thanks for the suggestions! are all welcome

In two or three days will be available the gadget synchronization with
my web app.. www.bubaproject.com .. (optional..)

Matias

2010/1/7 pamela (Google Employee) :
> One more feedback item:
>
> The installer seems to be using a deprecated syntax, and doesn't
> include fields like author, so it shows "By Unknown". See this
> example:
> http://wave-skynet.appspot.com/public/extensions/areyouin/manifest.xml
>
>
>
> On Fri, Jan 8, 2010 at 10:14 AM, Ronald C.F. Antony
>  wrote:
>> On 7 Jan 2010, at 18:04, pamela (Google Employee) wrote:
>>
>>> Hmm- I'm not sure it's intuitive to put "Done" in Priority column. It
>>> seems like it should be a separate checkbox.
>>
>> Agreed. Even more to the point, there's a difference between the priority 
>> and the status.
>>
>> The status may not just be "to do" or "done", but might also include other 
>> values, such as "pending resolution of other item", which then could spawn 
>> off another to-do item, like "call XYZ to get OK to go ahead" or "call to 
>> ask about shipping delay" etc.
>> when all the spawned to-do items are "done", then the status of the original 
>> item could automatically go from "pending" back to "to do".
>>
>> Ronald
>> --
>> 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.
>>
>>
>>
>>
>
> --
> 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.
>
>
>
>
-- 
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.




[Google Wave APIs] Re: ToDoList Gadget using JQuery UI and JQGrid

2010-01-06 Thread matias molinas
Two suggestions:
1. Add a "Done" option to the Priority Drop Down list.
2. Auto resize coulmns or have a fixed length column with wrapping
text to fit content so it can be read in its entirety.

Implemented...

On 5 ene, 17:18, matias molinas  wrote:
> From linkedin Wave Interest Group:
>
> I have just install this as a Gadget and had a bit of a play. Love the
> idea. It could really work for Group Project monitoring.
>
> Two suggestions:
> 1. Add a "Done" option to the Priority Drop Down list.
> 2. Auto resize coulmns or have a fixed length column with wrapping
> text to fit content so it can be read in its entirety.
> By Tony Imbruglia Director at BrokerSource Pty Ltd
>
> Response:
>
> Dear Tony
> Thank you very much for the suggestions. I will implement your
> suggestions in the coming days
>
> Matias - Buba Project
>
> On 3 ene, 23:45, Matias Molinas  wrote:
>
> > I apologize if occasionally does not work, because I am deploying a
> > new version and running tests.
>
> > 2010/1/3 Matias Molinas :
>
> > > 2010/1/3 pamela (Google Employee) :
> > >> Snazzy!
>
> > >> So, if the user has a buba account, it will sync to their account, and
> > >> if not, it will save in the state?
> > >> I like that idea, if so.
>
> > > Yes, that's the idea!
>
> > >> I made a sample wave on sandbox with it here:
> > >>https://wave.google.com/a/wavesandbox.com/#restored:wave:wavesandbox
>
> > >> Is there an installer?
>
> > > ToDoList Gadget Installer:
>
> > >http://www.bubaproject.com/todolistinstaller.xml
>
> > > BubaProject Robot Installer:
>
> > >http://www.bubaproject.com/installer.xml
>
> > >> - pamela
>
> > >> On Mon, Jan 4, 2010 at 9:08 AM, matias molinas 
> > >>  wrote:
> > >>> Hi all
>
> > >>> Finally the first version of my todolist gadget works!
>
> > >>>http://www.bubaproject.com/todolist.xml
>
> > >>> or add my robot in your wave:
>
> > >>> bubaproj...@appspot.com
>
> > >>> write:
>
> > >>> @todolist
>
> > >>> and press "Done".
>
> > >>> this gadget uses wave states and integrates JQuery UI and JQGrid.
> > >>> The changes in the state of my Gadget are monitored by my wave robot,
> > >>> bubaproj...@appspot.com , thanks to this in the coming days I will
> > >>> show your  todolists inwww.bubaproject.com.
> > >>> This is for registered users whose accounts are validated 
> > >>> onwww.bubaproject.com
> > >>> and on google wave via my robot, bubaproj...@appspot.com .
>
> > >>> The idea is that fromwww.bubaproject.comwillyou can view your
> > >>> todolists and open embedded waves that contain the gadget.
>
> > >>> The next step is to allow the creation of projects inwww.bubaproject.com
> > >>> to select them from the gadget.
>
> > >>> I listen to suggestions.
>
> > >>> Matias
>
> > >>> --
>
> > >>> 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 
> > >>> 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 google-wave-...@googlegroups.com.
> > >> To unsubscribe from this group, send email to 
> > >> google-wave-api+unsubscr...@googlegroups.com.
> > >> 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 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.




[Google Wave APIs] Re: ToDoList Gadget using JQuery UI and JQGrid

2010-01-05 Thread matias molinas
>From linkedin Wave Interest Group:


I have just install this as a Gadget and had a bit of a play. Love the
idea. It could really work for Group Project monitoring.

Two suggestions:
1. Add a "Done" option to the Priority Drop Down list.
2. Auto resize coulmns or have a fixed length column with wrapping
text to fit content so it can be read in its entirety.
By Tony Imbruglia Director at BrokerSource Pty Ltd

Response:

Dear Tony
Thank you very much for the suggestions. I will implement your
suggestions in the coming days

Matias - Buba Project

On 3 ene, 23:45, Matias Molinas  wrote:
> I apologize if occasionally does not work, because I am deploying a
> new version and running tests.
>
> 2010/1/3 Matias Molinas :
>
> > 2010/1/3 pamela (Google Employee) :
> >> Snazzy!
>
> >> So, if the user has a buba account, it will sync to their account, and
> >> if not, it will save in the state?
> >> I like that idea, if so.
>
> > Yes, that's the idea!
>
> >> I made a sample wave on sandbox with it here:
> >>https://wave.google.com/a/wavesandbox.com/#restored:wave:wavesandbox
>
> >> Is there an installer?
>
> > ToDoList Gadget Installer:
>
> >http://www.bubaproject.com/todolistinstaller.xml
>
> > BubaProject Robot Installer:
>
> >http://www.bubaproject.com/installer.xml
>
> >> - pamela
>
> >> On Mon, Jan 4, 2010 at 9:08 AM, matias molinas  
> >> wrote:
> >>> Hi all
>
> >>> Finally the first version of my todolist gadget works!
>
> >>>http://www.bubaproject.com/todolist.xml
>
> >>> or add my robot in your wave:
>
> >>> bubaproj...@appspot.com
>
> >>> write:
>
> >>> @todolist
>
> >>> and press "Done".
>
> >>> this gadget uses wave states and integrates JQuery UI and JQGrid.
> >>> The changes in the state of my Gadget are monitored by my wave robot,
> >>> bubaproj...@appspot.com , thanks to this in the coming days I will
> >>> show your  todolists inwww.bubaproject.com.
> >>> This is for registered users whose accounts are validated 
> >>> onwww.bubaproject.com
> >>> and on google wave via my robot, bubaproj...@appspot.com .
>
> >>> The idea is that fromwww.bubaproject.comwill you can view your
> >>> todolists and open embedded waves that contain the gadget.
>
> >>> The next step is to allow the creation of projects inwww.bubaproject.com
> >>> to select them from the gadget.
>
> >>> I listen to suggestions.
>
> >>> Matias
>
> >>> --
>
> >>> 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 
> >>> 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 google-wave-...@googlegroups.com.
> >> To unsubscribe from this group, send email to 
> >> google-wave-api+unsubscr...@googlegroups.com.
> >> 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 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] ToDoList Gadget using JQuery UI and JQGrid

2010-01-03 Thread Matias Molinas
I apologize if occasionally does not work, because I am deploying a
new version and running tests.

2010/1/3 Matias Molinas :
> 2010/1/3 pamela (Google Employee) :
>> Snazzy!
>>
>> So, if the user has a buba account, it will sync to their account, and
>> if not, it will save in the state?
>> I like that idea, if so.
>
> Yes, that's the idea!
>
>
>> I made a sample wave on sandbox with it here:
>> https://wave.google.com/a/wavesandbox.com/#restored:wave:wavesandbox.com!w%252BydBe9kmbA
>>
>> Is there an installer?
>>
>
> ToDoList Gadget Installer:
>
> http://www.bubaproject.com/todolistinstaller.xml
>
> BubaProject Robot Installer:
>
> http://www.bubaproject.com/installer.xml
>
>
>> - pamela
>>
>> On Mon, Jan 4, 2010 at 9:08 AM, matias molinas  
>> wrote:
>>> Hi all
>>>
>>> Finally the first version of my todolist gadget works!
>>>
>>> http://www.bubaproject.com/todolist.xml
>>>
>>> or add my robot in your wave:
>>>
>>> bubaproj...@appspot.com
>>>
>>> write:
>>>
>>> @todolist
>>>
>>> and press "Done".
>>>
>>> this gadget uses wave states and integrates JQuery UI and JQGrid.
>>> The changes in the state of my Gadget are monitored by my wave robot,
>>> bubaproj...@appspot.com , thanks to this in the coming days I will
>>> show your  todolists in www.bubaproject.com .
>>> This is for registered users whose accounts are validated on 
>>> www.bubaproject.com
>>> and on google wave via my robot, bubaproj...@appspot.com .
>>>
>>> The idea is that from www.bubaproject.com will you can view your
>>> todolists and open embedded waves that contain the gadget.
>>>
>>> The next step is to allow the creation of projects in www.bubaproject.com
>>> to select them from the gadget.
>>>
>>> I listen to suggestions.
>>>
>>> Matias
>>>
>>> --
>>>
>>> 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.
>>>
>>>
>>>
>>
>> --
>>
>> 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.
>>
>>
>>
>

--

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] ToDoList Gadget using JQuery UI and JQGrid

2010-01-03 Thread Matias Molinas
2010/1/3 pamela (Google Employee) :
> Snazzy!
>
> So, if the user has a buba account, it will sync to their account, and
> if not, it will save in the state?
> I like that idea, if so.

Yes, that's the idea!


> I made a sample wave on sandbox with it here:
> https://wave.google.com/a/wavesandbox.com/#restored:wave:wavesandbox.com!w%252BydBe9kmbA
>
> Is there an installer?
>

ToDoList Gadget Installer:

http://www.bubaproject.com/todolistinstaller.xml

BubaProject Robot Installer:

http://www.bubaproject.com/installer.xml


> - pamela
>
> On Mon, Jan 4, 2010 at 9:08 AM, matias molinas  
> wrote:
>> Hi all
>>
>> Finally the first version of my todolist gadget works!
>>
>> http://www.bubaproject.com/todolist.xml
>>
>> or add my robot in your wave:
>>
>> bubaproj...@appspot.com
>>
>> write:
>>
>> @todolist
>>
>> and press "Done".
>>
>> this gadget uses wave states and integrates JQuery UI and JQGrid.
>> The changes in the state of my Gadget are monitored by my wave robot,
>> bubaproj...@appspot.com , thanks to this in the coming days I will
>> show your  todolists in www.bubaproject.com .
>> This is for registered users whose accounts are validated on 
>> www.bubaproject.com
>> and on google wave via my robot, bubaproj...@appspot.com .
>>
>> The idea is that from www.bubaproject.com will you can view your
>> todolists and open embedded waves that contain the gadget.
>>
>> The next step is to allow the creation of projects in www.bubaproject.com
>> to select them from the gadget.
>>
>> I listen to suggestions.
>>
>> Matias
>>
>> --
>>
>> 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.
>>
>>
>>
>
> --
>
> 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.
>
>
>

--

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.




[Google Wave APIs] ToDoList Gadget using JQuery UI and JQGrid

2010-01-03 Thread matias molinas
Hi all

Finally the first version of my todolist gadget works!

http://www.bubaproject.com/todolist.xml

or add my robot in your wave:

bubaproj...@appspot.com

write:

@todolist

and press "Done".

this gadget uses wave states and integrates JQuery UI and JQGrid.
The changes in the state of my Gadget are monitored by my wave robot,
bubaproj...@appspot.com , thanks to this in the coming days I will
show your  todolists in www.bubaproject.com .
This is for registered users whose accounts are validated on www.bubaproject.com
and on google wave via my robot, bubaproj...@appspot.com .

The idea is that from www.bubaproject.com will you can view your
todolists and open embedded waves that contain the gadget.

The next step is to allow the creation of projects in www.bubaproject.com
to select them from the gadget.

I listen to suggestions.

Matias

--

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] Re: Auto login to google embed wave

2009-12-28 Thread Matias Molinas
Google Wave should be an Open ID provider to resolve this problem

I'm doing something similar, and finally I decided to use Google
Friend Connect in my site and requiring the user to be authenticated
to access pages with Wave embedded, but I worry about security .. I'm
still thinking

I've also added a mechanism to validate the accounts in my robot, to
link an Google Friend Connect account to Google Wave Account,
requesting the entry of a validation code via Wave Robot and detecting
Wave owner ... is acceptable for now, but I think the best solution is
Google Wave as Open ID Provider

Matias

2009/12/28 pamela (Google Employee) :
> That is not possible, no, and sounds fairly insecure. If the user has
> logged in to Wave preview in the browser, they should see the embed
> page. If not, they should be given a link to the login page. In the
> future, users will be able to view waves without logging on.
>
> - pamela
>
> On Wed, Dec 2, 2009 at 5:48 PM, Pravin Pawar  wrote:
>> In our project we added the embed wave page, once user logged into our
>> site we can show him a embed wave page. Currently we added the embed
>> wave from google wave preview account. But the problem we face is that
>> the user has again login to preview account to see the waves.
>> So is it possible to auto login to preview account by passing the
>> username & password. Has anybody implement such functionality or any
>> idea about this, Please reply me as early as possible.
>>
>> On Nov 26, 12:05 pm, Pravin Pawar  wrote:
>>> Tell me the way that I can pass my sandbox account username and
>>> password to embed wave page so it will automatically login.
>>>
>>> So I can't see "You've reached a page that contains content from
>>> Google Wave. We're currently in a preview with a limited number of
>>> users. If you have an account please log in athttp://wave.google.com/wave.";
>>> message.
>>
>> --
>>
>> 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.
>>
>>
>>
>
> --
>
> 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.
>
>
>

--

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.




[Google Wave APIs] Re: Integration of authentication from Gadgets, Robots and web application

2009-12-21 Thread matias molinas
To implement the proposed scenarios I think that these libraries may
be useful:

step2 - combining OpenID and OAuth in one protocol
http://code.google.com/p/step2

and

dyuproject
http://code.google.com/p/dyuproject/

Is anyone in the group has already tested these libraries?

I will start testing step2 ...

On 21 dic, 18:08, matias molinas  wrote:
> Hi Pamela
>
> I want to perform secure authentication in Wave Gadget via Wave Robot
> (same as TwitterBot sample) and also perform secure authentication
> with the same account from my web application (the same web
> application who  contains the wave robot and is  running  in Google
> App Engine:www.bubproject.com).
>
> I also want to access from my application to Google services, Docs,
> Calendar, etc.
>
> Yes, I want it all!
>
> Initially experimenting with Google Friend Connect, but soon
> discovered its limitations in the scenarios that I want to cover.
> Now I'm looking to use Federated Login.. Open Id + OAuth. Is ok?,
> there is a better way to resolve these scenarios?
>
> Have you thought about these scenarios in the development team?
>
> Matias

--

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.




[Google Wave APIs] Integration of authentication from Gadgets, Robots and web application

2009-12-21 Thread matias molinas
Hi Pamela

I want to perform secure authentication in Wave Gadget via Wave Robot
(same as TwitterBot sample) and also perform secure authentication
with the same account from my web application (the same web
application who  contains the wave robot and is  running  in Google
App Engine: www.bubproject.com).

I also want to access from my application to Google services, Docs,
Calendar, etc.

Yes, I want it all!

Initially experimenting with Google Friend Connect, but soon
discovered its limitations in the scenarios that I want to cover.
Now I'm looking to use Federated Login.. Open Id + OAuth. Is ok?,
there is a better way to resolve these scenarios?

Have you thought about these scenarios in the development team?

Matias

--

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.




[Google Wave APIs] Re: IOC and wave-robot-java-client

2009-12-20 Thread matias molinas
I am analyzing Tweety Robot it already includes a similar singleton:
com.google.wave.extensions.tweety.util.PersistenceManagerHelper

but includes wave-robot-net-client already has:
com.google.wave.api.oauth.impl.SingletonPersistenceManagerFactory

DI permitted to avoid this problem

On 20 dic, 11:02, matias molinas  wrote:
> Hi
> I am studying the code of wave-robot-java-client and I see that
> already includes a JDO PersistenceManagerFactory singleton for
> OAuthService:
>
> com.google.wave.api.oauth.impl.SingletonPersistenceManagerFactory
>
> It's just a suggestion, but I think the library should be used a
> framework of IOC and DI so that it is possible to reuse the components
> and create only a single instance of an PersistenceManagerFactory in
> an Wave Robot application that includes your own framework of IOC and
> DI
>
> "Saludos", Matias

--

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.




[Google Wave APIs] IOC and wave-robot-java-client

2009-12-20 Thread matias molinas
Hi
I am studying the code of wave-robot-java-client and I see that
already includes a JDO PersistenceManagerFactory singleton for
OAuthService:

com.google.wave.api.oauth.impl.SingletonPersistenceManagerFactory

It's just a suggestion, but I think the library should be used a
framework of IOC and DI so that it is possible to reuse the components
and create only a single instance of an PersistenceManagerFactory in
an Wave Robot application that includes your own framework of IOC and
DI

"Saludos", Matias

--

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] Dropdowns with robots

2009-12-18 Thread Matias Molinas
Hi
I think not, but I would like to correct me people at Google. I
understand that an Open Social Gadget should be included in a Open
Social container, which is not the case of Wave, or for example with
Google Friend Connect should run on a site associated with Google
Friend Connect, so I think that it is not feasible to use them
directly embedded within wave.

My site includes a robot and services that provides the Open Social
functionality from Friend Connect to my Wave Gadgets using Open Social
API REST.

Matias

2009/12/18 Andrés Cerezo :
> A robot can insert gadgets from opensocial, too?
>
> Thanks.
>
> 2009/12/15 Matias Molinas 
>>
>> Hi
>>
>> A robot can insert a gadget and a gadget with some considerations can
>> include the same html elements that a web page
>> eg I use without problems jquery ui widgets
>>
>> 2009/12/15 pamela (Google Employee) :
>> > It's possible that it inserts a gadget which contains a  menu.
>> > That
>> > is something that you could do today; sorry for not mentioning that
>> > possibility.
>> >
>> >
>> >
>> > 2009/12/15 Andrés Cerezo 
>> >>
>> >> Hello!!, but this robot bubaproj...@appspot.com has dropdown list. ¿?
>> >>
>> >> Thanks for any help.
>> >>
>> >>
>> >> 2009/12/15 pamela (Google Employee) 
>> >>>
>> >>> Hi Jonathan -
>> >>> Not currently possible. Please star the following to be notified of
>> >>> updates:
>> >>> http://code.google.com/p/google-wave-resources/issues/detail?id=270
>> >>> - pamela
>> >>>
>> >>> On Tue, Dec 15, 2009 at 1:08 AM, Jonathan Hunt 
>> >>> wrote:
>> >>>>
>> >>>> Hi,
>> >>>>
>> >>>> Is there any way that a robot can insert a dropdown list (similar to
>> >>>> radiobuttons)? If not, is this likely to be added in future?
>> >>>>
>> >>>> Thanks for any help.
>> >>>> Jonny
>> >>>>
>> >>>> --
>> >>>> Jonathan J Hunt 
>> >>>> Homepage: http://www.42quarks.com
>> >>>> (Further contact details there)
>> >>>> "Physics isn't the most important thing. Love is." Richard Feynman
>> >>>>
>> >>>> --
>> >>>>
>> >>>> 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.
>> >>>>
>> >>>>
>> >>>
>> >>> --
>> >>>
>> >>> 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.
>> >>
>> >> --
>> >>
>> >> 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.
>> >
>> > --
>> >
>> > 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.
>> >
>>
>> --
>>
>> 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.
>>
>>
>
> --
>
> 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.
>

--

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] Re: architectural best practices for writing wave extensions

2009-12-15 Thread Matias Molinas
Hi Andres

In this Wave:

https://wave.google.com/wave/#restored:wave:googlewave.com!w%252BgmxClh2yA.3

I published a ultra simplified architecture diagram.

for code samples I recommend to analyze the AppFuse framework, whose
architecture is very similar and in fact it inspired me

Matias

2009/12/15 Matias Molinas :
> Hi Andres
> For the moment do not think release the source code, but I can make a
> diagram of the architecture and code  examples of using this
> architecture.
> Of course you can help me in testing, but is still a prototype. I hope
> in 15 days more to have the first version that works.
>
> Matias
>
> 2009/12/15 Andrés Cerezo :
>> It's very good can we see the source code or the architecture graphically ?
>> Can I help you with testing?
>>
>>
>> 2009/12/12 gengstrand 
>>>
>>> That's very cool, Matias. Thanks for posting. Is the Spring app
>>> somehow running in Google App Engine or as a stand alone web app? How
>>> are you sharing data between the robot and the Spring app?
>>>
>>> On Dec 11, 11:52 am, Matias Molinas  wrote:
>>> > I am developing an application that uses Wave as a way to provide
>>> > services for Gadgets and Wave users, so I'm using a 3 layer
>>> > architecture with Spring MVC, where the Wave Robot (Servlet) is one
>>> > component of my layer IU.
>>> >
>>> > I use Gadgets and are components from my UI layer that consumes the
>>> > services of my Robot.
>>> >
>>> > I think it's a good architecture for a Wave extension.
>>> >
>>> > My application (www.bubaproject.com) is still under development, but I
>>> > did some tests to validate the architecture of Google App Engine and
>>> > I'm happy with the choice.
>>> >
>>> > 2009/12/11 gengstrand :
>>> >
>>> > > Outside of some advice on when to code a gadget versus a robot ( see
>>> > >http://code.google.com/apis/wave/extensions/) and the overall
>>> > > architecture of the protocol itself ( see
>>> > >http://www.waveprotocol.org/whitepapers/google-wave-architecture), I
>>> > > could not find much in the way of architectural best practices for
>>> > > writing wave extensions.
>>> >
>>> > > What is the architecture for your wave extensions? What works and
>>> > > doesn't work about your architecture?
>>> >
>>> > > --
>>> >
>>> > > 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
>>> > > 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 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.
>>>
>>>
>>
>> --
>>
>> 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.
>>
>

--

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] Dropdowns with robots

2009-12-15 Thread Matias Molinas
Hi

A robot can insert a gadget and a gadget with some considerations can
include the same html elements that a web page
eg I use without problems jquery ui widgets

2009/12/15 pamela (Google Employee) :
> It's possible that it inserts a gadget which contains a  menu. That
> is something that you could do today; sorry for not mentioning that
> possibility.
>
>
>
> 2009/12/15 Andrés Cerezo 
>>
>> Hello!!, but this robot bubaproj...@appspot.com has dropdown list. ¿?
>>
>> Thanks for any help.
>>
>>
>> 2009/12/15 pamela (Google Employee) 
>>>
>>> Hi Jonathan -
>>> Not currently possible. Please star the following to be notified of
>>> updates:
>>> http://code.google.com/p/google-wave-resources/issues/detail?id=270
>>> - pamela
>>>
>>> On Tue, Dec 15, 2009 at 1:08 AM, Jonathan Hunt  wrote:

 Hi,

 Is there any way that a robot can insert a dropdown list (similar to
 radiobuttons)? If not, is this likely to be added in future?

 Thanks for any help.
 Jonny

 --
 Jonathan J Hunt 
 Homepage: http://www.42quarks.com
 (Further contact details there)
 "Physics isn't the most important thing. Love is." Richard Feynman

 --

 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.


>>>
>>> --
>>>
>>> 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.
>>
>> --
>>
>> 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.
>
> --
>
> 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.
>

--

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] Re: architectural best practices for writing wave extensions

2009-12-15 Thread Matias Molinas
Hi Andres
For the moment do not think release the source code, but I can make a
diagram of the architecture and code  examples of using this
architecture.
Of course you can help me in testing, but is still a prototype. I hope
in 15 days more to have the first version that works.

Matias

2009/12/15 Andrés Cerezo :
> It's very good can we see the source code or the architecture graphically ?
> Can I help you with testing?
>
>
> 2009/12/12 gengstrand 
>>
>> That's very cool, Matias. Thanks for posting. Is the Spring app
>> somehow running in Google App Engine or as a stand alone web app? How
>> are you sharing data between the robot and the Spring app?
>>
>> On Dec 11, 11:52 am, Matias Molinas  wrote:
>> > I am developing an application that uses Wave as a way to provide
>> > services for Gadgets and Wave users, so I'm using a 3 layer
>> > architecture with Spring MVC, where the Wave Robot (Servlet) is one
>> > component of my layer IU.
>> >
>> > I use Gadgets and are components from my UI layer that consumes the
>> > services of my Robot.
>> >
>> > I think it's a good architecture for a Wave extension.
>> >
>> > My application (www.bubaproject.com) is still under development, but I
>> > did some tests to validate the architecture of Google App Engine and
>> > I'm happy with the choice.
>> >
>> > 2009/12/11 gengstrand :
>> >
>> > > Outside of some advice on when to code a gadget versus a robot ( see
>> > >http://code.google.com/apis/wave/extensions/) and the overall
>> > > architecture of the protocol itself ( see
>> > >http://www.waveprotocol.org/whitepapers/google-wave-architecture), I
>> > > could not find much in the way of architectural best practices for
>> > > writing wave extensions.
>> >
>> > > What is the architecture for your wave extensions? What works and
>> > > doesn't work about your architecture?
>> >
>> > > --
>> >
>> > > 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
>> > > 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 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.
>>
>>
>
> --
>
> 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.
>

--

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] Re: architectural best practices for writing wave extensions

2009-12-15 Thread Matias Molinas
The application is a web application that runs on Google App Engine
and uses the Spring MVC framework that uses Spring.

The Wave Robot uses the context of Spring and uses the business
components (services) of the application in the same way that the
controllers of Spring MVC.

At first use Spring Wave Robot:
http://www.dailydev.org/p/wave-robot/docs/spring-robot-tutorial

but then chooses to use directly Robot API to adapt quickly to changes
in Robot API.

2009/12/12 gengstrand :
> That's very cool, Matias. Thanks for posting. Is the Spring app
> somehow running in Google App Engine or as a stand alone web app? How
> are you sharing data between the robot and the Spring app?
>
> On Dec 11, 11:52 am, Matias Molinas  wrote:
>> I am developing an application that uses Wave as a way to provide
>> services for Gadgets and Wave users, so I'm using a 3 layer
>> architecture with Spring MVC, where the Wave Robot (Servlet) is one
>> component of my layer IU.
>>
>> I use Gadgets and are components from my UI layer that consumes the
>> services of my Robot.
>>
>> I think it's a good architecture for a Wave extension.
>>
>> My application (www.bubaproject.com) is still under development, but I
>> did some tests to validate the architecture of Google App Engine and
>> I'm happy with the choice.
>>
>> 2009/12/11 gengstrand :
>>
>> > Outside of some advice on when to code a gadget versus a robot ( see
>> >http://code.google.com/apis/wave/extensions/) and the overall
>> > architecture of the protocol itself ( see
>> >http://www.waveprotocol.org/whitepapers/google-wave-architecture), I
>> > could not find much in the way of architectural best practices for
>> > writing wave extensions.
>>
>> > What is the architecture for your wave extensions? What works and
>> > doesn't work about your architecture?
>>
>> > --
>>
>> > 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 
>> > 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 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.
>
>
>

--

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] Re: getState() is null?

2009-12-13 Thread Matias Molinas
Hi Pamela,
Well, not yet investigated because the JSON library does not work, but
I already have the solution, instead of using JSON.stringify I use
gadgets.json.stringify.

a good example:

http://www.processwave.org/2009/12/invity-behind-scenes.html

The problem is solved for me. Thanks for your time!

2009/12/13 Matias Molinas :
> Hi Pamela, thanks.
>
> First of all apologies for not detecting more specifically the problem before.
> It is easier to complain rather than work :-)
> I think now that I know I can help.
> In the url:
>
> http://www.bubaproject.com/test.xml
>
> you can see a test Gadget, it includes the library:
>
> http://www.bubaproject.com/js/json2.js
>
> It is originally from JSON.org and has been modified by the author of
> jqgrid (Tony Tomov) for jqgrid.
>
> This library makes that while Wave states work properly in Firefox 3
> fail in Firefox 3.5 and Chrome.
>
> I will try to avoid using this library, but it would be good to know
> the reason for the failure.
>
> Thanks again, Matias
>
> 2009/12/13 pamela (Google Employee) :
>> Hi Matias - Please link to a simplified version of the gadget code so that
>> we can see what you're doing.
>>  -pamela
>> On Fri, Dec 11, 2009 at 6:05 PM, Matias Molinas 
>> wrote:
>>>
>>> Works for me, but only in firefox 3 :-( . I suspect that this is a
>>> problem initializing the state, but I can not even identify.
>>> Thank you very much!
>>>
>>> 2009/12/10 dirtside :
>>> > I actually figured out that using submitValue() instead of submitDelta
>>> > () seems to work properly for whatever key. Not sure why, but at least
>>> > my gadget works now :-)
>>> >
>>> > On Dec 9, 3:50 pm, dirtside  wrote:
>>> >> I'm developing a Wave gadget. It sets a callback function for
>>> >> setStateCallback() and setParticipantCallback(), which apparently gets
>>> >> called immediately, three times (I'm guessing once for the
>>> >> setStateCallback and once each for the two participants).
>>> >>
>>> >> The callback function (updateDisplay) calls another internal function
>>> >> which calls wave.getState(). Well, the first time it calls
>>> >> wave.getState() I get a JS error saying that wave.getState() is null,
>>> >> which I guess means it hasn't been initialized yet. So my question is,
>>> >> why is wave calling the callbacks before the wave object is fully
>>> >> initialized, or am I doing something wrong?
>>> >
>>> > --
>>> >
>>> > 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.
>>> >
>>> >
>>> >
>>>
>>> --
>>>
>>> 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.
>>>
>>>
>>
>> --
>>
>> 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.
>>
>

--

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] Re: getState() is null?

2009-12-13 Thread Matias Molinas
Hi Pamela, thanks.

First of all apologies for not detecting more specifically the problem before.
It is easier to complain rather than work :-)
I think now that I know I can help.
In the url:

http://www.bubaproject.com/test.xml

you can see a test Gadget, it includes the library:

http://www.bubaproject.com/js/json2.js

It is originally from JSON.org and has been modified by the author of
jqgrid (Tony Tomov) for jqgrid.

This library makes that while Wave states work properly in Firefox 3
fail in Firefox 3.5 and Chrome.

I will try to avoid using this library, but it would be good to know
the reason for the failure.

Thanks again, Matias

2009/12/13 pamela (Google Employee) :
> Hi Matias - Please link to a simplified version of the gadget code so that
> we can see what you're doing.
>  -pamela
> On Fri, Dec 11, 2009 at 6:05 PM, Matias Molinas 
> wrote:
>>
>> Works for me, but only in firefox 3 :-( . I suspect that this is a
>> problem initializing the state, but I can not even identify.
>> Thank you very much!
>>
>> 2009/12/10 dirtside :
>> > I actually figured out that using submitValue() instead of submitDelta
>> > () seems to work properly for whatever key. Not sure why, but at least
>> > my gadget works now :-)
>> >
>> > On Dec 9, 3:50 pm, dirtside  wrote:
>> >> I'm developing a Wave gadget. It sets a callback function for
>> >> setStateCallback() and setParticipantCallback(), which apparently gets
>> >> called immediately, three times (I'm guessing once for the
>> >> setStateCallback and once each for the two participants).
>> >>
>> >> The callback function (updateDisplay) calls another internal function
>> >> which calls wave.getState(). Well, the first time it calls
>> >> wave.getState() I get a JS error saying that wave.getState() is null,
>> >> which I guess means it hasn't been initialized yet. So my question is,
>> >> why is wave calling the callbacks before the wave object is fully
>> >> initialized, or am I doing something wrong?
>> >
>> > --
>> >
>> > 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.
>> >
>> >
>> >
>>
>> --
>>
>> 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.
>>
>>
>
> --
>
> 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.
>

--

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] architectural best practices for writing wave extensions

2009-12-11 Thread Matias Molinas
I am developing an application that uses Wave as a way to provide
services for Gadgets and Wave users, so I'm using a 3 layer
architecture with Spring MVC, where the Wave Robot (Servlet) is one
component of my layer IU.

I use Gadgets and are components from my UI layer that consumes the
services of my Robot.

I think it's a good architecture for a Wave extension.

My application (www.bubaproject.com) is still under development, but I
did some tests to validate the architecture of Google App Engine and
I'm happy with the choice.

2009/12/11 gengstrand :
> Outside of some advice on when to code a gadget versus a robot ( see
> http://code.google.com/apis/wave/extensions/ ) and the overall
> architecture of the protocol itself ( see
> http://www.waveprotocol.org/whitepapers/google-wave-architecture ), I
> could not find much in the way of architectural best practices for
> writing wave extensions.
>
> What is the architecture for your wave extensions? What works and
> doesn't work about your architecture?
>
> --
>
> 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.
>
>
>

--

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] Re: getState() is null?

2009-12-10 Thread Matias Molinas
Works for me, but only in firefox 3 :-( . I suspect that this is a
problem initializing the state, but I can not even identify.
Thank you very much!

2009/12/10 dirtside :
> I actually figured out that using submitValue() instead of submitDelta
> () seems to work properly for whatever key. Not sure why, but at least
> my gadget works now :-)
>
> On Dec 9, 3:50 pm, dirtside  wrote:
>> I'm developing a Wave gadget. It sets a callback function for
>> setStateCallback() and setParticipantCallback(), which apparently gets
>> called immediately, three times (I'm guessing once for the
>> setStateCallback and once each for the two participants).
>>
>> The callback function (updateDisplay) calls another internal function
>> which calls wave.getState(). Well, the first time it calls
>> wave.getState() I get a JS error saying that wave.getState() is null,
>> which I guess means it hasn't been initialized yet. So my question is,
>> why is wave calling the callbacks before the wave object is fully
>> initialized, or am I doing something wrong?
>
> --
>
> 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.
>
>
>

--

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] getState() is null?

2009-12-10 Thread Matias Molinas
I have the same problem in Firefox 3.5 and Chrome. In Firefox 3  works
correctly . Any official solution?

2009/12/9 dirtside :
> I'm developing a Wave gadget. It sets a callback function for
> setStateCallback() and setParticipantCallback(), which apparently gets
> called immediately, three times (I'm guessing once for the
> setStateCallback and once each for the two participants).
>
> The callback function (updateDisplay) calls another internal function
> which calls wave.getState(). Well, the first time it calls
> wave.getState() I get a JS error saying that wave.getState() is null,
> which I guess means it hasn't been initialized yet. So my question is,
> why is wave calling the callbacks before the wave object is fully
> initialized, or am I doing something wrong?
>
> --
>
> 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.
>
>
>

--

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.




[Google Wave APIs] Re: General problem Google Java APIs

2009-11-28 Thread matias molinas
Sorry .. not compatible with oauth-20090617.jar .. not with json
library .. anyway it is not clear dependency management .. at least
not as clear as it is a Maven POM :-)

On 28 nov, 12:27, matias molinas  wrote:
> org.opensocial.client.OpenSocialHttpClient from stable version of Open
> Social Java Client is not compatible with json version of library of
> Google Wave Java Robots Api :-( .. the last version of Open Social
> Java Client don't compiles .. the source code of Open Social Java
> Client of the SVN repository don't compiles!!! :-( ...
> Should consider Maven, continuum integration and good polices for
> CM!! :-)
>
> On 28 nov, 11:30, matias molinas  wrote:
>
> > Correction "I'm using GAE Java SDK, Google Friend Connect, Open Social
> > Java Client and Wave Java API" .. the principal problem is different
> > versions of oauth, json. Maybe there are no conflicts .. but it is
> > tedious to check
>
> > On 28 nov, 11:19, matias molinas  wrote:
>
> > > I'm using GAE Java SDK, Google Friend Connect, Open Social and Google
> > > Client for Java API for Java Wave. It's a nightmare to manage the
> > > dependencies of the libraries! Should use at least internally Maven
> > > and proper management of versions of the libraries! :-)
>
>

--

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.




[Google Wave APIs] Re: General problem Google Java APIs

2009-11-28 Thread matias molinas
org.opensocial.client.OpenSocialHttpClient from stable version of Open
Social Java Client is not compatible with json version of library of
Google Wave Java Robots Api :-( .. the last version of Open Social
Java Client don't compiles .. the source code of Open Social Java
Client of the SVN repository don't compiles!!! :-( ...
Should consider Maven, continuum integration and good polices for
CM!! :-)

On 28 nov, 11:30, matias molinas  wrote:
> Correction "I'm using GAE Java SDK, Google Friend Connect, Open Social
> Java Client and Wave Java API" .. the principal problem is different
> versions of oauth, json. Maybe there are no conflicts .. but it is
> tedious to check
>
> On 28 nov, 11:19, matias molinas  wrote:
>
> > I'm using GAE Java SDK, Google Friend Connect, Open Social and Google
> > Client for Java API for Java Wave. It's a nightmare to manage the
> > dependencies of the libraries! Should use at least internally Maven
> > and proper management of versions of the libraries! :-)
>
>

--

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.




[Google Wave APIs] Re: General problem Google Java APIs

2009-11-28 Thread matias molinas
Correction "I'm using GAE Java SDK, Google Friend Connect, Open Social
Java Client and Wave Java API" .. the principal problem is different
versions of oauth, json. Maybe there are no conflicts .. but it is
tedious to check

On 28 nov, 11:19, matias molinas  wrote:
> I'm using GAE Java SDK, Google Friend Connect, Open Social and Google
> Client for Java API for Java Wave. It's a nightmare to manage the
> dependencies of the libraries! Should use at least internally Maven
> and proper management of versions of the libraries! :-)

--

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.




[Google Wave APIs] General problem Google Java APIs

2009-11-28 Thread matias molinas
I'm using GAE Java SDK, Google Friend Connect, Open Social and Google
Client for Java API for Java Wave. It's a nightmare to manage the
dependencies of the libraries! Should use at least internally Maven
and proper management of versions of the libraries! :-)

--

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] Re: Gadget and Wave States problem

2009-11-25 Thread Matias Molinas
Thanks for the tip

2009/11/25 qMax :
> If you use Require feature="wave-preview" it might not work in chrome.
>
> On 25 ноя, 09:38, Matias Molinas  wrote:
>> Well the problem in Chrome 3 is that the state of the wave is not
>> initialized, but in firefox 3 the wave state of the same gadget is
>> properly initialized.
>> In firefox 3 the state of the wave is not null, it works correctly for
>> a few hours, then the states and therefore the content of the gadget
>> is lost :-(
>>
>> 2009/11/24 Matias Molinas :
>>
>>
>>
>> > interesting observations in:
>>
>> >http://groups.google.com/group/google-wave-api/browse_thread/thread/9...
>>
>> > but no answers :-(
>>
>> > 2009/11/23 a webulite :
>> >> Pamela,
>>
>> >> so I am clear, making it "public" means available only to people that
>> >> have Wave right? I have embedded a wave on one of my web pages, and
>> >> made it public. I understand that to mean that any Wave user can join
>> >> in, and also edit it. But... people without Wave will get that screen
>> >> that tells them to view the Wave demo, and to log in, right?
>>
>> >> Is there actually a way for waves that you have embedded on your
>> >> webpage to be allowed to be views by ALL people Wave users or not? I
>> >> am thinking of making a blog page on my site that is actually a Wave,
>> >> but that would be pointless if only Wave account holders could read my
>> >> posts. Well... that is... until the entire world have a Wave
>> >> account...  evil google taking over the world laugh.
>>
>> >> Hope these questions are not inappropriate or a bother. I just started
>> >> using Wave last night, and I have a million questions.
>>
>> >> Cheers! Ricco
>> >>http://webulite.com
>> >> -
>>
>> >> On Mon, Nov 23, 2009 at 9:34 AM, pamela (Google Employee)
>> >>  wrote:
>> >>> Hi Matias -
>> >>> Please make that Wave public if you would like others to be able to see 
>> >>> it.
>> >>> - pamela
>>
>> >>> On Mon, Nov 23, 2009 at 8:46 AM, Matias Molinas 
>> >>> 
>> >>> wrote:
>>
>> >>>> He,
>> >>>> yesterday my gadget for todolist work fine with with wave states, this
>> >>>> day is not working.
>>
>> >>>> Could be due to a server problem?
>>
>> >>>> The wave where it worked yesterday and today you I can not retrieve
>> >>>> the gadget state is:
>>
>> >>>>https://wave.google.com/wave/#restored:wave:googlewave.com!w%252B29Kw...
>>
>> >>> --
>>
>> >>> 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=.
>>
>> >> --
>>
>> >> 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 
>> >> 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 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.
>
>
>

--

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] Re: Gadget and Wave States problem

2009-11-24 Thread Matias Molinas
Well the problem in Chrome 3 is that the state of the wave is not
initialized, but in firefox 3 the wave state of the same gadget is
properly initialized.
In firefox 3 the state of the wave is not null, it works correctly for
a few hours, then the states and therefore the content of the gadget
is lost :-(

2009/11/24 Matias Molinas :
> interesting observations in:
>
> http://groups.google.com/group/google-wave-api/browse_thread/thread/9374d9fb43193f05
>
> but no answers :-(
>
> 2009/11/23 a webulite :
>> Pamela,
>>
>> so I am clear, making it "public" means available only to people that
>> have Wave right? I have embedded a wave on one of my web pages, and
>> made it public. I understand that to mean that any Wave user can join
>> in, and also edit it. But... people without Wave will get that screen
>> that tells them to view the Wave demo, and to log in, right?
>>
>> Is there actually a way for waves that you have embedded on your
>> webpage to be allowed to be views by ALL people Wave users or not? I
>> am thinking of making a blog page on my site that is actually a Wave,
>> but that would be pointless if only Wave account holders could read my
>> posts. Well... that is... until the entire world have a Wave
>> account...  evil google taking over the world laugh.
>>
>> Hope these questions are not inappropriate or a bother. I just started
>> using Wave last night, and I have a million questions.
>>
>> Cheers! Ricco
>> http://webulite.com
>> -
>>
>> On Mon, Nov 23, 2009 at 9:34 AM, pamela (Google Employee)
>>  wrote:
>>> Hi Matias -
>>> Please make that Wave public if you would like others to be able to see it.
>>> - pamela
>>>
>>> On Mon, Nov 23, 2009 at 8:46 AM, Matias Molinas 
>>> wrote:
>>>>
>>>> He,
>>>> yesterday my gadget for todolist work fine with with wave states, this
>>>> day is not working.
>>>>
>>>> Could be due to a server problem?
>>>>
>>>> The wave where it worked yesterday and today you I can not retrieve
>>>> the gadget state is:
>>>>
>>>>
>>>> https://wave.google.com/wave/#restored:wave:googlewave.com!w%252B29Kw7WeBA.2
>>>
>>> --
>>>
>>> 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=.
>>>
>>
>> --
>>
>> 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.
>>
>>
>>
>

--

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] Re: Gadget and Wave States problem

2009-11-24 Thread Matias Molinas
interesting observations in:

http://groups.google.com/group/google-wave-api/browse_thread/thread/9374d9fb43193f05

but no answers :-(

2009/11/23 a webulite :
> Pamela,
>
> so I am clear, making it "public" means available only to people that
> have Wave right? I have embedded a wave on one of my web pages, and
> made it public. I understand that to mean that any Wave user can join
> in, and also edit it. But... people without Wave will get that screen
> that tells them to view the Wave demo, and to log in, right?
>
> Is there actually a way for waves that you have embedded on your
> webpage to be allowed to be views by ALL people Wave users or not? I
> am thinking of making a blog page on my site that is actually a Wave,
> but that would be pointless if only Wave account holders could read my
> posts. Well... that is... until the entire world have a Wave
> account...  evil google taking over the world laugh.
>
> Hope these questions are not inappropriate or a bother. I just started
> using Wave last night, and I have a million questions.
>
> Cheers! Ricco
> http://webulite.com
> -
>
> On Mon, Nov 23, 2009 at 9:34 AM, pamela (Google Employee)
>  wrote:
>> Hi Matias -
>> Please make that Wave public if you would like others to be able to see it.
>> - pamela
>>
>> On Mon, Nov 23, 2009 at 8:46 AM, Matias Molinas 
>> wrote:
>>>
>>> He,
>>> yesterday my gadget for todolist work fine with with wave states, this
>>> day is not working.
>>>
>>> Could be due to a server problem?
>>>
>>> The wave where it worked yesterday and today you I can not retrieve
>>> the gadget state is:
>>>
>>>
>>> https://wave.google.com/wave/#restored:wave:googlewave.com!w%252B29Kw7WeBA.2
>>
>> --
>>
>> 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=.
>>
>
> --
>
> 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.
>
>
>

--

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] Re: Gadget and Wave States problem

2009-11-23 Thread Matias Molinas
Any idea about this behavior?

Here is the source code for using wave states in the gadget:

function stateUpdated(){
wave.log("stateUpdated...");
var eventList = wave.getState().get('eventList');
if (eventList){
var mydata = eval('(' + eventList + ')');
jQuery("#calendar").clearGridData();
for(var i=0;i<=mydata.rows.length;i++)

jQuery("#calendar").addRowData(i+1,mydata.rows[i]);
}
}

function saveState(key, value) {
var state = wave.getState();
var delta = {};
delta[key] = value;
state.submitDelta(delta);
}



function init() {

if (wave && wave.isInWaveContainer()) {
   wave.setStateCallback(stateUpdated);
}

...



 jQuery("#btnNew","#t_calendar").click(function(){
jQuery("#calendar").editGridRow('new',{
reloadAfterSubmit:false,
closeAfterEdit:true,
closeAfterAdd:true,
afterComplete : function() {
var idList = 
jQuery("#calendar").getDataIDs();
var jsonObj = {'rows': [] };
for(var i = 0; i < idList.length; i++)
{
   
jsonObj.rows.push(jQuery("#calendar").getRowData(idList[i]));
}
var jsonString = JSON.stringify(jsonObj);
saveState 
('eventList',jsonString);
wave.log("Send update...");
}
});
        });


...


 gadgets.util.registerOnLoadHandler(init);







2009/11/23 Matias Molinas :
> thanks for the playback on wave! I'm not crazy!
>
> sometimes works:
>
> https://wave.google.com/wave/?ll=debug#minimized:nav,minimized:contact,minimized:search,restored:wave:googlewave.com!w%252BTFB024BjA
>
> sometimes not:
>
> https://wave.google.com/a/wavesandbox.com/?ll=debug#minimized:nav,minimized:contact,minimized:search,restored:wave:wavesandbox.com!w%252BSqL5UzhAJ
>
> 2009/11/23 Matias Molinas :
>> As you can see using playback in:
>>
>> https://wave.google.com/wave/?ll=debug#minimized:nav,minimized:contact,minimized:search,restored:wave:googlewave.com!w%252BBqazgSXrA.3
>>
>> some times the wave states is alive and works
>>
>> 2009/11/23 matias molinas :
>>> Hi, sorry, is public now  :-)
>>>
>>> https://wave.google.com/wave/#minimized:nav,minimized:contact,minimized:search,restored:wave:googlewave.com!w%252B29Kw7WeBA.2
>>>
>>>
>>>
>>> On 23 nov, 11:34, "pamela (Google Employee)" 
>>> wrote:
>>>> Hi Matias -
>>>>
>>>> Please make that Wave public if you would like others to be able to see it.
>>>>
>>>> - pamela
>>>>
>>>> On Mon, Nov 23, 2009 at 8:46 AM, Matias Molinas 
>>>> wrote:
>>>>
>>>> > He,
>>>> > yesterday my gadget for todolist work fine with with wave states, this
>>>> > day is not working.
>>>>
>>>> > Could be due to a server problem?
>>>>
>>>> > The wave where it worked yesterday and today you I can not retrieve
>>>> > the gadget state is:
>>>>
>>>> >https://wave.google.com/wave/#restored:wave:googlewave.com!w%252B29Kw...
>>>
>>> --
>>>
>>> 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=.
>>>
>>>
>>>
>>
>

--

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] Re: Gadget and Wave States problem

2009-11-23 Thread Matias Molinas
thanks for the playback on wave! I'm not crazy!

sometimes works:

https://wave.google.com/wave/?ll=debug#minimized:nav,minimized:contact,minimized:search,restored:wave:googlewave.com!w%252BTFB024BjA

sometimes not:

https://wave.google.com/a/wavesandbox.com/?ll=debug#minimized:nav,minimized:contact,minimized:search,restored:wave:wavesandbox.com!w%252BSqL5UzhAJ

2009/11/23 Matias Molinas :
> As you can see using playback in:
>
> https://wave.google.com/wave/?ll=debug#minimized:nav,minimized:contact,minimized:search,restored:wave:googlewave.com!w%252BBqazgSXrA.3
>
> some times the wave states is alive and works
>
> 2009/11/23 matias molinas :
>> Hi, sorry, is public now  :-)
>>
>> https://wave.google.com/wave/#minimized:nav,minimized:contact,minimized:search,restored:wave:googlewave.com!w%252B29Kw7WeBA.2
>>
>>
>>
>> On 23 nov, 11:34, "pamela (Google Employee)" 
>> wrote:
>>> Hi Matias -
>>>
>>> Please make that Wave public if you would like others to be able to see it.
>>>
>>> - pamela
>>>
>>> On Mon, Nov 23, 2009 at 8:46 AM, Matias Molinas 
>>> wrote:
>>>
>>> > He,
>>> > yesterday my gadget for todolist work fine with with wave states, this
>>> > day is not working.
>>>
>>> > Could be due to a server problem?
>>>
>>> > The wave where it worked yesterday and today you I can not retrieve
>>> > the gadget state is:
>>>
>>> >https://wave.google.com/wave/#restored:wave:googlewave.com!w%252B29Kw...
>>
>> --
>>
>> 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=.
>>
>>
>>
>

--

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] Re: Gadget and Wave States problem

2009-11-23 Thread Matias Molinas
As you can see using playback in:

https://wave.google.com/wave/?ll=debug#minimized:nav,minimized:contact,minimized:search,restored:wave:googlewave.com!w%252BBqazgSXrA.3

some times the wave states is alive and works

2009/11/23 matias molinas :
> Hi, sorry, is public now  :-)
>
> https://wave.google.com/wave/#minimized:nav,minimized:contact,minimized:search,restored:wave:googlewave.com!w%252B29Kw7WeBA.2
>
>
>
> On 23 nov, 11:34, "pamela (Google Employee)" 
> wrote:
>> Hi Matias -
>>
>> Please make that Wave public if you would like others to be able to see it.
>>
>> - pamela
>>
>> On Mon, Nov 23, 2009 at 8:46 AM, Matias Molinas 
>> wrote:
>>
>> > He,
>> > yesterday my gadget for todolist work fine with with wave states, this
>> > day is not working.
>>
>> > Could be due to a server problem?
>>
>> > The wave where it worked yesterday and today you I can not retrieve
>> > the gadget state is:
>>
>> >https://wave.google.com/wave/#restored:wave:googlewave.com!w%252B29Kw...
>
> --
>
> 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=.
>
>
>

--

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.




[Google Wave APIs] Re: Gadget and Wave States problem

2009-11-23 Thread matias molinas
Hi, sorry, is public now  :-)

https://wave.google.com/wave/#minimized:nav,minimized:contact,minimized:search,restored:wave:googlewave.com!w%252B29Kw7WeBA.2



On 23 nov, 11:34, "pamela (Google Employee)" 
wrote:
> Hi Matias -
>
> Please make that Wave public if you would like others to be able to see it.
>
> - pamela
>
> On Mon, Nov 23, 2009 at 8:46 AM, Matias Molinas 
> wrote:
>
> > He,
> > yesterday my gadget for todolist work fine with with wave states, this
> > day is not working.
>
> > Could be due to a server problem?
>
> > The wave where it worked yesterday and today you I can not retrieve
> > the gadget state is:
>
> >https://wave.google.com/wave/#restored:wave:googlewave.com!w%252B29Kw...

--

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=.




[Google Wave APIs] Gadget and Wave States problem

2009-11-23 Thread Matias Molinas
He,
yesterday my gadget for todolist work fine with with wave states, this
day is not working.

Could be due to a server problem?

The wave where it worked yesterday and today you I can not retrieve
the gadget state is:

https://wave.google.com/wave/#restored:wave:googlewave.com!w%252B29Kw7WeBA.2

--

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=.




Re: [Google Wave APIs] Spreadsheet gadget

2009-11-19 Thread Matias Molinas
Good job!

Your project http://spreadsheet.happinessbeats.com/ is amazing

I am developing a project for project management, but is not yet
available. I'm working on managing the states of the gadgets, so I
used your experience with the spreadsheet. Thank you very much for
sharing

Matias

www.bubaproject.com


2009/11/18 david b :
> Hi All,
>
> I wanted to share with you a spreadsheet gadget i have been working on
> lately , you can find it here: http://spreadsheet.happinessbeats.com/
> and embed it here:
> http://spreadsheet.happinessbeats.com/gadget/spreadsheet.xml
>
> I am planning to add much more functionality but this is the first
> version, i would love to hear your suggestions, comments etc.
>
> Thanks,
>
> David Buchbut
>
> --
>
> 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=.
>
>
>

--

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=.




[Google Wave APIs] Re: Google Calendar?

2009-11-09 Thread Matias Molinas

I am developing a robot and a gadget to integrate the calendar, see
www.bubaproject.com , but is still in an early stage.

In a week will be available a version with minimal functionality.

Greetings

2009/11/8 OneRyt :
>
> http://s77.photobucket.com/albums/j46/OneRyt/?
> action=view¤t=Calendar-Suggestion.png" target="_blank"> src="http://i77.photobucket.com/albums/j46/OneRyt/Calendar-
> Suggestion.png" border="0" alt="Photobucket">
>
>
>
> On Nov 7, 4:20 pm, OneRyt  wrote:
>> It seems almost a no brainer to add a google calendar application/bot
>> to google wave... if it's such a collaborative tool, dates and
>> appointment invitations etc. are of paramount importance to be tied
>> into it.
>
> >
>

--~--~-~--~~~---~--~~
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-api@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
-~--~~~~--~~--~--~---