malaikuangren

What is the purpose or drive to build thing like (xxx),How can it achieve the original goal of design?
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页

2012年7月3日

Binary Serialization

摘要: Why would you want to use serialization? The two most important reasons are to persist the state of an object to a storage medium so an exact copy can be re-created at a later stage, and to send the object by value from one application domain to another. For example, serialization is used to save se 阅读全文

posted @ 2012-07-03 23:04 malaikuangren 阅读(204) 评论(0) 推荐(0) 编辑
Understanding JNDI

摘要: What Is JNDI?JNDI comes with two interfaces: the Application Programming Interface (API) and the Service Provider Interface (SPI). You can use the API in an application to access a naming or directory service. You can use the SPI to program a new service to be used as a naming or directory service.B 阅读全文

posted @ 2012-07-03 21:09 malaikuangren 阅读(243) 评论(0) 推荐(0) 编辑

2012年7月1日

Open MQ Administration Guide-Prepare System Source

摘要: Preparing SystemResourcesBefore starting a broker, there are two preliminary system-level tasks to perform: synchronizingsystem clocks and (on the Solaris or Linux platform) setting the file descriptor limit. Thefollowing sections describe these tasks.Synchronizing SystemClocksBefore starting any br 阅读全文

posted @ 2012-07-01 20:53 malaikuangren 阅读(197) 评论(0) 推荐(0) 编辑
OMTO-Broker Clusters

摘要: Cluster ModelsMessage Queue offers two cluster architectures, depending on the degree of availability desired.■ Conventional clusters provide service availability but not data availability. If one broker in acluster fails, clients connected to that broker can reconnect to another broker in the clust 阅读全文

posted @ 2012-07-01 16:51 malaikuangren 阅读(235) 评论(0) 推荐(0) 编辑
OMTO-MQ Services

摘要: You control theMessage Queue service by setting broker properties. These are divided among anumber of categories, depending on the services or broker component that is affected by aparticular property. Broker services include:■ Connection services that manage the physical connections between a broke 阅读全文

posted @ 2012-07-01 13:38 malaikuangren 阅读(199) 评论(0) 推荐(0) 编辑

2012年6月30日

OMTO-Client Program Model

摘要: Messaging DomainsMessaging middleware allows components and applications to communicate by producing andconsuming messages. The JMS API defines two patterns or messaging domains that govern thiscommunication: point-to-point messaging and publish/subscribe messaging. The JMS API isorganized to suppor 阅读全文

posted @ 2012-06-30 23:28 malaikuangren 阅读(257) 评论(0) 推荐(0) 编辑
Open MQ Technical Overview

摘要: Because businesses, institutions, and technologies change continually, the software systems thatserve them must be able to accommodate such changes. Following a merger, the addition of aservice, or the expansion of available services, a business can ill afford to recreate its informationsystems. It 阅读全文

posted @ 2012-06-30 20:49 malaikuangren 阅读(479) 评论(0) 推荐(0) 编辑

2012年6月29日

Serializable Attribute And Implement ISerializable

摘要: Serializationis the process of saving an object onto a storage medium (such as a file, or a memory buffer) ortransmiting it across a network connection link in binary form. this two ways is involved with binary serialization . have nothing to do with xml. (Except for using SoapFormat which result in 阅读全文

posted @ 2012-06-29 20:50 malaikuangren 阅读(316) 评论(0) 推荐(0) 编辑
.Net Serialization World

摘要: 5.1 Generating Serialized and SOAP Formats5.1.1 Serialization and DeserializationWhile working with complicated applications where distributed applications play a major role, you may frequently need to transfer objects from one application to another. For this, you need to convert objects to an appr 阅读全文

posted @ 2012-06-29 00:27 malaikuangren 阅读(441) 评论(0) 推荐(0) 编辑

2012年6月28日

How and Why implement IXmlSerializable Interface

摘要: msdn note :Provides custom formatting for XML serialization and deserialization.There are two reasons to implement this interface. The first is to control how your object is serialized or deserialized by theXmlSerializer. For example, you can chunk data into bytes instead of buffering large data set 阅读全文

posted @ 2012-06-28 23:05 malaikuangren 阅读(1125) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页