Re: [Dev] [GSOC 2017] Eclipse Plugin for Siddhi

2017-03-15 Thread Tishan Dahanayakage
Hi Govinda,

Thank you for your interest in the project. Almost all information is
available in the idea page. You can start off by implementing a plugin for
a simpler antlr grammar. Also you can search dev@wso2.org and find threads
started by others students which wil have more information. Please ask if
you need anything in particular.

thanks,
/Tishan

On Fri, Mar 10, 2017 at 8:56 PM, govinda Malavipathirana <
mp.govi...@gmail.com> wrote:

> Hi'
> I'm Govinda Malavipathirana, 3rd year undergraduate student form Faculty
> of information technology, University of Moratuwa in Sri Lanka. I would
> love to contribute to the "Eclipse plugin for Siddi". I have a good
> knowledge in Java and Eclipse but no experience with siddhi. This is my
> first time experience with the summer of code. So I hope you could give me
> a guidance about entry steps for the project. Thank you.
> Sincerely,
> Govinda
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Tishan Dahanayakage
Senior Software Engineer
WSO2, Inc.
Mobile:+94 716481328

Disclaimer: This communication may contain privileged or other confidential
information and is intended exclusively for the addressee/s. If you are not
the intended recipient/s, or believe that you may have received this
communication in error, please reply to the sender indicating that fact and
delete the copy you received and in addition, you should not print, copy,
re-transmit, disseminate, or otherwise use the information contained in
this communication. Internet communications cannot be guaranteed to be
timely, secure, error or virus-free. The sender does not accept liability
for any errors or omissions.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [GSOC 2017] Eclipse Plugin for Siddhi

2017-03-10 Thread govinda Malavipathirana
Hi'
I'm Govinda Malavipathirana, 3rd year undergraduate student form Faculty of
information technology, University of Moratuwa in Sri Lanka. I would love
to contribute to the "Eclipse plugin for Siddi". I have a good knowledge in
Java and Eclipse but no experience with siddhi. This is my first time
experience with the summer of code. So I hope you could give me a
guidance about entry steps for the project. Thank you.
Sincerely,
Govinda
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSoC 2017: Eclipse plugin for Siddhi

2017-03-10 Thread Udeshika Sewwandi
Hi Tishan,
Thank you for the information. I'll look into it.

Best regards,
-Sewwandi

On 10 March 2017 at 08:21, Tishan Dahanayakage  wrote:

> Hi Udeshika,
>
> Problem of using xtext is the you have to have a way of converting antlr
> based grammar in to xtext. If you can convert between two seamlessly then
> we can certainly use xtext. Please research on this a bit more. We had
> another student suggesting the same framework. You can find that mail
> thread here[1].
>
> Thanks,
> Tishan
>
> [1] http://wso2.markmail.org/search/list:org.wso2.dev#
> query:list%3Aorg.wso2.dev+page:1+mid:sa7lz4osdxdbwxk4+state:results
>
> On Wed, Mar 8, 2017 at 7:46 PM, Udeshika Sewwandi <
> sewwandikaus...@cse.mrt.ac.lk> wrote:
>
>> Hi,
>> I have gone through almost all the references given. I found that instead
>> of antlr we can use Xtext framework [1] which has features for Eclipse
>> also. Currently I am following the references given in [2],[3] to get
>> familiarize with editor plugins for Eclipse. Is there any eclipse version
>> that needs to be used for the project? Actually I couldn't test the sample
>> plugin in a tutorial since I couldn't reach the run-time workbench of
>> Eclipse. Do you have any idea why this is happening ? Thank you.
>>
>>
>> [1] https://eclipse.org/Xtext/
>> [2] http://www.wideskills.com/eclipse-plugin-tutorial/eclips
>> e-plugin-editors-tutorial
>> [3] http://www.vogella.com/tutorials/EclipseEditors/article.html
>>
>> Best Regards,
>> -Sewwandi
>>
>>
>>
>>
>>
>> --
>> K.A.U.Sewwandi
>> Undergraduate
>> Department of Computer Science and Engineering
>> Faculty of Engineering
>> University of Moratuwa
>>
>> Blog : http://kausewwandi.blogspot.com/
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Tishan Dahanayakage
> Senior Software Engineer
> WSO2, Inc.
> Mobile:+94 716481328 <+94%2071%20648%201328>
>
> Disclaimer: This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may have
> received this communication in error, please reply to the sender indicating
> that fact and delete the copy you received and in addition, you should not
> print, copy, re-transmit, disseminate, or otherwise use the information
> contained in this communication. Internet communications cannot be
> guaranteed to be timely, secure, error or virus-free. The sender does not
> accept liability for any errors or omissions.
>



