Amit Thakkar

Greenhorn
+ Follow
since Jun 03, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Amit Thakkar

Thanks for you help... it was the wrong JNDI name
I am attempting to create a client that uses the EJB remote interface.
When I call the narrow() method I get this exception: java.lang.ClassCastException: Cannot narrow remote object to {package.class}.
Any idea why?
I heard that struts has functionality to assist in creating a tree structure. Is this true? I am attempting to create a navigator for an html page that will use a tree structure to determine what page to display. Is this possible using struts?
21 years ago
I heard that struts has functionality to assist in creating a tree structure. Is this true? I am attempting to create a navigator for an html page that will use a tree structure to determine what page to display. Is this possible using struts?
I have already created a synchronous messaging client using JAX-RPC. I now find the need to also have a asychronous messaging client as well. I was not able to find much as far as information or examples of asynchronous messaging. The only information I was able to find just says that I should use JAXM. The question I have is can I combine the JAX-RPC and the JAXM together (I'm using tomcat). Also does anyone know of a good asynchronous messaging example using either JAXM or JAX-RPC?
tyia
21 years ago