Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 2.5 KB

README.md

File metadata and controls

52 lines (33 loc) · 2.5 KB

BaijiGenerator

A Code generator for Baiji IDL/Schema, targeting multiple languages(Java/C#/iOS/Android/WinPhone)

Baiji is inspired by Apache Thrift and Avro.

HighLight

  • Thrift Like IDL driven development, editor for visual IDL editing, feature including sytax highlighting, keyword hinting, syntax error hinting.
  • Java/C# client and mobile(iOS/Android/WinPhone) client auto-generation via code generator tool
  • Code Generated supporting Baiji serialization(JSON/binary)
  • Auto-generate code comments from IDL annotation.

How to Use

Below is the main UI of the IDL editor and code generator. Generator UI For usage guide, please refer to this wiki

Docs

The Architecture

Code Generation Architecture

Code Generation Architecutre

Schema Driven Workflow

Scheam Driven Workflow

Version History

1.2.0.0 - 2014.12

  • Initial release supporting Java/C#/iOS/Android/WinPhone code generation, binary download here

##Copyright and License Copyright 2014 baijioss

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.