<div dir="ltr"><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;color:#3d85c6">This is just plain amazing. Keep 'em coming guys.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 6, 2015 at 1:29 AM, Alexey Malashkevich <span dir="ltr"><<a href="mailto:alexeymalashkevich@gmail.com" target="_blank">alexeymalashkevich@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div><div>As you know Pony simplifies writing business logic at the backend. But what if you need to work with the same objects at the frontend? We thought it would be cool to have such an ability. Now you can do it using pony.js module.</div><div><br></div><div>PonyJS is a module that brings Pony entities to the JavaScript frontend. You can find an example of using PonyJS and short description of how it works attached. In this example we use a simplified diagram of an university: <a href="https://editor.ponyorm.com/user/pony/University" target="_blank">https://editor.ponyorm.com/user/pony/University</a>. </div><div><br></div><div>In order to check the example you need to unzip files from ponyjs_example.zip and launch index.py file using the following command: python index.py. Then open the url <a href="http://localhost:5000" target="_blank">http://localhost:5000</a> in your browser. You need to have Flask and Pony installed. (pip install flask; pip install pony)</div><div><br></div><div>In this single page application we get all departments, groups and courses from the server at once. Then you can click any department and see related groups and courses. Once you click to a group or course, a separate request will be sent to the backend which will get all students for the selected group or course. You can modify values of the objects and click Save button. In this case the updated attributes will be sent to the backend and saved in the database.</div><div><br></div><div>We are going to include this functionality to the next Pony release. Please note that this is a preview version and we can modify the API before it is released as part of Pony ORM. At the moment it uses KnockoutJS, but we are going to add AngularJS support too.</div><div><br></div><div>Your feedback is highly appreciated!</div><div><br></div><div>Regards,</div><div>Alexey</div><div><br></div></div></div>
<br>_______________________________________________<br>
ponyorm-list mailing list<br>
<a href="mailto:ponyorm-list@ponyorm.org">ponyorm-list@ponyorm.org</a><br>
<a href="/ponyorm-list" target="_blank">/ponyorm-list</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><font size="4" face="trebuchet ms, sans-serif" color="#6fa8dc">Kind Regards,</font></div><div><img src="https://brnbcg.blu.livefilestore.com/y1mIyqRuYWMVkEp1XgqnpPJw31rRYoNvXRcLpo1WOUfIx-d9b0krZq2EJ4vUjOgoHcfZow1IZifvV3JxEuWl7yinOPYSMwlrPk7rFfWQ7RMTlkgQ9uTAq0uNQ/Signature1.png?psid=1" width="96" height="69"><br></div><div></div><div><span style="font-family:'trebuchet ms',sans-serif;font-size:large"><font color="#6fa8dc">Quazi Nafiul Islam</font></span></div></div></div>
</div>