-- 
K.A.U.Sewwandi
Undergraduate
Department of Computer Science and Engineering
Faculty of Engineering
University of Moratuwa
Sri Lanka

Blog : http://kausewwandi.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSoC 2017: Eclipse plugin for Siddhi

2017-03-09 Thread Tishan Dahanayakage
Hi Udeshika,

Problem of using xtext is the you have to have a way of converting antlr
based grammar in to xtext. If you can convert between two seamlessly then
we can certainly use xtext. Please research on this a bit more. We had
another student suggesting the same framework. You can find that mail
thread here[1].

Thanks,
Tishan

[1]
http://wso2.markmail.org/search/list:org.wso2.dev#query:list%3Aorg.wso2.dev+page:1+mid:sa7lz4osdxdbwxk4+state:results

On Wed, Mar 8, 2017 at 7:46 PM, Udeshika Sewwandi <
sewwandikaus...@cse.mrt.ac.lk> wrote:

> Hi,
> I have gone through almost all the references given. I found that instead
> of antlr we can use Xtext framework [1] which has features for Eclipse
> also. Currently I am following the references given in [2],[3] to get
> familiarize with editor plugins for Eclipse. Is there any eclipse version
> that needs to be used for the project? Actually I couldn't test the sample
> plugin in a tutorial since I couldn't reach the run-time workbench of
> Eclipse. Do you have any idea why this is happening ? Thank you.
>
>
> [1] https://eclipse.org/Xtext/
> [2] http://www.wideskills.com/eclipse-plugin-tutorial/
> eclipse-plugin-editors-tutorial
> [3] http://www.vogella.com/tutorials/EclipseEditors/article.html
>
> Best Regards,
> -Sewwandi
>
>
>
>
>
> --
> K.A.U.Sewwandi
> Undergraduate
> Department of Computer Science and Engineering
> Faculty of Engineering
> University of Moratuwa
>
> Blog : http://kausewwandi.blogspot.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Tishan Dahanayakage
Senior Software Engineer
WSO2, Inc.
Mobile:+94 716481328

Disclaimer: This communication may contain privileged or other confidential
information and is intended exclusively for the addressee/s. If you are not
the intended recipient/s, or believe that you may have received this
communication in error, please reply to the sender indicating that fact and
delete the copy you received and in addition, you should not print, copy,
re-transmit, disseminate, or otherwise use the information contained in
this communication. Internet communications cannot be guaranteed to be
timely, secure, error or virus-free. The sender does not accept liability
for any errors or omissions.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] GSoC 2017: Eclipse plugin for Siddhi

2017-03-08 Thread Udeshika Sewwandi
Hi,
I have gone through almost all the references given. I found that instead
of antlr we can use Xtext framework [1] which has features for Eclipse
also. Currently I am following the references given in [2],[3] to get
familiarize with editor plugins for Eclipse. Is there any eclipse version
that needs to be used for the project? Actually I couldn't test the sample
plugin in a tutorial since I couldn't reach the run-time workbench of
Eclipse. Do you have any idea why this is happening ? Thank you.


[1] https://eclipse.org/Xtext/
[2]
http://www.wideskills.com/eclipse-plugin-tutorial/eclipse-plugin-editors-tutorial
[3] http://www.vogella.com/tutorials/EclipseEditors/article.html

Best Regards,
-Sewwandi





-- 
K.A.U.Sewwandi
Undergraduate
Department of Computer Science and Engineering
Faculty of Engineering
University of Moratuwa

Blog : http://kausewwandi.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSoC 2017 Eclipse plugin for Siddhi

2017-03-07 Thread Udeshika Sewwandi
Hi,
I went through several references provided, since Siddhi grammar  is almost
similar to SQL what is needed is to create an editor like mysql workbench.
Is this the thing expected out of this project ? Thank you.

Best Regards,
-Sewwandi

On 7 March 2017 at 21:51, Udeshika Sewwandi 
wrote:

