views:

24

answers:

2

Want to build a plug-in for Eclipse that provides custom features, as required by our project and is able to persist the data (provide client server capabilities). Please suggest options.

A: 

This is a tad old but should still work : http://sourceforge.net/projects/jalcedo2

'JALCEDO is Rich Client Java Application develpment environment with database management tool accessible to create and modify database from client PC via http network based on Eclipse RCP. It support multiple database, including PostgreSQL and MySQL.'

Note that some of the code of this framework is now part of Eclipse DTP

Philippe Ombredanne