Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] [GSOC]--Identifying the project type without reading the project

Hi Markus

I added few comments in the plugin xml, explaining current property testers

Thanks
Salinda 


On Mon, Aug 5, 2013 at 8:46 AM, Salinda Jayawardana <salinda.uwu@xxxxxxxxx> wrote:
Hi Wim

I am developing a tool to generate Async remote service interface, service impl class when point the normal service interface. Now when user right click on the project or interface popup menu will be shown to the user, When it click menu relevant class will be generated. To generate class user should include @RemoteService annotation. This annotation is used to identified that interface as a remoter service interface.


Currently this menu will be shown for any java project , I want to show this menu only for projects which have remote service interface (those interface should be annotated using remoter service annotation)

Thank
Salina


On Sat, Aug 3, 2013 at 11:28 PM, Wim Jongman <wim.jongman@xxxxxxxxx> wrote:
Hi Salinda,

What is it that you want to do?

Best regards,

Wim




On Sat, Aug 3, 2013 at 2:52 AM, Salinda Jayawardana <salinda.uwu@xxxxxxxxx> wrote:

I found a blog post[1]  regarding this kind of implementation, According to those implementations  I have to implement a another method which travel through the project and identify the annotation  ,

isn't this type of implementation big over head ???


On Sat, Aug 3, 2013 at 6:09 AM, Salinda Jayawardana <salinda.uwu@xxxxxxxxx> wrote:
Hi All

I want to enable a  right click menu when it's remote service project, According to my current implementation remote service interfaces  should be annotated using the "@RemoterSevice" annotation.
Is there a way to identify this annotation when right click on the project

I mean is there any property tester implementation for reading annotations ? I have used command handler interface to implement this menu

Any Idea ??


Thanks
Salinda 



_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev



_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev




Back to the top