Re: [Dev] GSOC2015:Google Wallet based Billing System for WSO2 Private PaaS

2015-03-26 Thread Imesh Gunaratne
Hi Heshan,

Please submit your project proposal on time, the deadline is on March 27 at
19:00 UTC.

Thanks

On Thu, Mar 12, 2015 at 10:51 AM, Imesh Gunaratne  wrote:

> Hi Heshan,
>
> The problem with export command has occurred due to missing double quotes:
> export MAVEN_OPTS="-Xms512m -Xmx1536m -XX:MaxPermSize=512m
> -XX:ReservedCodeCacheSize=256m"
>
> Yesterday I uploaded Stratos 4.1.0-beta-kubernetes-v6 distribution to
> Apache dist and updated the getting started guide. Now you can try it
> without building from source:
> https://gist.github.com/imesh/b8f81fac8de39183a504
>
> Thanks
>
> On Mon, Mar 9, 2015 at 1:12 PM, Heshan Jayasinghe 
> wrote:
>
>> hi Imesh,
>> i try to export maven using following line it says this identifiers are
>> not valid
>> https://gist.github.com/imesh/b8f81fac8de39183a504
>>
>> export MAVEN_OPTS=-Xms512m -Xmx1536m -XX:MaxPermSize=512m 
>> -XX:ReservedCodeCacheSize=256m
>>
>> -bash: export: `-Xmx1536m': not a valid identifier
>>
>> -bash: export: `-XX:MaxPermSize=512m': not a valid identifier
>>
>> -bash: export: `-XX:ReservedCodeCacheSize=256m': not a valid identifier
>>
>> then i try to setup a kuberntes 0.11.0 cluster using Vagrant.I use
>> following URL to that
>> https://github.com/pires/kubernetes-vagrant-coreos-cluster
>>
>> I installed home-brew and install Wget fleetclt etcdtl and then i stuck
>> in following point.
>> "Download the *kubectl* binary into */usr/local/bin*, which should be
>> (and most probably is) set in your shell's *$PATH*...
>> ./kubLocalSetup install"
>> I could't find and any kublocalSetup file in use/local/bin (mac) or in my
>> default folder.I searched Kubeclt binary to download but i didn't
>> find Kubeclt binary.
>>
>> So I stop it from that point and start setup in another way using
>> following guide.
>>
>> https://cwiki.apache.org/confluence/display/STRATOS/4.1.0+Install+Stratos+with+Kubernetes+in+a+Testing+Environment
>> I clone and setup kubernetes-vagrant-setup and then I start the
>> kubernates cluster by navigating to vagrant (1st one done)
>>
>> heshans-mbp:kubernetes-vagrant-setup heshanjayasinghe$ vagrant up
>>
>> /opt/vagrant/bin/../embedded/gems/gems/vagrant-1.7.2/lib/vagrant/pre-rubygems.rb:31:
>> warning: Insecure world writable dir /usr/local in PATH, mode 040777
>>
>> /opt/vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/runtime.rb:222:
>> warning: Insecure world writable dir /usr/local in PATH, mode 040777
>>
>> Bringing machine 'master' up with 'virtualbox' provider...
>>
>> Bringing machine 'node-01' up with 'virtualbox' provider...
>>
>> ==> master: Checking if box 'coreos-alpha' is up to date...
>>
>> ==> master: VirtualBox VM is already running.
>>
>> ==> node-01: Checking if box 'coreos-alpha' is up to date...
>>
>> ==> node-01: VirtualBox VM is already running.
>> after that "vagrant ssh master" command work well but (2nd one done)
>> "kubecfg list minions" and "sudo systemctl restart controller-manager"
>>  commands not working.(3/4 not working)
>> but "docker pull gurpartap/redis" command worked (5th one done)
>> then i go to cd
>> /components/org.apache.stratos.kubernetes.client/ (6th
>> one done)
>> but "mvn test -o -Plive" command not working (7th one not working)
>> do you see any mistake here?please help me to solved this problem.
>> I am new to WSO2 product so  there some problems come when setup those
>> thing.I am really sorry if I disturbing you.I do a research on billing
>> system too.i found some resources.now I want to integrate these details in
>> to one project.
>>
>> I really like to have a face to face meeting with you about this project
>> then i can get clear understanding and I can start my writing my proposal
>> with suitable techonologycal stuff.i am free on tomorrow morning and day
>> after tomorrow morning and evening.if you can spend few minutes for me
>> please be kind enough to reply me.
>> thank you.
>> reagrds,
>> Heshan jayasinghe
>>
>>
>> On Sun, Mar 8, 2015 at 10:29 PM, Heshan Jayasinghe 
>> wrote:
>>
>>>
>>> -- Forwarded message --
>>> From: Heshan Jayasinghe 
>>> Date: Sun, Mar 8, 2015 at 10:16 PM
>>> Subject: Fwd: [Dev] GSOC2015:Google Wallet based Billing System for WSO2
>>> Private PaaS
>>> To: ru...@ext

Re: [Dev] GSOC2015:Google Wallet based Billing System for WSO2 Private PaaS

2015-03-11 Thread Imesh Gunaratne
Hi Heshan,

The problem with export command has occurred due to missing double quotes:
export MAVEN_OPTS="-Xms512m -Xmx1536m -XX:MaxPermSize=512m
-XX:ReservedCodeCacheSize=256m"

Yesterday I uploaded Stratos 4.1.0-beta-kubernetes-v6 distribution to
Apache dist and updated the getting started guide. Now you can try it
without building from source:
https://gist.github.com/imesh/b8f81fac8de39183a504

Thanks

On Mon, Mar 9, 2015 at 1:12 PM, Heshan Jayasinghe 
wrote:

> hi Imesh,
> i try to export maven using following line it says this identifiers are
> not valid
> https://gist.github.com/imesh/b8f81fac8de39183a504
>
> export MAVEN_OPTS=-Xms512m -Xmx1536m -XX:MaxPermSize=512m 
> -XX:ReservedCodeCacheSize=256m
>
> -bash: export: `-Xmx1536m': not a valid identifier
>
> -bash: export: `-XX:MaxPermSize=512m': not a valid identifier
>
> -bash: export: `-XX:ReservedCodeCacheSize=256m': not a valid identifier
>
> then i try to setup a kuberntes 0.11.0 cluster using Vagrant.I use
> following URL to that
> https://github.com/pires/kubernetes-vagrant-coreos-cluster
>
> I installed home-brew and install Wget fleetclt etcdtl and then i stuck
> in following point.
> "Download the *kubectl* binary into */usr/local/bin*, which should be
> (and most probably is) set in your shell's *$PATH*...
> ./kubLocalSetup install"
> I could't find and any kublocalSetup file in use/local/bin (mac) or in my
> default folder.I searched Kubeclt binary to download but i didn't
> find Kubeclt binary.
>
> So I stop it from that point and start setup in another way using
> following guide.
>
> https://cwiki.apache.org/confluence/display/STRATOS/4.1.0+Install+Stratos+with+Kubernetes+in+a+Testing+Environment
> I clone and setup kubernetes-vagrant-setup and then I start the kubernates
> cluster by navigating to vagrant (1st one done)
>
> heshans-mbp:kubernetes-vagrant-setup heshanjayasinghe$ vagrant up
>
> /opt/vagrant/bin/../embedded/gems/gems/vagrant-1.7.2/lib/vagrant/pre-rubygems.rb:31:
> warning: Insecure world writable dir /usr/local in PATH, mode 040777
>
> /opt/vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/runtime.rb:222:
> warning: Insecure world writable dir /usr/local in PATH, mode 040777
>
> Bringing machine 'master' up with 'virtualbox' provider...
>
> Bringing machine 'node-01' up with 'virtualbox' provider...
>
> ==> master: Checking if box 'coreos-alpha' is up to date...
>
> ==> master: VirtualBox VM is already running.
>
> ==> node-01: Checking if box 'coreos-alpha' is up to date...
>
> ==> node-01: VirtualBox VM is already running.
> after that "vagrant ssh master" command work well but (2nd one done)
> "kubecfg list minions" and "sudo systemctl restart controller-manager"
>  commands not working.(3/4 not working)
> but "docker pull gurpartap/redis" command worked (5th one done)
> then i go to cd
> /components/org.apache.stratos.kubernetes.client/ (6th
> one done)
> but "mvn test -o -Plive" command not working (7th one not working)
> do you see any mistake here?please help me to solved this problem.
> I am new to WSO2 product so  there some problems come when setup those
> thing.I am really sorry if I disturbing you.I do a research on billing
> system too.i found some resources.now I want to integrate these details in
> to one project.
>
> I really like to have a face to face meeting with you about this project
> then i can get clear understanding and I can start my writing my proposal
> with suitable techonologycal stuff.i am free on tomorrow morning and day
> after tomorrow morning and evening.if you can spend few minutes for me
> please be kind enough to reply me.
> thank you.
> reagrds,
> Heshan jayasinghe
>
>
> On Sun, Mar 8, 2015 at 10:29 PM, Heshan Jayasinghe 
> wrote:
>
>>
>> ------ Forwarded message --
>> From: Heshan Jayasinghe 
>> Date: Sun, Mar 8, 2015 at 10:16 PM
>> Subject: Fwd: [Dev] GSOC2015:Google Wallet based Billing System for WSO2
>> Private PaaS
>> To: ru...@extrogene.lk
>>
>>
>>
>>
>> -- Forwarded message --
>> From: Imesh Gunaratne 
>> Date: Sat, Mar 7, 2015 at 5:13 PM
>> Subject: Re: [Dev] GSOC2015:Google Wallet based Billing System for WSO2
>> Private PaaS
>> To: Heshan Jayasinghe 
>> Cc: WSO2 Developers' List 
>>
>>
>> Hi Heshan,
>>
>> We are planning to use this product on WSO2 Private PaaS 4.1.0 which will
>> be built using Apache Stratos 4.1.0 + WSO2 product cartridges.
>>
>> You could try Stratos 4.1.0

