Re: Example applications

105 views
Skip to first unread message

gabor

unread,
May 17, 2013, 3:02:21 PM5/17/13
to redbe...@googlegroups.com

Some examples:

http://zurmo.org/
http://www.interimpsychiater.com/
http://amplop.in/


On Friday, May 17, 2013 6:49:43 PM UTC+2, Mark Constable wrote:
Just wondering if there are any complete ready to use applications based on Redbean, like forums and blogs and such?

sah

unread,
May 18, 2013, 8:20:07 AM5/18/13
to redbe...@googlegroups.com
Hello,

i do not know if my input really fits your question, but we at fettundrosig are using RB to develop all kinds of small and mid-sized web based applications for special needs.

RB just lets you forget about the database when developing your business models and at the end you have a very neat and tidy database schema. E.g. we use some tools to draw a nice diagram of the models and so on. I could never do this because my naming schemas tend to get very esoteric.

As i myself am limited to PHP knowledge i feel that the RB built database schema and a well written API documentation would empower us to, at some point, choose to redo the product from scratch with a new team or language/database engine or decide to bring to a public market whenever we feeld that our client and we use it ourselfs and i could be of use.

Nevertheless i support the question after marketed products, but also i would like to know if there are already more generic things out there like outliner, rbac, user-management which could be stagged up to a application building tool standing upon RB?!

Cheers,
Stephan

Marco Afonso

unread,
May 18, 2013, 12:49:58 PM5/18/13
to redbe...@googlegroups.com
Hi Mark,

I also love RB.

Check these 2 projects using RedBean.

Cheers

Marco Afonso

unread,
Jun 5, 2013, 11:03:31 AM6/5/13
to redbe...@googlegroups.com
Here is a basic CRUD using RedBean BeanCan and jQuery JSONRPC

Note: I had to change just 1 caracter on the BeanCan code to handle JSONRPC plugin requests... maybe this could be configurable :)

gabor

unread,
Jun 5, 2013, 3:28:29 PM6/5/13
to redbe...@googlegroups.com
what character? ;)

Marco Afonso

unread,
Jun 6, 2013, 10:45:30 PM6/6/13
to redbe...@googlegroups.com

File Plugin/BeanCan.php line 93
jQuery JSONRPC (https://github.com/datagraph/jquery-jsonrpc) uses dot (.) instead of colon (:) on the method signature.

Looking at JSONRPC 2.0 specification (http://www.jsonrpc.org/specification) I just found examples using the dot (.) notation... the only specification are the reserved methods that start with "rpc" that should be followed by a dot.

Anyway... it is not a problem at all :)
Reply all
Reply to author
Forward
0 new messages