> Hi,
> I have tried to create the Hello World plugin as in [1]. But to test the
> plugin I cannot reach eclipse run-time workbench. When I tried Run -> Run
> as by selecting the plugin project no option is given as Run-time
> Workbench. I couldn't find a method to get the run-time workbench. Can you
> please help on this?Thank you.
>
> Best Regards,
> -Sewwandi
>
> --
> K.A.U.Sewwandi
> Undergraduate
> Department of Computer Science and Engineering
> Faculty of Engineering
> University of Moratuwa
>



-- 
K.A.U.Sewwandi
Undergraduate
Department of Computer Science and Engineering
Faculty of Engineering
University of Moratuwa
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSOC 2017 Eclipse Plugin for Siddhi

2017-03-07 Thread Savinda Keshan
Hi Nirmal,

I downloaded CEP and installed it. Is it necessary to further study on CEP
and get familiarized with it?
Meanwhile I tried implementing some basic examples in Eclipse plugin
development. As I understood, I should develop an Eclipse Editor plugin? I
started following a Vogella tutorial [1] on Eclipse Editor plugins. Am I on
the right track?

[1]. http://www.vogella.com/tutorials/EclipseEditors/article.html

Best Regards,

On Tue, Mar 7, 2017 at 10:14 AM, Nirmal Fernando  wrote:

> Hi Savinda,
>
> Thanks for your interest in this project. Let us know if you have any
> questions.
>
> On Mon, Mar 6, 2017 at 7:28 PM, Savinda Keshan 
> wrote:
>
>> Hi all,
>>
>> I'm Savinda Keshan Maddage, a 3rd year undergraduate of University of
>> Colombo School of Computing. I am interested in doing the project Eclipse
>> plugin for Siddhi. I am familiar with java and I also went through the
>> listed materials to get a basic idea about Eclipse plugin development and
>> Siddhi.
>> I am currently working on getting basic idea about the CEP.
>>
>> Best regards
>> Savinda keshan
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> Thanks & regards,
> Nirmal
>
> Technical Lead - Analytics Team, WSO2 Inc.
> Mobile: +94715779733 <+94%2071%20577%209733>
> Blog: http://nirmalfdo.blogspot.com/
>
>
>


-- 

*Savinda Keshan*
*Undergraduate*
*University of Colombo School of Computing*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] GSoC 2017 Eclipse plugin for Siddhi

2017-03-07 Thread Udeshika Sewwandi
Hi,
I have tried to create the Hello World plugin as in [1]. But to test the
plugin I cannot reach eclipse run-time workbench. When I tried Run -> Run
as by selecting the plugin project no option is given as Run-time
Workbench. I couldn't find a method to get the run-time workbench. Can you
please help on this?Thank you.

Best Regards,
-Sewwandi

-- 
K.A.U.Sewwandi
Undergraduate
Department of Computer Science and Engineering
Faculty of Engineering
University of Moratuwa
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSOC 2017 Eclipse Plugin for Siddhi

2017-03-06 Thread Nirmal Fernando
Hi Savinda,

Thanks for your interest in this project. Let us know if you have any
questions.

On Mon, Mar 6, 2017 at 7:28 PM, Savinda Keshan 
wrote:

> Hi all,
>
> I'm Savinda Keshan Maddage, a 3rd year undergraduate of University of
> Colombo School of Computing. I am interested in doing the project Eclipse
> plugin for Siddhi. I am familiar with java and I also went through the
> listed materials to get a basic idea about Eclipse plugin development and
> Siddhi.
> I am currently working on getting basic idea about the CEP.
>
> Best regards
> Savinda keshan
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

Thanks & regards,
Nirmal

Technical Lead - Analytics Team, WSO2 Inc.
Mobile: +94715779733
Blog: http://nirmalfdo.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] GSOC 2017 Eclipse Plugin for Siddhi

2017-03-06 Thread Savinda Keshan
Hi all,

I'm Savinda Keshan Maddage, a 3rd year undergraduate of University of
Colombo School of Computing. I am interested in doing the project Eclipse
plugin for Siddhi. I am familiar with java and I also went through the
listed materials to get a basic idea about Eclipse plugin development and
Siddhi.
I am currently working on getting basic idea about the CEP.

Best regards
Savinda keshan
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev