Hi All, What we are trying to do is to add distributed capabilities to WSO2 ESB(we are doing this as our final year project http://esbhive.appspot.com/). We have a requirement that an ESB node has to know information about the other ESB nodes(ip,username,password). We are sending this data to the ESB by calling an admin service in a back-end component that we developed. It is this information that we are trying to store in the ESB. Any ideas on how to this?
On Wed, Apr 20, 2011 at 1:34 PM, Prabath Abeysekera <[email protected]>wrote: > Hi Melaka, > > On Wed, Apr 20, 2011 at 12:31 PM, Melaka Gunasekara > <[email protected]>wrote: > >> Thanks all for your replies. >> >> What I'm trying to do is something like the StudentManger example by >> Sameera Jayasoma http://goo.gl/5Qltz >> What we are trying to achieve is something like adding >> students persistently. How this can be achieved? >> What method of storage should be used for this? >> > > If your intention is to manipulate some data (for instance, adding students > and getting the list of > students as described in the above sample) I believe the best option would > be to use WSO2 > Data Service Server. You can have your own database of any type (rdbms, > google > spreadsheets, excel, etc) and expose all the required data via WSO2 DSS. > Server. > > > >> >> >> On Mon, Apr 4, 2011 at 6:53 AM, Senaka Fernando <[email protected]> wrote: >> >>> Hi all, >>> >>> I believe that using a DS (DSS) to store/fetch data is much proper >>> compared to using the Repository (G-Reg). But, of course if this is metdata, >>> the Repository is a better fit. So, it really depends on what Melaka wants >>> to store in this case. >>> >>> Thanks, >>> Senaka. >>> >>> >>> On Sun, Apr 3, 2011 at 9:12 PM, Anjana Fernando <[email protected]> wrote: >>> >>>> Hi Melaka, >>>> >>>> Also, you can store data in a relational database using WSO2 DSS [1]. >>>> Using that you can store data using a web service and retrieve the >>>> data in the same way using the ESB. >>>> >>>> [1] http://wso2.org/project/solutions/data-services/java/2.5.1/docs/ >>>> >>>> Cheers, >>>> Anjana. >>>> >>>> On Sun, Apr 3, 2011 at 8:50 PM, Nuwan Bandara <[email protected]> wrote: >>>> > Hi Melaka, >>>> > On Sun, Apr 3, 2011 at 8:40 PM, Melaka Gunasekara < >>>> [email protected]> >>>> > wrote: >>>> >> >>>> >> Hi All, >>>> >> I want to store some data (that is sent via a web service) in a WSO2 >>>> >> carbon based product(WSO2 ESB to be specific). >>>> >> Where is such data usually stored? Can someone point me to a sample >>>> code? >>>> > >>>> > You can store these data in the registry which is shipped by default >>>> with >>>> > any carbon product, you can find more information about the registry >>>> API at >>>> > [1]. However What are you trying to achieve ? It is >>>> not recommended nor a >>>> > good practice to save external data withing a carbon product itself. >>>> > [1] http://wso2.org/project/registry/3.0.2/docs/ >>>> > Regards, >>>> > /Nuwan >>>> > >>>> >> >>>> >> -- >>>> >> Best Regards, >>>> >> Melaka >>>> >> >>>> >> _______________________________________________ >>>> >> Carbon-dev mailing list >>>> >> [email protected] >>>> >> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>> >> >>>> > >>>> > >>>> > >>>> > -- >>>> > Thanks & Regards, >>>> > >>>> > Nuwan Bandara >>>> > Software Engineer >>>> > WSO2 Inc. | http://wso2.com >>>> > lean . enterprise . middleware >>>> > >>>> > http://www.nuwanbando.com >>>> > >>>> > >>>> > >>>> > _______________________________________________ >>>> > Carbon-dev mailing list >>>> > [email protected] >>>> > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>> > >>>> > >>>> >>>> >>>> >>>> -- >>>> Anjana Fernando >>>> Software Engineer >>>> WSO2, Inc.; http://wso2.com >>>> lean.enterprise.middleware >>>> _______________________________________________ >>>> Carbon-dev mailing list >>>> [email protected] >>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>> >>> >>> >>> >>> -- >>> *Senaka Fernando* >>> Product Manager - WSO2 Governance Registry; >>> Associate Technical Lead; WSO2, Inc.; http://wso2.com* >>> Member; Apache Software Foundation; http://apache.org >>> >>> E-mail: senaka AT wso2.com >>> **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818 >>> Linked-In: http://www.linkedin.com/in/senakafernando >>> >>> *Lean . Enterprise . Middleware >>> >>> >>> _______________________________________________ >>> Carbon-dev mailing list >>> [email protected] >>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>> >>> >> >> >> -- >> Best Regards, >> Melaka >> >> >> _______________________________________________ >> Carbon-dev mailing list >> [email protected] >> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >> >> > > Regards, > -- > Prabath Abeysekara > Software Engineer > WSO2 Inc. > Email: [email protected] <[email protected]> > Mobile: +94774171471 > > <http://harshana05.blogspot.com/> > > > _______________________________________________ > Carbon-dev mailing list > [email protected] > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > >
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