Re: [Dev] GSOC2015:Google Wallet based Billing System for WSO2 Private PaaS

2015-03-09 Thread Heshan Jayasinghe
hi Imesh,
i try to export maven using following line it says this identifiers are not
valid
https://gist.github.com/imesh/b8f81fac8de39183a504

export MAVEN_OPTS=-Xms512m -Xmx1536m -XX:MaxPermSize=512m
-XX:ReservedCodeCacheSize=256m

-bash: export: `-Xmx1536m': not a valid identifier

-bash: export: `-XX:MaxPermSize=512m': not a valid identifier

-bash: export: `-XX:ReservedCodeCacheSize=256m': not a valid identifier

then i try to setup a kuberntes 0.11.0 cluster using Vagrant.I use
following URL to that
https://github.com/pires/kubernetes-vagrant-coreos-cluster

I installed home-brew and install Wget fleetclt etcdtl and then i stuck  in
following point.
"Download the *kubectl* binary into */usr/local/bin*, which should be (and
most probably is) set in your shell's *$PATH*...
./kubLocalSetup install"
I could't find and any kublocalSetup file in use/local/bin (mac) or in my
default folder.I searched Kubeclt binary to download but i didn't
find Kubeclt binary.

So I stop it from that point and start setup in another way using following
guide.
https://cwiki.apache.org/confluence/display/STRATOS/4.1.0+Install+Stratos+with+Kubernetes+in+a+Testing+Environment
I clone and setup kubernetes-vagrant-setup and then I start the kubernates
cluster by navigating to vagrant (1st one done)

heshans-mbp:kubernetes-vagrant-setup heshanjayasinghe$ vagrant up

/opt/vagrant/bin/../embedded/gems/gems/vagrant-1.7.2/lib/vagrant/pre-rubygems.rb:31:
warning: Insecure world writable dir /usr/local in PATH, mode 040777

/opt/vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/runtime.rb:222:
warning: Insecure world writable dir /usr/local in PATH, mode 040777

Bringing machine 'master' up with 'virtualbox' provider...

Bringing machine 'node-01' up with 'virtualbox' provider...

==> master: Checking if box 'coreos-alpha' is up to date...

==> master: VirtualBox VM is already running.

==> node-01: Checking if box 'coreos-alpha' is up to date...

==> node-01: VirtualBox VM is already running.
after that "vagrant ssh master" command work well but (2nd one done)
"kubecfg list minions" and "sudo systemctl restart controller-manager"
 commands not working.(3/4 not working)
but "docker pull gurpartap/redis" command worked (5th one done)
then i go to cd
/components/org.apache.stratos.kubernetes.client/ (6th
one done)
but "mvn test -o -Plive" command not working (7th one not working)
do you see any mistake here?please help me to solved this problem.
I am new to WSO2 product so  there some problems come when setup those
thing.I am really sorry if I disturbing you.I do a research on billing
system too.i found some resources.now I want to integrate these details in
to one project.

I really like to have a face to face meeting with you about this project
then i can get clear understanding and I can start my writing my proposal
with suitable techonologycal stuff.i am free on tomorrow morning and day
after tomorrow morning and evening.if you can spend few minutes for me
please be kind enough to reply me.
thank you.
reagrds,
Heshan jayasinghe


On Sun, Mar 8, 2015 at 10:29 PM, Heshan Jayasinghe 
wrote:

>
> ------ Forwarded message --
> From: Heshan Jayasinghe 
> Date: Sun, Mar 8, 2015 at 10:16 PM
> Subject: Fwd: [Dev] GSOC2015:Google Wallet based Billing System for WSO2
> Private PaaS
> To: ru...@extrogene.lk
>
>
>
> -- Forwarded message --
> From: Imesh Gunaratne 
> Date: Sat, Mar 7, 2015 at 5:13 PM
> Subject: Re: [Dev] GSOC2015:Google Wallet based Billing System for WSO2
> Private PaaS
> To: Heshan Jayasinghe 
> Cc: WSO2 Developers' List 
>
>
> Hi Heshan,
>
> We are planning to use this product on WSO2 Private PaaS 4.1.0 which will
> be built using Apache Stratos 4.1.0 + WSO2 product cartridges.
>
> You could try Stratos 4.1.0 by referring following getting started guides:
> https://gist.github.com/imesh/b8f81fac8de39183a504
>
> https://cwiki.apache.org/confluence/display/STRATOS/4.1.0+Stratos+Alpha+Developer+Preview
>
> Usage statistics of the PaaS are published to BAM via the following class:
>
> https://github.com/apache/stratos/blob/master/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/statistics/publisher/BAMUsageDataPublisher.java
>
> To refer the usage statistics RDBMS structure, please download and extract
> the following file (use unzip):
>
> https://github.com/wso2/product-private-paas/blob/master/stratos-installer/config/bam/Private_PaaS_Statistics_Monitoring.tbox
>
> The database schema can be found in following file:
> analytics/service_stats
>
> Thanks
>
> On Sat, Mar 7, 2015 at 10:53 AM, Heshan Jayasinghe 
> wrote:
>
>> Hi Imesha,
>> Many 

Re: [Dev] GSOC2015:Google Wallet based Billing System for WSO2 Private PaaS

2015-03-07 Thread Imesh Gunaratne
Hi Heshan,

We are planning to use this product on WSO2 Private PaaS 4.1.0 which will
be built using Apache Stratos 4.1.0 + WSO2 product cartridges.

You could try Stratos 4.1.0 by referring following getting started guides:
https://gist.github.com/imesh/b8f81fac8de39183a504
https://cwiki.apache.org/confluence/display/STRATOS/4.1.0+Stratos+Alpha+Developer+Preview

Usage statistics of the PaaS are published to BAM via the following class:
https://github.com/apache/stratos/blob/master/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/statistics/publisher/BAMUsageDataPublisher.java

To refer the usage statistics RDBMS structure, please download and extract
the following file (use unzip):
https://github.com/wso2/product-private-paas/blob/master/stratos-installer/config/bam/Private_PaaS_Statistics_Monitoring.tbox

The database schema can be found in following file:
analytics/service_stats

Thanks

On Sat, Mar 7, 2015 at 10:53 AM, Heshan Jayasinghe 
wrote:

> Hi Imesha,
> Many thanks for the prompt reply.today and tomorrow I will setup
> these billing systems and analyse best features we can apply for this
> project.Up to now we have to implement main features like
> 1-get cloud service usage.
> 2-generate a detailed invoice
> 3 -making payments
> 4-view detailed billing information
>
> is there any main features i should add in to this application?can you
> tell me how can I access Wso2 Cloud to get Cloud service usage and what
> are information that i can get from that.I searched WSO2 PaaS RDBMS
> structure to get usage data of the cloud but i didn't find any good
> information.Can you send me some resources about this area? Because some
> features can't implement with out reading RDBMS structure.I look forward to
> receiving your reply.
> Thank you!
> regards,
> Heshan jayasinghe
>
> On Sat, Mar 7, 2015 at 10:46 AM, Heshan Jayasinghe 
> wrote:
>
>> Hi Imesha,
>> Many thanks for the prompt reply.today and tomorrow I will setup
>> these billing systems and analyse best features we can apply for this
>> project.Up to now we have to implement main features like
>> 1-get cloud service usage.
>> 2-generate a detailed invoice
>> 3 -making payments
>> 4-view detailed billing information
>>
>> is there any main features i should add in to this application?can you
>> tell me how can I access Wso2 Cloud to get Cloud service usage and what
>> are information that i can get from that.I searched WSO2 PaaS RDBMS
>> structure to get usage data of the cloud but i didn't find any good
>> information.Can you send me some resources about this area? Because some
>> features can't implement with out reading RDBMS structure.I look forward
>> to receiving your reply.
>> regards,
>> Heshana jayasinghe
>>
>> On Sat, Mar 7, 2015 at 9:27 AM, Imesh Gunaratne  wrote:
>>
>>> Hi Heshan,
>>>
>>> Great work! Please prepare a Google document with your findings and try
>>> to analyze features of different billing systems. I'm sorry I do not have a
>>> preference at the moment, that's why we need to do a literature review and
>>> identify the best option.
>>>
>>> Thanks
>>>
>>> On Sat, Mar 7, 2015 at 9:14 AM, Heshan Jayasinghe 
>>> wrote:
>>>
 Hi Imesh,
 I start literature review on Billing Cloud Services and identify
 Billing Patterns.I found "zuora" which is  automate billing system(paid
 application) and i got good idea from that.I found some open source
 rated billing applications.Those applications given in this URL.

 http://www.cio.com.au/article/324595/5_open_source_billing_systems_watch/
 I found another billing application called "Meveo".
 http://www.manaty.net/products/meveo-open-source-billing-system
 I think we should change these applications according our
 requirements.Could you please give me your requirements which I should
 include in this billing application.In my view point main part in this
 project is get a open source Billing application and change it with our
 requirements.So please help me to find a good Open source Billing
 application which I can easily change and apply.Do you have any recommended
 open source billing application which i can easily integrate with WSo2
 paas?I look forward to receiving your reply.

 regards,
 Heshan jayasinghe




 On Tue, Mar 3, 2015 at 10:03 PM, Imesh Gunaratne 
 wrote:

> [Copying WSO2 Dev]
>
> Hi Heshan,
>
> It's nice to hear from you and see your interest on this project. The
> idea of this project is to implement a Billing System for WSO2 Private 
> PaaS
> which could integrate with Google Wallet for invoice generation and
> payments. The steps to follow would be as follows:
>
> - Do a literature review on Billing Cloud Services and identify
> Billing Patterns.
> - Do an analysis on Open Source Billing Systems and reuse an existing
> or implement one from scratch
> - In

Re: [Dev] GSOC2015:Google Wallet based Billing System for WSO2 Private PaaS

2015-03-06 Thread Heshan Jayasinghe
Hi Imesha,
Many thanks for the prompt reply.today and tomorrow I will setup
these billing systems and analyse best features we can apply for this
project.Up to now we have to implement main features like
1-get cloud service usage.
2-generate a detailed invoice
3 -making payments
4-view detailed billing information

is there any main features i should add in to this application?can you tell
me how can I access Wso2 Cloud to get Cloud service usage and what are
information that i can get from that.I searched WSO2 PaaS RDBMS structure
to get usage data of the cloud but i didn't find any good information.Can
you send me some resources about this area? Because some features can't
implement with out reading RDBMS structure.I look forward to receiving your
reply.
Thank you!
regards,
Heshan jayasinghe

On Sat, Mar 7, 2015 at 10:46 AM, Heshan Jayasinghe 
wrote:

> Hi Imesha,
> Many thanks for the prompt reply.today and tomorrow I will setup
> these billing systems and analyse best features we can apply for this
> project.Up to now we have to implement main features like
> 1-get cloud service usage.
> 2-generate a detailed invoice
> 3 -making payments
> 4-view detailed billing information
>
> is there any main features i should add in to this application?can you
> tell me how can I access Wso2 Cloud to get Cloud service usage and what
> are information that i can get from that.I searched WSO2 PaaS RDBMS
> structure to get usage data of the cloud but i didn't find any good
> information.Can you send me some resources about this area? Because some
> features can't implement with out reading RDBMS structure.I look forward
> to receiving your reply.
> regards,
> Heshana jayasinghe
>
> On Sat, Mar 7, 2015 at 9:27 AM, Imesh Gunaratne  wrote:
>
>> Hi Heshan,
>>
>> Great work! Please prepare a Google document with your findings and try
>> to analyze features of different billing systems. I'm sorry I do not have a
>> preference at the moment, that's why we need to do a literature review and
>> identify the best option.
>>
>> Thanks
>>
>> On Sat, Mar 7, 2015 at 9:14 AM, Heshan Jayasinghe 
>> wrote:
>>
>>> Hi Imesh,
>>> I start literature review on Billing Cloud Services and identify
>>> Billing Patterns.I found "zuora" which is  automate billing system(paid
>>> application) and i got good idea from that.I found some open source
>>> rated billing applications.Those applications given in this URL.
>>> http://www.cio.com.au/article/324595/5_open_source_billing_systems_watch/
>>> I found another billing application called "Meveo".
>>> http://www.manaty.net/products/meveo-open-source-billing-system
>>> I think we should change these applications according our
>>> requirements.Could you please give me your requirements which I should
>>> include in this billing application.In my view point main part in this
>>> project is get a open source Billing application and change it with our
>>> requirements.So please help me to find a good Open source Billing
>>> application which I can easily change and apply.Do you have any recommended
>>> open source billing application which i can easily integrate with WSo2
>>> paas?I look forward to receiving your reply.
>>>
>>> regards,
>>> Heshan jayasinghe
>>>
>>>
>>>
>>>
>>> On Tue, Mar 3, 2015 at 10:03 PM, Imesh Gunaratne  wrote:
>>>
 [Copying WSO2 Dev]

 Hi Heshan,

 It's nice to hear from you and see your interest on this project. The
 idea of this project is to implement a Billing System for WSO2 Private PaaS
 which could integrate with Google Wallet for invoice generation and
 payments. The steps to follow would be as follows:

 - Do a literature review on Billing Cloud Services and identify Billing
 Patterns.
 - Do an analysis on Open Source Billing Systems and reuse an existing
 or implement one from scratch
 - Integrate above Billing System with WSO2 PPaaS.
 - Integrate above Billing System with Google Wallet.

 To answer your question; You might not need to install Google Wallet on
 your device rather you could use the online application as a start.

 If you are interested on this project please prepare a project proposal
 and share it on a Google document. We can review it first and move forward.

 Thanks

 On Tue, Mar 3, 2015 at 3:58 PM, hesh jay 
 wrote:

> Hello mentor,
> I am Heshan Jayasinghe.I am 2nd year undergraduate in University of
> Moratuwa Faculty of Information Technology.I am an Open source developer
> and i really like to contribute your company in this GSOC 2015.I came to
> WSO2 hackathon as a team enigma and i come to most meet up which organised
> by wso2(e.g.: cloud meet up,OSGI,java meet up).
>
> I am interested on your project "Google Wallet based Billing System
> for WSO2 Private PaaS".I read your Documentation given about this
> project.And i try to install google Wallet in my phone but google say it 
> is
> not

Re: [Dev] GSOC2015:Google Wallet based Billing System for WSO2 Private PaaS

2015-03-06 Thread Imesh Gunaratne
Hi Heshan,

Great work! Please prepare a Google document with your findings and try to
analyze features of different billing systems. I'm sorry I do not have a
preference at the moment, that's why we need to do a literature review and
identify the best option.

Thanks

On Sat, Mar 7, 2015 at 9:14 AM, Heshan Jayasinghe 
wrote:

> Hi Imesh,
> I start literature review on Billing Cloud Services and identify Billing
> Patterns.I found "zuora" which is  automate billing system(paid
> application) and i got good idea from that.I found some open source rated
> billing applications.Those applications given in this URL.
> http://www.cio.com.au/article/324595/5_open_source_billing_systems_watch/
> I found another billing application called "Meveo".
> http://www.manaty.net/products/meveo-open-source-billing-system
> I think we should change these applications according our
> requirements.Could you please give me your requirements which I should
> include in this billing application.In my view point main part in this
> project is get a open source Billing application and change it with our
> requirements.So please help me to find a good Open source Billing
> application which I can easily change and apply.Do you have any recommended
> open source billing application which i can easily integrate with WSo2
> paas?I look forward to receiving your reply.
>
> regards,
> Heshan jayasinghe
>
>
>
>
> On Tue, Mar 3, 2015 at 10:03 PM, Imesh Gunaratne  wrote:
>
>> [Copying WSO2 Dev]
>>
>> Hi Heshan,
>>
>> It's nice to hear from you and see your interest on this project. The
>> idea of this project is to implement a Billing System for WSO2 Private PaaS
>> which could integrate with Google Wallet for invoice generation and
>> payments. The steps to follow would be as follows:
>>
>> - Do a literature review on Billing Cloud Services and identify Billing
>> Patterns.
>> - Do an analysis on Open Source Billing Systems and reuse an existing or
>> implement one from scratch
>> - Integrate above Billing System with WSO2 PPaaS.
>> - Integrate above Billing System with Google Wallet.
>>
>> To answer your question; You might not need to install Google Wallet on
>> your device rather you could use the online application as a start.
>>
>> If you are interested on this project please prepare a project proposal
>> and share it on a Google document. We can review it first and move forward.
>>
>> Thanks
>>
>> On Tue, Mar 3, 2015 at 3:58 PM, hesh jay 
>> wrote:
>>
>>> Hello mentor,
>>> I am Heshan Jayasinghe.I am 2nd year undergraduate in University of
>>> Moratuwa Faculty of Information Technology.I am an Open source developer
>>> and i really like to contribute your company in this GSOC 2015.I came to
>>> WSO2 hackathon as a team enigma and i come to most meet up which organised
>>> by wso2(e.g.: cloud meet up,OSGI,java meet up).
>>>
>>> I am interested on your project "Google Wallet based Billing System for
>>> WSO2 Private PaaS".I read your Documentation given about this project.And i
>>> try to install google Wallet in my phone but google say it is not available
>>> in Sri Lanka.I like to know the path i should follow to do this project.
>>>
>>> last time also i apply for the project which proved by wso2 GSOC 2014.in
>>> that time I am in 1st year and i hadn't good knowledge about open source
>>> development.This time I have good experience about how GSOC goes.So I would
>>> like have a meeting with you before start write my report.Could you please
>>> help me to setup Google Wallet.And If there any tutorial i would like to
>>> read.hope you will help me to do this project in gsoc 2015.
>>>
>>> regards,
>>> Heshan Jayasinghe.
>>>
>>>
>>>
>>>
>>
>>
>> --
>> *Imesh Gunaratne*
>> Technical Lead
>> WSO2 Inc: http://wso2.com
>> T: +94 11 214 5345 M: +94 77 374 2057
>> W: http://imesh.gunaratne.org
>> Lean . Enterprise . Middleware
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>


-- 
*Imesh Gunaratne*
Technical Lead
WSO2 Inc: http://wso2.com
T: +94 11 214 5345 M: +94 77 374 2057
W: http://imesh.gunaratne.org
Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSOC2015:Google Wallet based Billing System for WSO2 Private PaaS

2015-03-06 Thread Heshan Jayasinghe
Hi Imesh,
I start literature review on Billing Cloud Services and identify Billing
Patterns.I found "zuora" which is  automate billing system(paid application
) and i got good idea from that.I found some open source rated billing
applications.Those applications given in this URL.
http://www.cio.com.au/article/324595/5_open_source_billing_systems_watch/
I found another billing application called "Meveo".
http://www.manaty.net/products/meveo-open-source-billing-system
I think we should change these applications according our
requirements.Could you please give me your requirements which I should
include in this billing application.In my view point main part in this
project is get a open source Billing application and change it with our
requirements.So please help me to find a good Open source Billing
application which I can easily change and apply.Do you have any recommended
open source billing application which i can easily integrate with WSo2
paas?I look forward to receiving your reply.

regards,
Heshan jayasinghe




On Tue, Mar 3, 2015 at 10:03 PM, Imesh Gunaratne  wrote:

> [Copying WSO2 Dev]
>
> Hi Heshan,
>
> It's nice to hear from you and see your interest on this project. The idea
> of this project is to implement a Billing System for WSO2 Private PaaS
> which could integrate with Google Wallet for invoice generation and
> payments. The steps to follow would be as follows:
>
> - Do a literature review on Billing Cloud Services and identify Billing
> Patterns.
> - Do an analysis on Open Source Billing Systems and reuse an existing or
> implement one from scratch
> - Integrate above Billing System with WSO2 PPaaS.
> - Integrate above Billing System with Google Wallet.
>
> To answer your question; You might not need to install Google Wallet on
> your device rather you could use the online application as a start.
>
> If you are interested on this project please prepare a project proposal
> and share it on a Google document. We can review it first and move forward.
>
> Thanks
>
> On Tue, Mar 3, 2015 at 3:58 PM, hesh jay  wrote:
>
>> Hello mentor,
>> I am Heshan Jayasinghe.I am 2nd year undergraduate in University of
>> Moratuwa Faculty of Information Technology.I am an Open source developer
>> and i really like to contribute your company in this GSOC 2015.I came to
>> WSO2 hackathon as a team enigma and i come to most meet up which organised
>> by wso2(e.g.: cloud meet up,OSGI,java meet up).
>>
>> I am interested on your project "Google Wallet based Billing System for
>> WSO2 Private PaaS".I read your Documentation given about this project.And i
>> try to install google Wallet in my phone but google say it is not available
>> in Sri Lanka.I like to know the path i should follow to do this project.
>>
>> last time also i apply for the project which proved by wso2 GSOC 2014.in
>> that time I am in 1st year and i hadn't good knowledge about open source
>> development.This time I have good experience about how GSOC goes.So I would
>> like have a meeting with you before start write my report.Could you please
>> help me to setup Google Wallet.And If there any tutorial i would like to
>> read.hope you will help me to do this project in gsoc 2015.
>>
>> regards,
>> Heshan Jayasinghe.
>>
>>
>>
>>
>
>
> --
> *Imesh Gunaratne*
> Technical Lead
> WSO2 Inc: http://wso2.com
> T: +94 11 214 5345 M: +94 77 374 2057
> W: http://imesh.gunaratne.org
> Lean . Enterprise . Middleware
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSOC2015:Google Wallet based Billing System for WSO2 Private PaaS

2015-03-03 Thread Imesh Gunaratne
[Copying WSO2 Dev]

Hi Heshan,

It's nice to hear from you and see your interest on this project. The idea
of this project is to implement a Billing System for WSO2 Private PaaS
which could integrate with Google Wallet for invoice generation and
payments. The steps to follow would be as follows:

- Do a literature review on Billing Cloud Services and identify Billing
Patterns.
- Do an analysis on Open Source Billing Systems and reuse an existing or
implement one from scratch
- Integrate above Billing System with WSO2 PPaaS.
- Integrate above Billing System with Google Wallet.

To answer your question; You might not need to install Google Wallet on
your device rather you could use the online application as a start.

If you are interested on this project please prepare a project proposal and
share it on a Google document. We can review it first and move forward.

Thanks

On Tue, Mar 3, 2015 at 3:58 PM, hesh jay  wrote:

> Hello mentor,
> I am Heshan Jayasinghe.I am 2nd year undergraduate in University of
> Moratuwa Faculty of Information Technology.I am an Open source developer
> and i really like to contribute your company in this GSOC 2015.I came to
> WSO2 hackathon as a team enigma and i come to most meet up which organised
> by wso2(e.g.: cloud meet up,OSGI,java meet up).
>
> I am interested on your project "Google Wallet based Billing System for
> WSO2 Private PaaS".I read your Documentation given about this project.And i
> try to install google Wallet in my phone but google say it is not available
> in Sri Lanka.I like to know the path i should follow to do this project.
>
> last time also i apply for the project which proved by wso2 GSOC 2014.in
> that time I am in 1st year and i hadn't good knowledge about open source
> development.This time I have good experience about how GSOC goes.So I would
> like have a meeting with you before start write my report.Could you please
> help me to setup Google Wallet.And If there any tutorial i would like to
> read.hope you will help me to do this project in gsoc 2015.
>
> regards,
> Heshan Jayasinghe.
>
>
>
>


-- 
*Imesh Gunaratne*
Technical Lead
WSO2 Inc: http://wso2.com
T: +94 11 214 5345 M: +94 77 374 2057
W: http://imesh.gunaratne.org
Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev