Difference between revisions of "Credits"

From EtherWiki
Jump to: navigation, search
m
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[EventNett]] and [[RadioWave]] were written with [http://en.wikipedia.org/wiki/Java_Platform%2C_Standard_Edition Java SE] using a [http://en.wikipedia.org/wiki/MySQL MySQL] database. The following code libraries are also used:
+
Languages and database server:
  
* [http://www.dynarch.com/projects/calendar/ DHTML Calendar Widget (version 1.0)] is used for date selection
+
* [http://developer.android.com/index.html Android SDK] - used to develop [[Argot]] and [[Phonebot]]
* [http://getahead.org/dwr DWR (version 2.0.1)] is used as a JavaScript-to-Java bridge using [http://en.wikipedia.org/wiki/Ajax_(programming) Ajax]
+
* [http://en.wikipedia.org/wiki/Java_Platform%2C_Standard_Edition Java SE] - used to develop [[EtherTV]], [[EventNett]], and [[RadioWave]]
* [http://www.google.com/apis/maps/ Google Maps API] is used for all inline maps
+
* [http://php.net/index.php PHP] - used to develop [[ContentMetrics]]
* [http://ical4j.sourceforge.net/index.html iCal4j (1.0-beta4)] is used for [http://en.wikipedia.org/wiki/ICalendar iCalendar] management
+
* [http://en.wikipedia.org/wiki/MySQL MySQL] database server
* [http://www.jdom.org/ JDOM (version 1.0)] is required to support ROME
+
 
* [http://www.prototypejs.org/ Prototype (version 1.5.1.1)] is used for JavaScript code
+
The following code libraries are also used:
* [https://rome.dev.java.net/ ROME: RSS and Atom Utilities for Java (version 0.9)] is used for [http://en.wikipedia.org/wiki/RSS RSS] management
+
 
 +
* [http://www.dynarch.com/projects/calendar/ DHTML Calendar Widget (1.0)] - date selection
 +
* [http://getahead.org/dwr DWR (2.0.1)] - a JavaScript-to-Java bridge using [http://en.wikipedia.org/wiki/Ajax_(programming) Ajax]
 +
* [http://ehcache.org/ Ehcache (1.6.2)] - caching
 +
* [http://www.google.com/apis/maps/ Google Maps API] - inline maps
 +
* [http://ical4j.sourceforge.net/index.html iCal4j (1.0-beta4)] - [http://en.wikipedia.org/wiki/ICalendar iCalendar] management
 +
* [http://www.jdom.org/ JDOM (1.0)] - required to support ROME
 +
* [http://www.prototypejs.org/ Prototype (1.5.1.1)] - JavaScript
 +
* [https://rome.dev.java.net/ ROME: RSS and Atom Utilities for Java (0.9)] - [http://en.wikipedia.org/wiki/RSS RSS] management
  
 
Development tools:
 
Development tools:
  
 
* [http://www.eclipse.org/ Eclipse] - IDE
 
* [http://www.eclipse.org/ Eclipse] - IDE
 +
* [http://www.ej-technologies.com/products/jprofiler/overview.html JProfiler] - Performance and memory profiler
 +
* [http://dev.mysql.com/workbench/ MySQL Workbench] - visual database design tool
 
* [http://www.webyog.com/ SQLyog] - MySQL manager and administration tool
 
* [http://www.webyog.com/ SQLyog] - MySQL manager and administration tool
* [http://dev.mysql.com/workbench/ MySQL Workbench] - visual database design tool
 
* [http://www.ej-technologies.com/products/jprofiler/overview.html JProfiler] - Performance and memory profiler
 
 
* [http://subversion.tigris.org/ Subversion] - Source control
 
* [http://subversion.tigris.org/ Subversion] - Source control

Latest revision as of 16:00, 2 November 2011

Languages and database server:

The following code libraries are also used:

Development tools: