Version 29 (modified by peko, 15 years ago) (diff) |
---|
Table of Contents
Programming Languages
- Java SE - Sophie 2.0 is written in Java 6 SE. Java 5 SE compatibility is also supported in order to allow Sophie to run on certain operating systems such as older Mac OS X
- C++ is used for some native extensions, like video transcoding and browser frames
- Python is used for building support tools
Fundamentals Libraries
- Apache Felix - An OSGI implementation for Sophie's plug-in architecture
- ProLib - An advanced data binding Java library created by the Sophie 2.0 team. Allows binding to scalar and non scalar data types
- Resources - A resource management library, created by the Sophie 2.0 team, allowing real time collaboration features
- HotText - Rich Text Layout engine (Based in ProLib), created by the Sophie 2.0 team
- Visuals - UI structuring library based on ProLib, created by the Sophie 2.0 team
- Scenes - Scene graph model and rendering library based on Java2D, JOGL, and ProLib, created by the Sophie 2.0 team
Native Libraries
- ffmpeg - For playing and recording media
- QtWebKit - For embedded browsers
- SWFDec, Cairo, GTK - For embedded SWFs
- portaudio - Audio capture and playback
Server Libraries
- Jetty - Embedded Servlet Container for Sophie Server
- JavaDB - Embedded database engine for Sophie Server
- servlet-api
- JSP
UI Libraries
- Swing
- MyDoggy - Docking and layout manager
- swingx
- javahelp
- Apache batik
Additional Libraries
- JOGL - For faster graphics
- pdf-renderer (net.dev.java)
- Rhino JavaScript Engine - http://www.mozilla.org/rhino/
- iText - http://www.lowagie.com/iText/
- JHLabs Image Processing Filters - http://www.jhlabs.com/ip/index.html
Development Tools
- Eclipse
- Subversion - Subversion is Sophie 2.0's versioning system
- Apache Maven 2 - Maven is used to manage building, deployment, dependency management, and release packaging of Sophie 2.0
- Hudson - Sophie 2.0's Continuous integration server
- Trac - Trac is a web-based software project management and bug/issue tracking system
- JUnit, Selenium, JMock - Unit testing and functional testing framework