Team:Freiburg Software/Developer/Technologies

From 2010.igem.org

(Difference between revisions)
Line 16: Line 16:
"Google Wave is a new web application for real-time communication and collaboration." is how the technology SynBioWave is made for is described on Google's website. Google wave was first introduced in 2009 and was initially said to be the heir of email, instant messaging and other forms of communication. Everything within wave is done in real type, for example text is not submitted to the wave after you press some "Send" button, but as you type. Furthermore Wave can embed all kinds of media files such as pictures, music and videos.<br /><br />
"Google Wave is a new web application for real-time communication and collaboration." is how the technology SynBioWave is made for is described on Google's website. Google wave was first introduced in 2009 and was initially said to be the heir of email, instant messaging and other forms of communication. Everything within wave is done in real type, for example text is not submitted to the wave after you press some "Send" button, but as you type. Furthermore Wave can embed all kinds of media files such as pictures, music and videos.<br /><br />
<b>Wave API</b><br />
<b>Wave API</b><br />
-
One important aspect about the Wave is its extendability. Developers can build software to extend the functionalities of Google Wave. There are two kinds of extensions: Robots and Gadgets. Learn more about them on the <a href="https://2010.igem.org/Team:Freiburg_Software/Developer/Architecture">architecture page</a>.
+
One important aspect about the Wave is its extendability. Developers can build software to extend the functionalities of Google Wave. There are two kinds of extensions: Robots and Gadgets. Learn more about them on the <a href="https://2010.igem.org/Team:Freiburg_Software/Developer/Architecture">architecture page</a>. Robots can be written in Python or Java, Gadgets are written in Java Script. SynBioWave is written in Java so we can make use of the BioJava library.
</p>
</p>
<h2>BioJava</h2>
<h2>BioJava</h2>
Line 22: Line 22:
<img src="http://biojava.org/w/images/logo/Biojava4.jpg">
<img src="http://biojava.org/w/images/logo/Biojava4.jpg">
</div>
</div>
 +
<p class="main">
 +
<a href="www.biojava.org">BioJava</a> is an open source project that provides a Java framework for bioinformatics programs. Biojava offers methods and data structures to work with biological data easily. <br />
</div>
</div>
</html>
</html>

Revision as of 15:58, 23 October 2010

Used Technologies

SynBioWave relies on a couple of technologies that it is built upon. On this page we list them and explain which part of them we use and why.

Google Wave

The Google Wave logo

"Google Wave is a new web application for real-time communication and collaboration." is how the technology SynBioWave is made for is described on Google's website. Google wave was first introduced in 2009 and was initially said to be the heir of email, instant messaging and other forms of communication. Everything within wave is done in real type, for example text is not submitted to the wave after you press some "Send" button, but as you type. Furthermore Wave can embed all kinds of media files such as pictures, music and videos.

Wave API
One important aspect about the Wave is its extendability. Developers can build software to extend the functionalities of Google Wave. There are two kinds of extensions: Robots and Gadgets. Learn more about them on the architecture page. Robots can be written in Python or Java, Gadgets are written in Java Script. SynBioWave is written in Java so we can make use of the BioJava library.

BioJava

BioJava is an open source project that provides a Java framework for bioinformatics programs. Biojava offers methods and data structures to work with biological data easily.