Ramesh Lakshmanan

Greenhorn
+ Follow
since Oct 14, 2002
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 Ramesh Lakshmanan

Hi,
First of all , you can go and refer thr product details in the following web site
http://www.webmethods.com
and
For Technical Info & Forums ,
http://advantage.webmethods.com
, but i think you should provide your Business mail Id for this.
then third is ,
As Gayathri advised,
http://www.wmusers.com
the above discussion forum gives some good information about the Flow Services and lot of active members are also avaible there.
hope it helps,
Ramesh
20 years ago
Hi All,
I am very much happy to tell to you all that i cleared my SCWCD and i am planning to appear SCEA Step1.
Could you all suggest me an good reference sites , books for that >(Like Deshmukh book for SCWCD , is there any book avaible for that).
thanks
Ramesh
Hi All,
Today morning i cleared the SCWCD exam with 81%.
It'z Good..
Learned something via this Certification.
Got some tough questions in
1> Custom Tags
2> Servlets behaviour in Distributed Environment
3> Mainly on Listeners..(Around 5 to 6 questions on that).
Then remaining questions we can answer easily if we understand the Whole Concept/Logic/Syntax in JSP and Servlets.
My best advice to get 100% is ,
Concentrate fully on Use Bean,Custom Tag and Listeners.
thanks
Ramesh
[ May 29, 2003: Message edited by: Ramesh Lakshmanan ]
20 years ago
Hi All,
If i am clearing the SCWCD today , how long the certification is valid?
thanks
ramesh
Hi Fisher & varun Khanna ,
Just now i tried with some samples.What you guys are telling is correct.Thanks for your feedback(s)
Thanks,
Ramesh
Guys,
Just had quick think about the scenario which i posted just now..
Setting an Attribute in ServletContext:
If an Attribute has been set using this Context , different client(I mean browser) accessing the Same Servlets can share that.
But the Session can not be shared like that , Session is visible only for that Client(I mean only for that Browser).
Am i going in an correct Light Path?
Please correct me if i am wrong?
thanks
Ramesh
Hi All,
What is the Difference B/W Setting attribute in HttptSession and ServletContext?
Can i get one Real Time example for this.
thanks
Ramesh
Hi vidula kulkarni ,
First of all to access and display the Crystal Reports in Web format(I mean HTML Content type) , you need the Report Application Server should be running separater(Either it may in tomcat machine or it may in different machi as well.).
Then you need to maintain the Report Physical path in RAS(Report application Server) .It means that your template CR(Crystal report files should be kept in that directory).
Then as usual you need to copy all the RAS SDK provided during the installation in the Tomcat's root Lib directory.
Then using that RAS API classes you can open the Crystal Reports.(This RAS API will take care of converting the Crystal Data - [CR data]into HTML format).
May be you can refer some of the Posting of mine in the support.crystaldecision.com forum.
Let me know if you need more
regards
ramesh
20 years ago
Hi Sanjay ,
Sorry in my prev.post i mentioned the Content type as "Application/dnd.fdf"..
Please use : application/vnd.fdf
--------------------------
Hi,
1. Try by putting the Content Type as "Application/vnd.fdf"
2. Some two years before we used an Tool name called HTMLDOC which converts an String (HTML content) in PDF Format.May be you can use that.
thanks
Ramesh
20 years ago
JSP
Hi,
1. Try by putting the Content Type as "Application/dnd.fdf"
2. Some two years before we used an Tool name called HTMLDOC which converts an String (HTML content) in PDF Format.May be you can use that.
thanks
Ramesh
20 years ago
JSP
Hi Amar,
Let me know your id so that i can send sample source code , since i am not able to paste the HTML Tages in this forum
20 years ago
JSP
Hi Guys,
I got the solution.

I think we can use any of the following.Both gave correct result for me.
1> select tskid from TASKTBL where tstamp >= trunc(sysdate,'MM')2> select tskid from TASKTBL where to_char(tstamp,'MON-YYYY') = to_char(sysdate,'MON-YYYY')

thanks
Ramesh
Hi All,
Can anyone let me know , how to fetch the current month and years records alone from an Table.(my database is Oracle).

Here are the sample of records:
TSKID TSTAMP
T1 20-MAR-2002
T2 21-JAN-2003
T3 22-MAR-2001
T4 23-APR-2003
T5 12-MAR-2001
T6 27-MAR-2000
T7 12-MAR-2002
T8 09-APR-2003
T9 08-APR-2003
T10 22-MAR-2003
T11 23-MAR-2003
T12 24-JAN-2003
so i want to take all the TSKID where TSTAMP is current month and year.
Looking forward your reply.
thanks
Ramesh
20 years ago
JSP
Hi All,
Can anyone let me know , how to fetch the current month and years records alone from an Table.(my database is Oracle).

Here are the sample of records:
TSKID TSTAMP
T1 20-MAR-2002
T2 21-JAN-2003
T3 22-MAR-2001
T4 23-APR-2003
T5 12-MAR-2001
T6 27-MAR-2000
T7 12-MAR-2002
T8 09-APR-2003
T9 08-APR-2003
T10 22-MAR-2003
T11 23-MAR-2003
T12 24-JAN-2003
so i want to take all the TSKID where TSTAMP is ar are current month and year.
Looking forward your reply.
thanks
Ramesh
Hi,
I am looking for an Good openings.Now working in Malaysia.i am experienced in J2EE technologies (JavaMail,JNDI,etc) which includes developing J2EE framework middlware connect to SAP(EAI Projects) ,SAPJCO, Development Experience in workflow projects,SQA Tools.
Thanks and looking forward your reply.,
20 years ago