Re: Writing an interface with drag/drop support.

2011-01-06 Thread Pablo Graña
Your problem is that the gadget renders itself again after you drop it? As far as I known this also happens in igoogle, when the gadget renders in an iframe (some igoogle gadgets render inline). I think that this happens because when you drag a gadget, jquery detaches it from its parent div, and

Re: [VOTE] Shindig 3.0 targeting Java 6

2010-12-19 Thread Pablo Graña
-1. Unfortunately, some of our clients are still on java 5. thanks On Sun, Dec 19, 2010 at 11:45 AM, Eric Woods woods...@gmail.com wrote: +1 non-binding. Thanks, Eric W.

Re: Please implement Apache Project Branding Requirements

2010-12-03 Thread Pablo Graña
wild guess: is the plugin in the build or the reporting section? I don't know where it should go, but fiddling with its location may make it work (talking about 'programming by coincidence' :) ). hope it helps On Fri, Dec 3, 2010 at 6:00 AM, Bastian Hofmann bashofm...@googlemail.com wrote: Hi,

Re: [VOTE] Release Apache Shindig Version 2.0.1

2010-10-26 Thread Pablo Graña
+1 On Tue, Oct 26, 2010 at 3:56 PM, Paul Lindner lind...@inuus.com wrote: Hi, I built shindig 2.0.2 off the 2.0.x branch and am reopening the vote. 2.0.2 only contains a fix for the build-issue discovered by clirr The new staging repo:

Re: Multiple hot deploys and shindig

2010-10-04 Thread Pablo Graña
forgotten.  I'd like to see a solution, just don't have the time to tackle it myself at the moment. 2010/9/23 Pablo Graña pablo.gr...@globant.com: Here is more info on the problem and the current status: http://code.google.com/p/guava-libraries/issues/detail?id=92 Guys from guice copied

Re: Multiple hot deploys and shindig

2010-09-23 Thread Pablo Graña
it creates a memory leak ? Also, please explain a bit more on your ContextLoaderListener idea. Thanks Gagan 2010/9/22 Pablo Graña pablo.gr...@globant.com Hi guys. I get an oom after some hot deploys. I traced one problem to Guice ( http://www.mail-archive.com/google-gu

Multiple hot deploys and shindig

2010-09-21 Thread Pablo Graña
Hi guys. I get an oom after some hot deploys. I traced one problem to Guice ( http://www.mail-archive.com/google-gu...@googlegroups.com/msg02987.html - there is a workaround) and another to shindig: the DefaultGuiceModule installs a shutdown hook, apparently with the idea to shut down a thread

Re: Cleaning up javascript with Closure Linter

2010-09-10 Thread Pablo Graña
There is also jslint, that can be run from a maven plugin. It does not modifies the code, just reports on practicese, as checkstyle or findbugs. On Fri, Sep 10, 2010 at 8:03 AM, Paul Lindner plind...@linkedin.com wrote: A while back I had started cleaning up the javascript code base to use

Re: Last call for 2.0.0

2010-09-01 Thread Pablo Graña
is there anyone out there planning a near future release of a site based on 2.0.0? On Wed, Sep 1, 2010 at 7:21 AM, Paul Lindner lind...@inuus.com wrote: I don't see any reason to not cut a 2.0.0 release now. Much of what's in the pipeline is additive. I'll start the build process today if

Re: OAuth WRAP client support in Shindig?

2010-08-19 Thread Pablo Graña
+1 for oath 2.0. On Thu, Aug 19, 2010 at 2:53 PM, Henry Saputra henry.sapu...@gmail.comwrote: I am +1 for going with OAuth 2.0 instead of WRAP. Looks like the OAuth WRAP is deprecated in favor of OAuth 2.0: http://wiki.oauth.net/OAuth-WRAP so might as well spend good quality time adding

Re: Cross domain call to metadata

2010-08-17 Thread Pablo Graña
I apologize for my ignorance, but I can't figure out why is it a security risk. On Tue, Aug 17, 2010 at 7:16 AM, Tim Wintle tim.win...@teamrubber.comwrote: On Wed, 2010-08-11 at 13:01 -0400, Gregg Horan wrote: I've been successful using apache in front and doing rewrites on / gadgets,

Re: Cross domain call to metadata

2010-08-17 Thread Pablo Graña
container javascript, can manipulate the dom of your page and access your user's cookies. See http://en.wikipedia.org/wiki/Same_origin_policy 2010/8/17 Pablo Graña pablo.gr...@globant.com: I apologize for my ignorance, but I can't figure out why is it a security risk. On Tue, Aug 17

Re: Cross domain call to metadata

2010-08-17 Thread Pablo Graña
. Is this correct? What about rpc_relay.html? 2010/8/17 ๏̯͡๏ Jasvir Nagra jas...@google.com On Tue, Aug 17, 2010 at 10:32 AM, Pablo Graña pablo.gr...@globant.com wrote: I partially understand the same origin policy, but not all of its consequences. If all gadgets are rendered from the same

Re: RC2 build today..

2010-08-09 Thread Pablo Graña
I am eager for a new 2.0.0 release :) Thanks a lot On Mon, Aug 9, 2010 at 9:08 AM, Paul Lindner lind...@inuus.com wrote: Apologies for the delay in the 2.0.0 releases. I'd like to build 2.0.0-RC2 today if there are no objections by end of day. I'll try and squeeze in a few more patches

Re: google-collections vs guava for 2.0.0

2010-08-09 Thread Pablo Graña
It looks like google-collections is sort of deprecated, and replaced by guava, that should contain all the google-collection classes. IMHO, guava should be the place to go if currently using google-collections. It is even in repo1, now. On Mon, Aug 9, 2010 at 1:04 PM, Paul Lindner

Re: BlobCrypterSecurityTokenDecoder and key file

2010-07-17 Thread Pablo Graña
-811 which might help you load from the resource path. On Jul 13, 2010, at 10:49 AM, Pablo Graña wrote: Hi all: I'd like to change (in my app) the strategy to get the key used in BlobCrypterSecurityTokenDecoder. The current way is to read the key from a file, but I'd like to have

BlobCrypterSecurityTokenDecoder and key file

2010-07-13 Thread Pablo Graña
Hi all: I'd like to change (in my app) the strategy to get the key used in BlobCrypterSecurityTokenDecoder. The current way is to read the key from a file, but I'd like to have it somewhere else. My app already has a spring app context, so I'd like to get that key from there. We created our own