A Code generator for Baiji IDL/Schema, targeting multiple languages(Java/C#/iOS/Android/WinPhone)
Baiji is inspired by Apache Thrift and Avro.
- 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.
Below is the main UI of the IDL editor and code generator. For usage guide, please refer to this wiki
- 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.