[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 S

[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

[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 n

[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

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 proj

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 [

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,

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 ma

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 seam

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