Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [recommenders-dev] Google Summer of Code 2013 Ideas

Hi Madhuranga,

can you add your questions to this bug [1]? I'll add all comments there then.

Thanks,
Marcel


-- 
Codetrails.com – The knowledge transfer company




On Mar 4, 2013, at 5:32 PM, Madhuranga Lakjeewa <lakjeewadmm@xxxxxxxxx> wrote:

Hi,
Thank you very much for all your replies.
I read about the some SnipMatch documentations and i have several questions.
In SnipMatch server side, snippets are stored in a MySQL database. Andreas said that MongoDB NoSQL database can be used for this Social Snippets implementation. How do we integrate Social Snippets system to existing SnipMatch sever?
Andreas mentioned about the snippets internal data format. Can we say that SnipMatch markup is an internal data format for snippets?
As i understood from Marcel's reply, client side IDE Integration is the primary task of this Social Snippets project and sever side implementations will take place later. Am i right?


On Tue, Feb 19, 2013 at 1:47 PM, Andreas Sewe <andreas.sewe@xxxxxxxxxxxxxx> wrote:
Hi,

> Although the IDE Integration is the primary project goal. Here, a tight
> integration into the code completion and editing support for snippets
> (using the JFace template language) is crucial. Database communication
> etc. comes thereafter.

Right. I think the important bit to get right is the internal data
format for snippets, so that code completion and editing support become
feasible. How this data is transported to the client (i.e., Eclipse) can
then be decided later on. (Local files will certainly do for the start.)

Best wishes,

Andreas
--
Codetrails.com - the knowledge transfer company
_______________________________________________
recommenders-dev mailing list
recommenders-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/recommenders-dev

_______________________________________________
recommenders-dev mailing list
recommenders-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/recommenders-dev


Back to the top