Team:Warsaw/Software
From 2010.igem.org
(Difference between revisions)
(implementation) |
(image) |
||
Line 17: | Line 17: | ||
<div class="note">Our vision</div> | <div class="note">Our vision</div> | ||
- | + | <img src=http://https://static.igem.org/mediawiki/2010/9/92/Instruction.png/> | |
- | + | ||
<div class="note">Implementation and challenges</div> | <div class="note">Implementation and challenges</div> |
Revision as of 18:02, 26 October 2010
Biobrick manager
Biobrick manager is the first program that uses biobrick XML representation. It allows user to download bricks from partsregistry.org, connect them, save resulting bricks as XML files and get protocol for creating the new brick.Our vision
Implementation and challenges
Biobrick manager is implemented in Google Web Toolkit and Google App Engine (Java). Those technologies enable easy web application development by "compiling" Java code (client-side) to JavaScript. Almost everything is done by client (including XML operations). Server is used for downloading information from registry or files and saving files.
Source code is available via SVN. Application is hosted using Google infrastructure at http://brickmanager.appspot.com. It is licensed under SOME FREE LICENSE.