[jira] Commented: (NUVEM-7) Store application updated to use the XMPP feature

2010-12-23 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/NUVEM-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12974836#action_12974836 ] Jean-Sebastien Delfino commented on NUVEM-7: Starting to review this patch

XMPP chat component and REST

2011-02-08 Thread Jean-Sebastien Delfino
Hi all, Now that we have a first implementation of an XMPP API and component implementation, how about building even simpler components on top of that, with a REST interface for example? Here are some initial thoughts and usage scenarios: - A sender component, configured with two 'jid' and

Re: XMPP chat component and REST

2011-02-10 Thread Jean-Sebastien Delfino
On 02/10/2011 12:11 AM, Luciano Resende wrote: On Wed, Feb 9, 2011 at 1:06 PM, john pradeepyehohan...@gmail.com wrote: Hi Jean, That's a nice idea... I Just started today to see how we can use apache vysper for XMPP in cloud platforms which doesn't provide pre-defined APIs for XMPP as provided

Re: store app on EC2

2011-02-28 Thread Jean-Sebastien Delfino
On Mon, Feb 28, 2011 at 2:58 PM, Luciano Resende luckbr1...@gmail.com wrote: On Mon, Feb 28, 2011 at 2:32 PM, john pradeep yehohan...@gmail.com wrote: Hi, Has Anyone deployed the sample app on EC2? Was Just trying to configure an EC2 instance, but wanted to know if anyone did that already?

Re: nuvem restructuring

2011-05-10 Thread Jean-Sebastien Delfino
On Sat, May 7, 2011 at 5:31 PM, john pradeep yehohan...@gmail.com wrote: I have restructured the modules, I still haven't moved the python modules though. Tried to configure hudson for nuvem but looks like I don't have enough privilege to create new hudson jobs, waiting for Luciano to give me

Re: SSL error for apache Vysper

2011-05-22 Thread Jean-Sebastien Delfino
On Mon, Apr 4, 2011 at 3:00 PM, john pradeep yehohan...@gmail.com wrote: Hi, I was trying to write an SSL XMPP connector to connect to the apache vysper server in a secure way, but couldn't quite get through :( I used the certificate bogus_mina_tls.cert available under

Re: SCA contribution/composite

2011-06-04 Thread Jean-Sebastien Delfino
Hi John, Your proposal looks good to me, with a few comments: IIRC contributions don't have a namespace. I'm not sure how to reuse feature composites, as you'll need to configure their components for specific apps, hosts, ip addresses, user ids etc. They're useful though, as examples,

Re: GSOC 2012 - Message Queue component for Nuvem

2012-05-25 Thread Jean-Sebastien Delfino
Hi Dulini, Sorry for the late response, I was really busy the last few days. At first glance your design looks good to me. I'll post some more thoughts on the project over the weekend. - Jean-Sebastien On Thu, May 24, 2012 at 10:27 PM, Sagara Gunathunga sagara.gunathu...@gmail.com wrote:

Re: GSOC 2012 - Message Queue component for Nuvem

2012-06-04 Thread Jean-Sebastien Delfino
On Thu, May 24, 2012 at 11:54 AM, Dulini Atapattu dulin...@gmail.comwrote: Hi Jean and all, I re-designed the message queue api according to Sagara's comments which was helpful. According to the comments it was reallized that the api should have seperate services representing different

Re: GSOC 2012 - Message Queue component for Nuvem

2012-07-12 Thread Jean-Sebastien Delfino
Hi Dulini, I've started to review your patch, which looks good so far but I'll send a few comments later this evening. In the meantime it'd be good if you could post an email to describe your design, and also give us a few pointers on how to test this. I know you have some test cases but I'm not

Re: GSOC 2012 - Message Queue component for Nuvem

2012-07-16 Thread Jean-Sebastien Delfino
On Fri, Jul 13, 2012 at 12:25 AM, Dulini Atapattu dulin...@gmail.comwrote: Hi Jean and all, The design for the api of message queue component for nuvem is as follows (The MessageQueueService interface): *public QueueMessageHandle sendMessage(QueueMessage queueMessage) throws

Re: GSOC 2012 - Message Queue component for Nuvem

2012-07-29 Thread Jean-Sebastien Delfino
Any update? Thanks - Jean-Sebastien On Mon, Jul 16, 2012 at 1:35 AM, Jean-Sebastien Delfino jsdelf...@apache.org wrote: On Fri, Jul 13, 2012 at 12:25 AM, Dulini Atapattu dulin...@gmail.comwrote: Hi Jean and all, The design for the api of message queue component for nuvem is as follows

[jira] [Commented] (NUVEM-14) Message Queue component for Nuvem

2012-08-23 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/NUVEM-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13440078#comment-13440078 ] Jean-Sebastien Delfino commented on NUVEM-14: - This is progressing. I've started