BinaryNotes是ASN.1 (Abstract Syntax Notation One) 的Java和.NET框架。
The framework contains:
- Encoding/decoding library. The library has BER, DER and PER implementation.
- BNCompiler - the extensible ASN.1 compiler which is able to generate Java or C# code for the specified ASN.1 input file. The generated code has annotations/metadata that uses the compiler in runtime. You can customize the generated files by change the original XSL-templates or create your own templates.
- BinaryNotesMQ - simple to use, compact and fast Messages Queues based on ASN.1 encoding which allow to co-operate applications in mixed .NET/Java environment. RPC-style is supported too.
The notes about BNMQ performance is available at my blog: Remoting frameworks performance comparison...
If you are novice in ASN.1 then you can start from http://en.wikipedia.org/wiki/ASN.1
BinaryNotes是一个支持Java和.NET的ASN.1框架,包含编码/解码库及可扩展的ASN.1编译器,能够生成Java或C#代码。此外还提供了一个基于ASN.1编码的紧凑型消息队列系统,支持.NET/Java混合环境下的应用合作。
2314

被折叠的 条评论
为什么被折叠?



