aleven / jpec-server

una web-app java per la gestione e smistamento della casella di posta elettronica certificata
GNU General Public License v2.0
9 stars 3 forks source link

a pec connector for bonita? #1

Open ghost opened 5 years ago

ghost commented 5 years ago

hi, given you also have competencies on bonita (community edition), how hard would it be to make a connector from it?

I mean, let alone the fact it's not for the community edition...

tizianolattisi commented 5 years ago

Hi Corrado.

Create a connector for Bonita is quite easy, even with the CE. Bonitasoft tends to hide the documentation for the CE behind the documentation of the subscription… ;-)

You need to describe an interface for the connector (data in, data out, and setup pages). This step can be accomplished with the Studio.

Then you can make an implementation for this interface. The Studio ha a scaffolding engine that create a skeel for the implementation, with accessors and mutators method for data in and data out, and a placeholder for the execution of the connector.

As best practice you should place here only de minimal code for the interaction with data, and use a worker provided in a separate jar (you can manage jars with Studio).

Good work! :-) T

Il giorno 15 giu 2019, alle ore 16:25, corrado notifications@github.com ha scritto:

hi, given you also have competencies on bonita (community edition) http://www.aleven.it/competenze/, how hard would it be to make a connector from it?

I mean, let alone the fact it's not for the community edition https://documentation.bonitasoft.com/bonita/7.8/connector-development-toolkit...

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aleven/jpec-server/issues/1?email_source=notifications&email_token=AALUAFZZZFWE6PRV5FIZPTTP2T3XHA5CNFSM4HYPEQC2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GZWJHZA, or mute the thread https://github.com/notifications/unsubscribe-auth/AALUAF75F3C3TY7PAIYL6D3P2T3XHANCNFSM4HYPEQCQ.

mattocchi commented 5 years ago

Hi, at the moment jpec-server act as a backend rest service, it's possible to create a connector for Bonita, not yet done (no customer asked us), but it's possible, as @tizianolattisi already say.

ghost commented 5 years ago

quite interesting, since I might have a customer for that: they (and likely a lot like them) have little or no IT, while they'd need both a way to handle PECs (even just to store them: when they'll loose some they'll understand) and to "digitalize" the whole workflows they have to follow

but you know: those small business won't listen, till they are kicked out of the market - I see that happen in the travel industry...

thx for the feedback