[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.technology.ecf] one suggest.
|
1.
I suggest change the prefix from the "Shared" to "ECF".Because the
"ecf" is more rather to describe the namespace,it is propitious to
developers for reading and writting the code.
For example:Li-Te wrote a section code:
ISharedObjectContainer chatLobby =
SharedObjectContainerFactory.
makeSharedObjectContainer("chatLobby");
ISharedObjectContainer chatSession =
SharedObjectContainerFactory.
makeSharedObjectContainer("chatSession");
if it like below:
IEcfObjectContainer chatLobby =
EcfObjectContainerFactory.
makeEcfObjectContainer("chatLobby");
IEcfObjectContainer chatSession =
EcfObjectContainerFactory.
makeEcfObjectContainer("chatSession");