ImTech / BeeFramework

Build your app by geek's way

Home Page:http://www.Bee-Framework.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##BeeFramework : the app development framework

BeeFramework is a new generation of development framework which makes faster and easier app development, created and maintained by Gavin Kwoe and QFish.

Bee logo

Special thanks to

Geek-Zoo

They provide awesome design and development works continues to help the open-source community even better.

Lastest version

  • Download the lastest release

      https://github.com/gavinkwoe/BeeFramework/archive/master.zip
    
  • Clone the repo (CLI)

      git clone git@github.com:gavinkwoe/BeeFramework.git
    
  • Clone the repo (HTTP)

      https://github.com/gavinkwoe/BeeFramework.git
    
  • Import from CocoaPods (by stcui)

    Add below to Podfile and run pod install

      platform :ios
      pod 'BeeFramework', :head
    

Bug tracker

Build and run

  1. Open /projects/BeeFramework.xcworkspace
  2. Choose target, 'lib' or 'example'
  3. Build and run

Documents

Architecture

Bee architecture

Feature list

Bee vs other

Tools

Interface builder

Scaffold

SDK

Change log

0.4.0 (Lastest version)

  1. Refactory the directory structure, divided into four parts, applicaton, service, system and vendor.
  2. New XML template technology, perfect support for CSS
  3. New QUERY technology, compatible with the jQUERY grammar
  4. New automatic layout algorithm, easy to handle complex UI development task
  5. New Service technology, plug-and-play
  6. New mocking server technology, simulate network requests.
  7. New ActiveObject technology, support any object serialization and deserialization
  8. New In-app debugger, simplify the useless function
  9. Code generator for JSON schema, no longer need to handwritten server docking code
  10. Add BeeUISkeleton, an simple and powerful application entry
  11. Add BeeRoutine, an BeeMessage which can asynchronous and by-self executing
  12. Fix some BUG

0.3.0

  1. Fully support for MacOS
  2. Fully support for UI template (xml)
  3. Fully support for UI query syntax, like jQUERY
  4. Fully support for template/viewController signal bridging by ID
  5. Fix some bugs

0.2.3

  1. Refactoring the directory structure, Core and MVC completely separated, and the source files and the extensions completely separated
  2. Refactoring the code structure of BeeDatabase and BeeActiveRecord, more clearly
  3. Support the ActiveRecord inherition and nesting, support HAS/BELONG_TO operations
  4. Support dot(.) opertions for BeeRequest and BeeMessage
  5. Fix some bugs

0.2.0

  1. Add BeeDatabase
  2. Add BeeActiveRecord
  3. Overload graph
  4. Fix some bugs
  5. Move precompile options to 'Bee_Precompile.h'

0.1.0

  1. Draft version
  2. Toturial
  3. In-app debugger

Contributors

STCui https://github.com/stcui

ilikeido https://github.com/ilikeido

gelosie https://github.com/gelosie

lancy https://github.com/lancy

uxyheaven https://github.com/uxyheaven

Yulong https://github.com/Yulong

esseak https://github.com/esseak

inonomori https://github.com/inonomori

Copyright and license

Copyright 2013 ~ 2014, Geek-Zoo Studio, Inc.

{Bee} is under MIT license.

 ______    ______    ______
/\  __ \  /\  ___\  /\  ___\
\ \  __<  \ \  __\_ \ \  __\_
 \ \_____\ \ \_____\ \ \_____\
  \/_____/  \/_____/  \/_____/


Copyright (c) 2013-2014, {Bee} open source community
http://www.bee-framework.com


Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.

Companies use {bee}

Apps use {Bee}

More Incredible Projects from OpenSourceChina

You may want to see more great open source projects brought you by Chinese developers. See more in the Projects repo of OpenSourceChina.

About

Build your app by geek's way

http://www.Bee-Framework.com

License:MIT License