Le 4/13/14 10:15 PM, Jon V. a écrit :
> I am probably not the best person to comment on this.
>
> It is my understanding that mina3 is still in active development. There is
> no official release. You shouldn't build production apps with it unless you
> are willing to build and go through an extensive testing process.
I concur.

MINA 3 last release is 3.0.0-M2, it's still a milestone. That means we
will have other features added before we go for a RC (Release Candidate).

You can still go for it, but if there is something missing, you'll be on
your own if you really ths feature to be added.

However, if you feel like helping, this can be a valid approach, as we
would be pleased to incorporate your additions in the code base. That
would be eventually good for both the project and you.

Also note that we don't have yet any documentation for MINA3, only tests
that can be used as exemple.


Regarding your second question, yes, you can perfectly decide to
encrypt/decrypt a message after having received it. The Decoder purpose
is to deal with such situation. Again, the Decoder just does what you
tell it to do, so there is nothing it can't do...


> Hi guys,
>
> I would like to move from Mina2 to Mina3...
> I noticed that old api in most cases is not compatible with Mina3.
>
> You can see the protocol implementation in which I use Mina2 here:
> https://github.com/vkravets/Fido4Java/tree/master/binkp
>
> Could you specify guide or examples which helps me to move to Mina3?
>
> Also I have one additional question which is related to Mina2 and Mina3:
> I have protocol encrypt/decrypt but this is is optional and it should be
> performed after connection(I received message in which describing should I
> use encryption or not).
> Can I performing such behavior using chain Filters. If yes how I can
> control state of encryption?
>
> Thanks,
> Vladimir
>


-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com 

Reply via email to