Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is WLS T3 protocol?

Answers were Sorted based on User's Feedback



what is WLS T3 protocol?..

Answer / janet

Weblogic's implementationof the RMI specification uses a
proprietary wire-protocol known as T3. javasoft's reference
implementation of RMI uses a proprietary protocol callrd
JRMP. weblogic developed T3 because they needed a
scalable,efficient protocol for building enterprise-class
destributed object systems with java.

Is This Answer Correct ?    53 Yes 8 No

what is WLS T3 protocol?..

Answer / kamal sastry

T3 is an optimized protocol used to transport data between
WebLogic Server and other Java programs,
including clients and other WebLogic Servers. WebLogic
Server keeps track of every Java Virtual
Machine (JVM) with which it connects, and creates a single
T3 connection to carry all traffic for a
JVM.
For example, if a Java client accesses an enterprise bean
and a JDBC connection pool on WebLogic
Server, a single network connection is established between
the WebLogic Server JVM and the client
JVM. The EJB and JDBC services can be written as if they
had sole use of a dedicated network
connection because the T3 protocol invisibly multiplexes
packets on the single connection.
T3 is an efficient protocol for Java-to-Java applications
because it avoids unnecessary network
connection events and uses fewer OS resources. The protocol
also has internal enhancements that
minimize packet sizes

Is This Answer Correct ?    41 Yes 1 No

what is WLS T3 protocol?..

Answer / ram

T3 provides a framework for WebLogic Server messages that
support for enhancements. These enhancements include
abbreviations and features, such as object replacement,
that work in the context of WebLogic Server clusters and
HTTP and other product tunneling. T3 predates Java Object
Serialization and RMI, while closely tracking and
leveraging these specifications. T3 is a superset of Java
Object. Serialization or RMI; anything you can do in Java
Object Serialization and RMI can be done over T3. T3 is
mandated between WebLogic Servers and between programmatic
clients and a WebLogic Server cluster. HTTP and IIOP are
optional protocols that can be used to communicate between
other processes and WebLogic Server. It depends on what you
want to do. For example, when you want to communicate
between a browser and WebLogic Server-use HTTP, or an ORB
and WebLogic Server-IIOP.

Is This Answer Correct ?    35 Yes 12 No

what is WLS T3 protocol?..

Answer / sankalp

t3 protocal is basically for the communication between the
processes hosted only on weblogic.
but if one process is on weblogic and other(s) is(are)
hosted on any other server then http or weblogic specific
IIOP protocals can be used.
but if the processes are not on weblogic , in that case
case neither IIOP nor T3 can be used,The only option is
http.

Is This Answer Correct ?    8 Yes 3 No

what is WLS T3 protocol?..

Answer / kent

Official doc:

http://docs.oracle.com/cd/E15051_01/wls/docs103/rmi/rmi_t3.html

Is This Answer Correct ?    6 Yes 3 No

what is WLS T3 protocol?..

Answer / arta

T3 provides a framework for WebLogic Server messages that
support for enhancements. These enhancements include
abbreviations and features, such as object replacement,
that work in the context of WebLogic Server clusters and
HTTP and other product tunneling. T3 predates Java Object
Serialization and RMI, while closely tracking and
leveraging these specifications. T3 is a superset of Java
Object. Serialization or RMI; anything you can do in Java
Object Serialization and RMI can be done over T3. T3 is
mandated between WebLogic Servers and between programmatic
clients and a WebLogic Server cluster. HTTP and IIOP are
optional protocols that can be used to communicate between
other processes and WebLogic Server. It depends on what you
want to do. For example, when you want to communicate
between a browser and WebLogic Server-use HTTP, or an ORB
and WebLogic Server-IIOP.

Is This Answer Correct ?    0 Yes 0 No

what is WLS T3 protocol?..

Answer / kruthi

T3 protocal is used to communicate betwen the EJB's in the
wl serevr instances

Is This Answer Correct ?    10 Yes 26 No

Post New Answer

More Weblogic Interview Questions

Do you know what is the local interface used by web logic server?

0 Answers  


By default thread dump goes to System.out log.How can we send it to a particular file so that when we take the thread dump, instead of searching in System.out we can analyse a particular file

2 Answers  


How does a server find out server unavailability?

0 Answers  


What is the linux command is used to know the version of weblogic server?

8 Answers   IBM,


Define memory leak ?

0 Answers  


What is mulicast and unicast in weblogic?

0 Answers  


What are the capabilities of weblogic server?

0 Answers  


what r the General SHIFTING TIMES for WEB LOGIC ADmin? mostly my frnd said night sifts ? Is it Right?

3 Answers  


How can the nm be made to work with web logic? Explain?

0 Answers  


How to migrate the weblogic domains Existing physical box to New box ? Assume:I have 2 Domains and 5 ms servers and i have deploy the application in managed servers in cluster Envirolment how to migrated? any budy give me steps ?

1 Answers   IBM,


Do you know what are the steps involved in setting up classpath in web logic server?

0 Answers  


How to integrate apache webserver with weblogic server? What is the purpose of integrating both?

4 Answers  


Categories