Alex Sotin

Greenhorn
+ Follow
since Dec 19, 2006
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 Alex Sotin

Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged. The implementation of this method includes the logic to determine whether the session ID needs to be encoded in the URL. For example, if the browser supports cookies, or session tracking is turned off, URL encoding is unnecessary.
For robust session tracking, all URLs emitted by a servlet should be run through this method. Otherwise, URL rewriting cannot be used with browsers which do not support cookies.

so it will solve your problem, please find a how to use in win java.com
16 years ago
One of the main difference between JAX-RPC and JAX-WS is the programming model. A JAX-WS based service uses annotations (such @WebService) to declare webservice endpoints. Use of these annotations obviates the need for deployment descriptors. With JAX-WS, you can have a webservice deployed on a Java EE compliant application server without a single deployment descriptor. Apart from these, other additional features (such asynchronous callbacks etc) are also present.
16 years ago
Hi, for what exactly you want to configure it ?
16 years ago
hi, go to http://www.google.com/codesearch, type "JNDI SQLServer", it will return you lot of examples.
[ January 10, 2007: Message edited by: Alex Sotin ]
What do you mean by "hide my pages" ? May be you want to hide your code ?
16 years ago
JSF
hi, please put here part of your code, where you're trying access to your excel file.
16 years ago
JSF
Hi, can you please put here your code ?
16 years ago
JSF
I'm sorry, but I didn't understand your question. You want have a link, and when link is clicked call some jsp ?
16 years ago
JSF
try to add <html></html> tags.
16 years ago
JSF
I'm sorry, can you tell me please what does mean RACF ?

thanks,
16 years ago
JSP
I don't know exactly why do you need 2 responses for 1 request, but I think you can put one of your responses in the http header (if you use it). Please tell us more detailed what are you doing
16 years ago
What exactly you want to know..? What do you mean by saying "important points" ? Can you ask your question more detailed please..?
16 years ago