Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
a mechanism for converting among string-based markup generated by javaserver faces ui components and server-side java
what is javaserver faces event and listener modelans a mechanism for verifying how events emitted by javaserver faces ui components are handled this
javaserver facesjsf is a framework for building web-based user interface in java unlike swing jsf provides widgets like buttons hyperlinks checkboxes
an rmi service could well be any java method that can be invoked remotely the other service is the jrmp rmi naming service which is a lookup
rmi uses a layered architecture every of the layers could be increased or replaced without affecting the rest of the system the details of layers can
in a rmi client program what are the excpetions which may have to handledans a malformedurlexceptionb notboundexceptionc
what is portableremoteobjectnarrow method and what is used for ans java rmi-iiop gives a
what does the exportobject of unicastremoteobject doans exports the remote object to make it available to receive incoming calls using the certain
what is the use of unicastremoteobject in rmians the unicastremoteobject class gives support for point-to-point active object references using tcp
can a class implementing a remote interface have non remote processesans yes those processes behave as normal java process operating within the
how to get all the registered objects in a rmiregistryans using list method of naming
when is alreadyboundexception thrown and by which methodans alreadyboundexception is thrown by bindstring name method when a remote object is already
what is the difference among using bind and rebind methods of naming classans bind method string name binds the specified name to a remote object
binding is a method of associating or registering a name for a remote object that can be used at a later time to look up that remote object a remote
the naming class gives methods for storing and obtaining references to remote objects in the remote object
the remote interface serves to recognize interfaces whose methods may be invoked from a non-local virtual machine any object that is a remote object
does rmi-iiop support dynamic downloading of classesans no rmi-iiop doesnt support dynamic downloading of the classes as it is complete with corba in
the rmi architecture is based on one significant principle the definition of behavior and the execution of that behavior are separate concepts rmi
there are three layers- a stub and skeleton layerthis layer lies just under the view of the developer this layer intercepts method calls made by
remote method invocation rmi is the process of activating a method on a remotely running object rmi offers location transparency in the sense that it
a beannameautoproxycreatorb defaultadvisorautoproxycreatorc metadata
1 around orgaopallianceinterceptmethodinterceptor2 before orgspringframeworkaopbeforeadvice3 after orgspringframeworkaopafterreturningadvice4
what are the different points where weaving can be appliedans there are three points compile time classload time
the process of applying aspects to a target object to form a new proxy object is known as weaving the aspects are woven into the target object at the