John Angel

Greenhorn
+ Follow
since May 16, 2001
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 John Angel

Hi
Which Application server are you using ? Because if it is webpshere, it ocmes with a handy cache built in for you called Dynacache.
19 years ago
Here is the link to the article.
http://www.javaworld.com/javaworld/jw-09-2004/jw-0913-struts-p3.html

Look under form-bean scope.
19 years ago
I read in an article for struts best practices that it is best to keep form in session scope. Personally I would want to keep the form in session scope only if it spans multiple jsp pages. Otherwise the default for me would be in request scope. I had noticed that if the form gets put in session scope, it befalls on the developer to take extra precuation in cleaning the form variables under various conditions. This leads to several bugs with previous data being present etc.
I would like to solicit other opinions regarding best practice for form scope
19 years ago
Hi
Is WSAD 4.0.3 compatible with the new appserver 5.0. I know WSAD 4.0.3 is not J2EE1.3 compliant and supports only EJB1.1 spec. DoI have to make any changes to the WSAD 4.0.3 to make it work so that I can deploy them easily to appserver.
thanks
21 years ago
I am getting this error when trying to start the appserver admin service "StartServiceCtrlDispatcher failed with error 1063". Can someone help me out.
Thanks
John
22 years ago