Home
Open Source
News
Features
Architecture
Services
Company
Download

EJB
SellWin uses the JBoss EJB application server for serving the various Java clients.  EJB is an enterprise open system platform that enables client-server communications and component architectures.

Cross Platform
SellWin is written entirely in Java and can run on any Java (J2SE) capable platform including UNIX, Linux, and Windows.  SellWin's database components are written in JDBC to provide access to any database platform.

J2ME
The SellWin wireless client application is developed using the Java 2 Micro Edition architecture for MIDP devices.  J2ME devices can include phones, PDAs, and pagers.

JavaDoc
SellWin's source code is written with internal code comments formatted in the JavaDoc style.  All source code documentation can be viewed as HTML.

Swing Client
SellWin's GUI is constructed using the Java Swing API.  This provides a robust set of user interface controls that a power user expects.  Using Swing, allows SellWin to optimize network traffic between the GUI and server components, thereby reducing network waiting for end users.

JDBC Database Access
SellWin interacts with it's databases via JDBC calls.  Using JDBC enables SellWin to store it's data in a variety of databases including:  DB2, Oracle, and MySQL.