Hi Sergio,

Sergio Corato wrote:
Although I'm a beginner, I'm planning to make an extension and, as I'm willing to study hard, I would know if I am in a wrong direction.

The extension will provide some little functionality to manage a warehouse and do invoice, adding some CRM functions.

I'd like to use this software:
- NetBeans
- Python
- jar libraries (ODFDOM)
- MySQL

I have some questions:
- can I use Python and jar libraries together?
yes, it should be possible in some way but i never tried it on my own.

- is it correct to use the OpenOffice.org Client Application of OO.o plugin for NetBeans?
no or better it depends what exactly you want to achieve. If you want to integrate your stuff in some way in the office directly you need an add-on or a general UNO component project. The OOo API plugin supports Java only at the moment.

In case of odfdom you don't need an office, the NB OOo API plugin or the office API. If you plan to generate documents standalone without further office interaction you need only a Python or Java project and the odfdom jars.


- can I use more than one language in the same .oxt?
yes, in general you can combine all supported languages in one oxt package.


I hope this helps a little bit. Otherwise feel free to ask again.

Juergen


Thanks all and sorry for my bad english.
Sergio

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to