Harish Tiruvile

Ranch Hand
+ Follow
since Dec 01, 2005
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 Harish Tiruvile

While debugging JMS application I am getting below exception. Exception is telling transaction has got timed out.
I am using Eclipse,and Jboss EAP AS 6.
Can anyone of you please let me know how to increase this transaction time.

If i run the application it works fine. I will get below exception only during debug mode.
11 years ago
Hi,

While executing Hibernate program i am getting below exception.I am unable to know the root cause for this issue.Please let me know how to correct this and what went wrong in below code.
Exception is









Hi,

While going through java tutorials i read we can use Hashtable and Vector collection object's if we need thread safety.

I need to know whether there will be any senario where we need to have extra code for handling thread issues even though we are using able collections ?

Thanks
Harish

13 years ago
Neha, Static variables are serilizable..
Already this query is discussed in this forum...
https://coderanch.com/t/405828/java/java/we-Serialize-Static-Variable
15 years ago
Neha, Static variables are serilizable..
Already this query is discussed in this forum...
https://coderanch.com/t/405828/java/java/we-Serialize-Static-Variable
15 years ago
What domine you like.

Telecoms\VOIP: you can do project on Instance messaging using SIP protocol
16 years ago
Hi all,

I am getting this error while building ..Can anyone please let me know the reason for this error?


BUILD FAILED
java.lang.NoClassDefFoundError: org/apache/bsf/BSFException


Is it related to Ant path ?
16 years ago

I wanted to know if there is a possibility to dynamically extend a Java program



yes, you can dynamically extend java classes
16 years ago
Are you asking for auto generated files??

somewhere i read java file can created , compiled and executed at runtime using scripting languages
16 years ago
Gunjan ,

I think you should extend Thread class is you are creating specialized version of Thread .

In most of the application we are interested in 2 or more thread, since we are not creating new feature to already existing Thread class , Implementing Runnable will be good wrt design

I hope you can get answer for your question by think in term of HAS-A and IS-A relation .
[ August 27, 2007: Message edited by: harish thrivile ]
16 years ago
HI,

I am trying to analyze one java project , i thought it will be easier if i get sequence diagram for those files.

Can any one please suggest me the tool which will generate sequence diagram for
1.one perticular java program(java file) and also
2. for complete package
16 years ago
HI,

i found open source code which is used for creating ".exe" files http://jsmooth.sourceforge.net/ .
16 years ago
Hi Ulf Dittmer,

thanks for your replay ..

But, i have seen many application in .exe formate .

Can i pack my java application in ".exe " file? is this feature available for java based application?...
16 years ago
Hi all,

I have written an application.Now i want to deploy it in different machine . For that i am planning to create " .exe " file, which will set required environment variables and path required for my application.

Can any one please let me know the procedure for creating ".exe " file for java application.
16 years ago
Hi Theodore Casser ,


You could take some of your free time and dedicate it to some open source projects



Can you please let me know how to find Open source projects .

I am very much interested to contribute to java protocol related projects(especially SIP ) and value added services Parlay\OSA API .

Can you please give me some tips for finding open source projects .
16 years ago