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.
|
|
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.
|
|
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.
|
|
SellWin's source code is written with
internal code comments formatted in the JavaDoc style. All source code
documentation can be viewed as HTML.
|
|
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.
|
|
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.
|
|