Sam Jimzz

Greenhorn
+ Follow
since Apr 30, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Sam Jimzz

Bear Bibeault wrote:That has nothing to do with the angle bracket characters, or even JavaScript. The escaping simply is to allow double quotes in Java strings.



Yes...agreed...
11 years ago
But i used something like this

before 3 years to make a script code work under Oracle container..
11 years ago
Have a look into THIS for how serialVersionUID works..
11 years ago
Have you read the notice in that tutorial page...?

"(Note that this has been removed. Check the top of this article for other alternatives)"

Use..,
http://wsf.cdyne.com/WeatherWS/Weather.asmx?WSDL

or

http://www.webservicex.com/currencyconvertor.asmx?WSDL
11 years ago
Symbols like ("< and >") behaves differently while generating js from servlets. Check your script code in JSP which is generated by Servlet.
Try using escape sequence on those symbols..
11 years ago
Have you tried this ..??



Read here in detail..
11 years ago
JSP
To limit the logging.,

to turn off all the logging in the package, use.,
11 years ago
It depends on your application., for more about generic EhCache memory configuration look HERE
11 years ago
Post the java code by which you are creating the folder..
11 years ago
JSP
Basic work around will be like, reducing the 3rd party links from your webpage..

for eg:

instead of www.***.com/js/**.js

you can keep that .js file inside your container like., ../js/**.js
11 years ago
yes it will work.., check your db connectivity code & IDE console for any errors..
11 years ago
you can use Wss4jSecurityInterceptor class in Spring to pass it..

overide the methods inside it to make your work done..
11 years ago
try changing your jQuery version if you use any..
11 years ago
you can set your values from the db using the methods(i use manual method) described HERE.

use ajax for getting the json string from the controller to the js file and separate it .,using jQuery display it in jsp.
11 years ago