文件名称:transaction
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2015-05-26
- 文件大小:
- 847kb
- 下载次数:
- 0次
- 提 供 者:
- 杨*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
在企业应用中,我们经常会使用到一些事务跟踪系统,这些事务跟踪系统可以帮助我们有效的对事务进行跟踪、管理。例如有这样一个场景,当某公司的经理接收到一个事务(例如需要处理某张订单或者需要购买某些材料),而这个事务不必由自己亲自去解决的时候,可以使用事务跟踪系统创建一个事务,并将该事务分发到相应的员工去处理,员工接收到这个事务的时候,就可以对事务进行处理,并将每一阶段的处理结果保存到系统中,分发事务的管理者就可以时时刻刻了解事务的进展,对事务起到一定的监控作用。我们就使用Java开发一个简单的CS事务跟踪系统。-In enterprise applications, we often use some of the Transaction Tracking System, these transactions tracking system can help us to effectively keep track of transactions and management. For example, such a scenario, when the manager of a company receives a transaction (such as the need for a sheet processing orders or to purchase certain materials), and this transaction do not have to solve by themselves personally, they can use transaction tracking system creates a transaction and distribute the transaction to the appropriate staff to deal with, the staff receives this transaction, the transaction can be processed, and save the results of each stage of the system, managers can distribute a transaction at time engraved understand the progress of the transaction, the transaction play a monitoring role. We use Java to develop a simple CS Transaction Tracking System.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
transaction
...........\.classpath
...........\.project
...........\bin
...........\...\cfg
...........\...\...\jdbc.properties
...........\...\org
...........\...\...\crazyit
...........\...\...\.......\transaction
...........\...\...\.......\...........\dao
...........\...\...\.......\...........\...\CommentDao.class
...........\...\...\.......\...........\...\impl
...........\...\...\.......\...........\...\....\BaseDaoImpl.class
...........\...\...\.......\...........\...\....\CommentDaoImpl.class
...........\...\...\.......\...........\...\....\LogDaoImpl.class
...........\...\...\.......\...........\...\....\RoleDaoImpl.class
...........\...\...\.......\...........\...\....\TransactionDaoImpl.class
...........\...\...\.......\...........\...\....\UserDaoImpl.class
...........\...\...\.......\...........\...\....\UserTransferDaoImpl.class
...........\...\...\.......\...........\...\LogDao.class
...........\...\...\.......\...........\...\RoleDao.class
...........\...\...\.......\...........\...\TransactionDao.class
...........\...\...\.......\...........\...\UserDao.class
...........\...\...\.......\...........\...\UserTransferDao.class
...........\...\...\.......\...........\jdbc
...........\...\...\.......\...........\....\JDBCException.class
...........\...\...\.......\...........\....\JDBCExecutor.class
...........\...\...\.......\...........\....\PropertiesUtil.class
...........\...\...\.......\...........\....\QueryException.class
...........\...\...\.......\...........\Main.class
...........\...\...\.......\...........\model
...........\...\...\.......\...........\.....\Comment.class
...........\...\...\.......\...........\.....\Log.class
...........\...\...\.......\...........\.....\Role.class
...........\...\...\.......\...........\.....\Transaction.class
...........\...\...\.......\...........\.....\TransactionState.class
...........\...\...\.......\...........\.....\User.class
...........\...\...\.......\...........\.....\UserTransfer.class
...........\...\...\.......\...........\.....\ValueObject.class
...........\...\...\.......\...........\service
...........\...\...\.......\...........\.......\BusinessException.class
...........\...\...\.......\...........\.......\CommentService.class
...........\...\...\.......\...........\.......\impl
...........\...\...\.......\...........\.......\....\CommentServiceImpl.class
...........\...\...\.......\...........\.......\....\RoleServiceImpl.class
...........\...\...\.......\...........\.......\....\TransactionServiceImpl.class
...........\...\...\.......\...........\.......\....\UserServiceImpl.class
...........\...\...\.......\...........\.......\RoleService.class
...........\...\...\.......\...........\.......\TransactionService.class
...........\...\...\.......\...........\.......\UserService.class
...........\...\...\.......\...........\ui
...........\...\...\.......\...........\..\BasePanel.class
...........\...\...\.......\...........\..\dialog
...........\...\...\.......\...........\..\......\AddUserDialog$1.class
...........\...\...\.......\...........\..\......\AddUserDialog$2.class
...........\...\...\.......\...........\..\......\AddUserDialog.class
...........\...\...\.......\...........\..\......\HandleTransactionDialog$1.class
...........\...\...\.......\...........\..\......\HandleTransactionDialog$2.class
...........\...\...\.......\...........\..\......\HandleTransactionDialog.class
...........\...\...\.......\...........\..\......\NewTransactionDialog$1.class
...........\...\...\.......\...........\..\......\NewTransactionDialog$2.class
...........\...\...\.......\...........\..\......\NewTransactionDialog.class
...........\...\...\.......\...........\..\......\SelectUserDialog$1.class
...........\...\...\.......\...........\..\......\SelectUserDialog$2.class
...........\...\...\.......\...........\..\......\SelectUserDialog$3.class
...........\...\...\.......\...........\..\......\SelectUserDialog.class
...........\...\...\.......\...........\..\......\TransferTransactionDialog$1.class
...........\...\...\.......\...........\..\......\Tra