Return-Path: X-Original-To: apmail-community-commits-archive@minotaur.apache.org Delivered-To: apmail-community-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 519BD17407 for ; Mon, 9 Mar 2015 12:17:52 +0000 (UTC) Received: (qmail 15655 invoked by uid 500); 9 Mar 2015 12:17:39 -0000 Delivered-To: apmail-community-commits-archive@community.apache.org Received: (qmail 15627 invoked by uid 500); 9 Mar 2015 12:17:39 -0000 Mailing-List: contact commits-help@community.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@community.apache.org Delivered-To: mailing list commits@community.apache.org Received: (qmail 15618 invoked by uid 99); 9 Mar 2015 12:17:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2015 12:17:39 +0000 Date: Mon, 9 Mar 2015 12:17:39 +0000 (UTC) From: "Nukamnduwoh Harvey Sama (JIRA)" To: commits@community.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (COMDEV-77) [GSoC] Apache OpenOffice Extension Plugin for Eclipse MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COMDEV-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14352874#comment-14352874 ] Nukamnduwoh Harvey Sama commented on COMDEV-77: ----------------------------------------------- Hello. I'm a senior year student and have quite much experience in java. I'm new to plugin creation and would like to learn about it. I would like to use this project as my starting point. > [GSoC] Apache OpenOffice Extension Plugin for Eclipse > ----------------------------------------------------- > > Key: COMDEV-77 > URL: https://issues.apache.org/jira/browse/COMDEV-77 > Project: Community Development > Issue Type: New Feature > Reporter: Juergen Schmidt > Labels: gsoc, gsoc2013, mentor > > Apache OpenOffice is the leading open source desktop office suite. Our most recent release has had over 40 million downloads. > OpenOffice has a powerful API and extension framework that allows to extend the office with new features or provide connectors into external applications and simplify the interoperability between the application and office. Many service provider interfaces (SPI) are available and allow specific integration into existing areas. For example you can provide extensions that behaves as normal build in function in the spreadsheet application. Or you can provide an grammar checking extensions etc. > A key element here to simplify the development of such extensions is to have a good tooling. There is already a plugin available for NetBeans [1] that provides some basic project types and wizards to simplify the setup of a new project and the ongoing maintenance and development (including deployment and debugging in the office) of such extension projects. > The idea is to have a similar plugin for Eclipse in place to reach even more extension developers and give them a powerful tooling to speed up their work and to help growing the eco-system around OpenOffice. The focus is here on Java extensions but on demand the support for C++ or Python extension is also possible. > Project scope and ideas: > 1. thinking about a good project structure for an Eclipse extension project > 2. evaluating how to package an extension package (oxt), deploy it from Eclipse into the office and how to remote debug the extension in the office > 3. Implement some basic wizards to support specific SPIs (e.g. Calc Add-in, Add-on, ...) and help to setup a basic project > The OpenOffice SDK provided a code skeleton generator that can be used to generate necessary code skeletons. > Skills needed: > -- Java programming ("Core Java"), good working knowledge, but don't need to be a guru or anything > -- open minded to learn something new, the office API and some basic concepts regarding the underlying component technology > -- open to have fun with one of the biggest open source projects > [1] http://wiki.openoffice.org/wiki/OpenOffice_NetBeans_Integration > -- This message was sent by Atlassian JIRA (v6.3.4#6332)