Uses of Package
server

Classes in server used by server
Command
          This interface denotes objects that are able to execute actions, once they are invoked.
DAO
          The Data Object Interface (DAO) works as a layer between the application logic and the database.
DaoImpl
          This class implements the client side of a DAO.