Team:Warsaw/Software
From 2010.igem.org
(Difference between revisions)
Line 31: | Line 31: | ||
and get protocol for creating the new brick. It's a web application, so you only need a browser | and get protocol for creating the new brick. It's a web application, so you only need a browser | ||
and internet connection to use it.<br> | and internet connection to use it.<br> | ||
+ | <br> | ||
<div class="note">Our vision</div> | <div class="note">Our vision</div> | ||
Line 44: | Line 45: | ||
</ol> | </ol> | ||
<br/><br/> | <br/><br/> | ||
- | <div class="note">Implementation and challenges</div> | + | <div class="note">Implementation and challenges</div><br> |
<p>Biobrick manager is implemented in <a href=http://code.google.com/intl/en-EN/webtoolkit/>Google Web Toolkit</a> and | <p>Biobrick manager is implemented in <a href=http://code.google.com/intl/en-EN/webtoolkit/>Google Web Toolkit</a> and | ||
<a href="http://code.google.com/intl/en-EN/appengine/">Google App Engine (Java)</a>. Those technologies enable | <a href="http://code.google.com/intl/en-EN/appengine/">Google App Engine (Java)</a>. Those technologies enable |
Revision as of 11:06, 27 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. It's a web application, so you only need a browser and internet connection to use it.Our vision
- Widgets for downloading brick by name or uploading local file
- Panel for connecting bricks (confirmation window is displayed)
- Information about current operation or errors
- List of loaded bricks
- Information about currently selected brick and its graphical representation
- Buttons for saving work
- Tabs for switching between information, sequence and XML editor for currently selected brick
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 - XML operations, drawing bricks, connecting them. 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 AGPL.