Team:Warsaw/Software

From 2010.igem.org

(Difference between revisions)
(first paragraph)
(implementation)
Line 15: Line 15:
to download bricks from partsregistry.org, connect them, save resulting bricks as XML files  
to download bricks from partsregistry.org, connect them, save resulting bricks as XML files  
and get protocol for creating the new brick.
and get protocol for creating the new brick.
 +
<div class="note">Our vision</div>
<div class="note">Our vision</div>
 +
<p>some nice picture here, Whatever </p>
<p>some nice picture here, Whatever </p>
 +
<div class="note">Implementation and challenges</div>
<div class="note">Implementation and challenges</div>
 +
<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
 +
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.</p>
 +
<p>Source code is available <a href=http://subversion.assembla.com/svn/brickmanager>via SVN</a>.
 +
Application is hosted using Google infrastructure at
 +
<a href=http://brickmanager.appspot.com>http://brickmanager.appspot.com</a>.
 +
It is licensed under <em>SOME FREE LICENSE</em>.</p>
 +
 +
</html>
</html>
{{TemplateBottom}}
{{TemplateBottom}}

Revision as of 17:39, 26 October 2010

Example Tabs

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

some nice picture here, Whatever

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.