Difference between revisions of "Credits"
From EtherWiki
Line 1: | Line 1: | ||
[[EtherTV]], [[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: | [[EtherTV]], [[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: | ||
− | * [http://www.dynarch.com/projects/calendar/ DHTML Calendar Widget ( | + | * [http://www.dynarch.com/projects/calendar/ DHTML Calendar Widget (1.0)] is used for date selection |
− | * [http://getahead.org/dwr DWR ( | + | * [http://getahead.org/dwr DWR (2.0.1)] is used as a JavaScript-to-Java bridge using [http://en.wikipedia.org/wiki/Ajax_(programming) Ajax] |
+ | * [http://ehcache.org/ Ehcache (1.6.2)] is used for caching | ||
* [http://www.google.com/apis/maps/ Google Maps API] is used for all inline maps | * [http://www.google.com/apis/maps/ Google Maps API] is used for all inline maps | ||
* [http://ical4j.sourceforge.net/index.html iCal4j (1.0-beta4)] is used for [http://en.wikipedia.org/wiki/ICalendar iCalendar] management | * [http://ical4j.sourceforge.net/index.html iCal4j (1.0-beta4)] is used for [http://en.wikipedia.org/wiki/ICalendar iCalendar] management | ||
− | * [http://www.jdom.org/ JDOM ( | + | * [http://www.jdom.org/ JDOM (1.0)] is required to support ROME |
− | * [http://www.prototypejs.org/ Prototype ( | + | * [http://www.prototypejs.org/ Prototype (1.5.1.1)] is used for JavaScript code |
− | * [https://rome.dev.java.net/ ROME: RSS and Atom Utilities for Java ( | + | * [https://rome.dev.java.net/ ROME: RSS and Atom Utilities for Java (0.9)] is used for [http://en.wikipedia.org/wiki/RSS RSS] management |
Development tools: | Development tools: |
Revision as of 15:39, 8 October 2009
EtherTV, EventNett, and RadioWave were written with Java SE using a MySQL database. The following code libraries are also used:
- DHTML Calendar Widget (1.0) is used for date selection
- DWR (2.0.1) is used as a JavaScript-to-Java bridge using Ajax
- Ehcache (1.6.2) is used for caching
- Google Maps API is used for all inline maps
- iCal4j (1.0-beta4) is used for iCalendar management
- JDOM (1.0) is required to support ROME
- Prototype (1.5.1.1) is used for JavaScript code
- ROME: RSS and Atom Utilities for Java (0.9) is used for RSS management
Development tools:
- Eclipse - IDE
- JProfiler - Performance and memory profiler
- MySQL Workbench - visual database design tool
- SQLyog - MySQL manager and administration tool
- Subversion - Source control