How is that in any way even remotely relevant to a discussion of gmodel support 
in -gui?

David

On 13 Apr 2013, at 11:39, Maxthon Chan <xcvi...@me.com> wrote:

> Well it depends. I will look into it and may end up using it. I may use it as 
> a better AutoProtocol alternative.
> 
> AutoProtocol is a tool that allow programmers to write Objective-C native 
> bindings to an application server using JSON exchange over HTTP (HTTPS) 
> without actually writing any code. It will read and write JSON information 
> using reflection (property introspection) and KVC. If the protocol is simple, 
> all you need may be just a header file and an empty source code file (compile 
> with clang -Xclang -fobjc-default-synthesize-properties) or @synthesize's.
> 
> My project use a JSON-based protocol over HTTPS to the server, hence I wrote 
> AutoProtocol.
> 
> It is open sourced, but license is not yet decided. If you guys are 
> interested, I will LGPL it (after removing my project-specific code); or 
> else, i will BSDL it.


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to