Vijayanand Jayaraj

Greenhorn
+ Follow
since May 19, 2007
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 Vijayanand Jayaraj

Hi all,
I need know how can I use websphere scheduler in my application. I was searching for the sample codes but could not find it any more. If anyone can point me to the articles or tutorials using websphere scheduler that will be great helpful. I am using websphere6.0. Any help would be appreciated.
15 years ago
Hi all,
I need know how can I use websphere scheduler in my application. I was searching for the sample codes but could not find it any more. If anyone can point me to the articles or tutorials using websphere scheduler that will be great helpful. I am using websphere6.0. Any help would be appreciated.
15 years ago
Hi all,
I have data in a text file as the below format,
name string 20
city string 20
address string 20
age int
DOB date
id int

I want to read the information from this file as
name
city
address
age
DOB
id
I mean I want only the first column... How to get this information from the text file. Any help would be appreciated.
16 years ago
Hi all,
I am trying to implement chart functionality in jasper reports. In this regards, the user can select a chart and put it in the summary section. I am using a PieChart, the user can fill the fields in the keyexpression and value expression. When he save the xml file is generated. I can use this xml file in my java code and created the piechart. The problem is, whenever I open the generated xml file in jasper reports it is not holding the values of keyexpression and value expression.
I guess it is using the commons digester to hold the values. But how to do that. Any help regarding this would be appreciated.
Thanks for your replies. I think the wings framework will help me. Let me look into it.
16 years ago
Hi all,
I have a Swing application now, I have to convert this existing Swing application into a Web application that runs inside a browser. Is it possible to do it?. If so, can anybody give a solution.
16 years ago
Hello EveryBody,
I am new to jasper reports and using it for creating reports. I wonder that how could I create Static Text and include in the report UI. Whenever I create the UI and save the report as .jrxml file I cannot see the static text in the xml file. What should I do to include the static text in the xml file.

Thanks,
Vijayanand
Hi all,
I want to create a progress/status bar for my application.How can I create it using java.My work is,I should not use Awt,Swing or Jpanel,Applet,.... I should create it using a simple java program... Is it possible..If so,can anyone explain the above sequence.. The task is like this,when a user switches from one task to another task a status/progress bar should be given to the user that the next task is going to be loaded... This is the task.. How can I do this using simple java program without using any graphics application like Awt,Swing or Jpanel,Applet,.... Currently I am working on this application in JSP.
Hi,
Its not purely command line.... I am doing it in JSP....
16 years ago
JSP
Hi all,
I want to create a progress/status bar for my application.How can I create it using java.My work is,I should not use Awt,Swing or Jpanel,Applet,.... I should create it using a simple java program... Is it possible..If so,can anyone explain the above sequence.. The task is like this,when a user switches from one task to another task a status/progress bar should be given to the user that the next task is going to be loaded... This is the task.. How can I do this using simple java program without using any graphics application like Awt,Swing or Jpanel,Applet,....

Thanks,
Vijay Anand.
16 years ago
JSP
Hi all,
Today I gave SCJP 1.5 and secured 95%.

16 years ago