Team:Freiburg Software/Special/CircularView

From 2010.igem.org

(Difference between revisions)
(New page: {{:Team:Freiburg_Software/head}} <html> <div id=main_area> <h1> Sequence View Gadget</h1> <div class="pic_text_right"> <img src="https://static.igem.org/mediawiki/2010/3/35/Freiburg_10_Softwa...)
Line 7: Line 7:
<h1> Sequence View Gadget</h1>
<h1> Sequence View Gadget</h1>
<div class="pic_text_right">
<div class="pic_text_right">
-
<img src="https://static.igem.org/mediawiki/2010/3/35/Freiburg_10_Software_Circular_view.png" style="width: 380px; height: auto;" />
+
<img src="https://static.igem.org/mediawiki/2010/3/35/Freiburg_10_Software_Circular_view.png" style="width: 300px; height: auto;" />
</div>
</div>
<p class="main">
<p class="main">
The reason why we want to present the Sequence View Gadget on a separate page is that it is the first Gadget used by SynBioWave that was created using Google Web Toolkit and the Cobogwave protocol. Gadgets created this way are very powerful and can be used in so many ways, that SynBioWave could eventually rely solely on GWT Gadgets.  
The reason why we want to present the Sequence View Gadget on a separate page is that it is the first Gadget used by SynBioWave that was created using Google Web Toolkit and the Cobogwave protocol. Gadgets created this way are very powerful and can be used in so many ways, that SynBioWave could eventually rely solely on GWT Gadgets.  
 +
</p>
 +
<h2>Google Web Toolkit</h2>
 +
<div class="pic_text_left">
 +
<img src="https://static.igem.org/mediawiki/2010/6/6e/Freiburg_10_software_Gwt-logo.png" />
 +
<p class="caption">
 +
Google Web Toolkit
 +
</p>
 +
</div>
 +
<p class="main">
 +
<a href="http://www.code.google.com/webtoolkit" target="blank">Google Web Toolkit</a> is a development framework for building and optimizing complex browser-based applications. With GWT you can create Java Programs that are then compiled and translated to Java Script so they can run in a browser. It was released by Google in 2006 and the latest version is 2.0.4. Since Wave Gadgets are also programmed in Java Script it appears reasonable that GWT projects should also work there. There is however one more step to take.
 +
</p>
 +
<h2>The CobogWave Protocol</h2>
 +
<p class="main">
 +
The <a href="http://code.google.com/p/cobogwave/" target="blank">Cobogwave Protocol</a> enables Wave developers to program Wave Gadgets using GWT.
</p>
</p>

Revision as of 15:57, 27 October 2010

Sequence View Gadget

The reason why we want to present the Sequence View Gadget on a separate page is that it is the first Gadget used by SynBioWave that was created using Google Web Toolkit and the Cobogwave protocol. Gadgets created this way are very powerful and can be used in so many ways, that SynBioWave could eventually rely solely on GWT Gadgets.

Google Web Toolkit

Google Web Toolkit

Google Web Toolkit is a development framework for building and optimizing complex browser-based applications. With GWT you can create Java Programs that are then compiled and translated to Java Script so they can run in a browser. It was released by Google in 2006 and the latest version is 2.0.4. Since Wave Gadgets are also programmed in Java Script it appears reasonable that GWT projects should also work there. There is however one more step to take.

The CobogWave Protocol

The Cobogwave Protocol enables Wave developers to program Wave Gadgets using GWT.