Manjunatha HA

Greenhorn
+ Follow
since Oct 10, 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 Manjunatha HA

Hi,
It would be very kind of you people, if you could provide me info regarding configuring jakarta cactus with jboss.
Thanks
Manjunatha
20 years ago
Hi,
When i try to start or shutdown the tomcat, i am getting the following exception.
IOException while loading persisted sessions: java.io.WriteAbortedException: Writing aborted by exception; java.io.NotSerializableException:
<some class name here>

Please let me know what would be the problem with this.
21 years ago
Hi,
Is it possible to invoke a batch file located in some other directory through a JSP page???
Thanks
Manjunatha
22 years ago
Hi,
Is there any method by which i can get the total execution time taken by a java program to execute??
Thanks in advance
Manjunatha
22 years ago
HI Scott,
I am now seeing many web application development handling their request and response parameters through XML ? How efficient is that method compared to servlets ?

[This message has been edited by Manjunatha HA (edited October 19, 2001).]
Hi Scott,
There are various new standards in XML coming up like cXML. Does your book handle such standardization issues and explain about them ??
Hi,
What does XML FEED refer to ?? How is it changing/ affecting content management ??
Thanks
Manjunatha
Hi Ajith,
Thanks a lot. Will check out the oracle site.
[This message has been edited by Manjunatha HA (edited October 17, 2001).]
Hi Scott, i am presently working on developing a customized langauge based on XML, for maintaining say News Content. Does your book Handle regarding creation of customized languages??
Thanks and regards
Manjunatha
Hi,
Whats the role of XML, regarding personalization of any content, which is the buzz word today . Does the book handle this issue of personalization?

Thanks and Regards
Manjunatha
[This message has been edited by Manjunatha HA (edited October 17, 2001).]
Hi,
Is there any utility which helps in converting xml to databases with column names as elemnt names.
Hi,
Your program is absolutely fine. But you cannot pass a parameter in the command line Java Echo abcd, you are doing nothing with the args. The System.in method waits for a value to be entered at the instance when it is called.
Probably when u run the program thro editors, it may cause problem. But if you run using DOS-Prompt you will know clearly. Also get your character to be echoed you should convert it to type char e.g. System.out.print((char) i );