Team:Freiburg Software/Developer/Technologies

From 2010.igem.org

(Difference between revisions)
(New page: {{:Team:Freiburg_Software/head}} <html> <div id=main_area> </div> </html>)
Line 4: Line 4:
<div id=main_area>
<div id=main_area>
-
 
+
<h1>Used Technologies</h1>
-
 
+
<p class="main">
 +
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.
 +
</p>
 +
<h2>Google Wave</h2>
 +
<div class="pic_text_right">
 +
<img src="https://static.igem.org/mediawiki/2010/e/e8/Freiburg_10_software_Wavelogo.png" width="160" />
 +
<p class="caption"> The Google Wave logo</p>
 +
</div>
 +
<p class="main">
 +
"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 />
 +
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>.
 +
</p>
 +
<h2>BioJava</h2>
 +
<div class="pic_text_right">
 +
<img src="http://biojava.org/w/images/logo/Biojava4.jpg">
 +
</div>
</div>
</div>
</html>
</html>

Revision as of 15:46, 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.

BioJava