Overview
该系列文章为播布客(www.boobooke.com)黑弓老师的Weblogic视频教程学习笔记。
1:Setting up a Weblogic Server Environment(安装)
2 : Configure a Weblogic Server Environment(配置)
3 : Managing and Monitoring a Weblogic Server Environment(监视&管理)
4 : Basic Deployment(基础部署)
5 : Understanding JNDI
6 : Setting up JDBC
7 : Setting up JMS Applications
8 : Setting up JMS Applications(Contd)
9 : Managing Transactions()(分布式事务管理)
10 : Securing Weblogic Server Resources and Applications
11 : Advanced Deployment
12 : Introduction to Clustering
13 : Configuring a Cluster
14 : Managing Clusters
15 : Clustering EJB Objects
16 : Clustering Services
17 : Virtualization
Distributed systems
- Distributed systems divide the work amongst several indpendent modules
- Failure of a single module has less impact on the overall system,which makes them more:
- Available(可用性)
- Scalable(灵活性)
- Maintainable(可管理性)
How Standards Help
- Many of the advantages of distributed systems come from standards.
- Standards:
- Provide separation of difficult problems to separate platforms
- Allow modularization of complex hardware and software
- A