Re: [Dev] [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-10-19 Thread Rajjaz Mohammed
Hi , @ Malaka/kathees Can you Review my PR https://github.com/wso2/esb-connectors/pull/338 @Nisrin Can you Review my Documentation https://docs.wso2.com/pages/viewpage.action?pageId=47520145 On Fri, Oct 16, 2015 at 9:47 AM, Malaka Silva wrote: > I think this is good for the initial version. Ca

Re: [Dev] [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-10-15 Thread Malaka Silva
I think this is good for the initial version. Can you work with kathees and add this to the store. I guess this is in production ready state now. Have we done the load and long running tests? On Fri, Oct 16, 2015 at 9:10 AM, Rajjaz Mohammed wrote: > Hi Malaka, > i sent the PR for both inbound a

Re: [Dev] [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-10-15 Thread Rajjaz Mohammed
Hi Malaka, i sent the PR for both inbound and connector, and i finish the Documentation for inbound. Since connector only work with testing feed server documentation in pending stage. On 16 Oct 2015 08:40, "Malaka Silva" wrote: > Hi Rajjaz, > > Guess this is not added to the store yet? Can you pl

Re: [Dev] [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-10-15 Thread Malaka Silva
Hi Rajjaz, Guess this is not added to the store yet? Can you please give an update? On Thu, Aug 27, 2015 at 12:40 PM, Rajjaz Mohammed wrote: > Hi Mlaka, > Since ATOM is an IETF standard while RSS is not[1] I’m using Apache abdera > Framework[2] because its support with Atom Feed. even when we c

Re: [Dev] [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-08-27 Thread Rajjaz Mohammed
Hi Mlaka, Since ATOM is an IETF standard while RSS is not[1] I’m using Apache abdera Framework[2] because its support with Atom Feed. even when we consume the feeds as RSS using our inbound I’m converting it into Atom and then inject it as atom feed to ESB. Since we are using filter operation in i

Re: [Dev] [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-08-26 Thread Malaka Silva
Hi Rajjaz, Can we do this according to the spec. https://validator.w3.org/feed/docs/rss2.html On Thu, Aug 27, 2015 at 10:43 AM, Rajjaz Mohammed wrote: > Hi All, > In My case Atom/RSS feed Inbound + Connector I’m working with these > parameters so is there any Suggestions on it? because we can

Re: [Dev] [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-08-26 Thread Rajjaz Mohammed
Hi All, In My case Atom/RSS feed Inbound + Connector I’m working with these parameters so is there any Suggestions on it? because we can expand the feed elements[1] more but it may create errors . below one is the standard Structure and common for all feeds(Atom/RSS) . mandatory parameters title

Re: [Dev] [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-08-26 Thread Rajjaz Mohammed
*sorry to all above mails are sent because of short key press On Thu, Aug 27, 2015 at 10:37 AM, Rajjaz Mohammed wrote: > Hi All, > In My case Atom/RSS feed Connector > > mandatory parameters > > *Element**Description* > *title*The title of the item. > *link*The URL of the item. > *description*

Re: [Dev] [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-08-26 Thread Rajjaz Mohammed
Hi All, In My case Atom/RSS feed Connector mandatory parameters *Element**Description* *title*The title of the item. *link*The URL of the item. *description*The item synopsis. authorEmail address of the author of the item pubDateIndicates when the item was published On Thu, Aug 27, 2015 at 10

Re: [Dev] [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-08-26 Thread Rajjaz Mohammed
Hi All, In My case Atom/RSS feed Connector mandatory parameters *Element**Description* *title*The title of the item. *link*The URL of the item. *description*The item synopsis. authorEmail address of the author of the item On Thu, Aug 13, 2015 at 12:38 PM, Rajjaz Mohammed wrote: > Hi All, >

Re: [Dev] [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-08-13 Thread Rajjaz Mohammed
Hi All, In My case Atom/RSS feed Connector I’m getting challenge is 3rd party backends are not allowing 3rd party to modify access to feeds but we can produce the feeds our self. in case Blogger feed editing is not available in api Documentation but it can possible using apache abdera framework Lib

Re: [Dev] [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-08-11 Thread Rajjaz Mohammed
Use Case Diagram https://docs.google.com/a/wso2.com/document/d/1XpqU3z7xbKUb20N5ttvje3wdIR4DuydKqz1iiwAAeEY/edit?usp=sharing On Thu, Jul 30, 2015 at 6:35 PM, Malaka Silva wrote: > Looks good > > On Thu, Jul 30, 2015 at 5:25 PM, Rajjaz Mohammed wrote: > >> Hi Malaka, >> as you mentioned impleme