padma wundavalli

Greenhorn
+ Follow
since Feb 22, 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 padma wundavalli

Thank you. Too much experience in the language like VB still has influence on overlooking the case sensitives.
Thanks again.
Padma
22 years ago
I am using the date formatter class to format the currentdate in the format "yyyymmdd". But in the output is in other format i.e "20013927" . Can anyone identify where I was doing wrong?
Any help is appreciated. Thanks in advance.
The code follows
/* use the pattern and currentlocale to custom format the date & time */
import java.util.*;
String DateTimeStr = "";
java.util.Date CurDate;
SimpleDateFormat formatter;
public GenerateSalesInvXML()
{
super();
formatter = new SimpleDateFormat("yyyymmdd");
CurDate = new java.util.Date();
DateTimeStr = formatter.format(CurDate);
}
22 years ago
Hi All
Thank you for the replies. But I got an official mail from sun stating that I can't use the logo on the business cards when I am working for another company.
Thank you once again.
Padma
22 years ago
Hi I have read some where that you can't use the logo on the company business cards, if you work for another company other than your own. Can someone shed somelight on me?
If you want to use only words which phrase is correct?
Sun Certified Java Programmer or
Sun certified Programmer for Java2 Platform
Is there any ristriction on how to use these phrases?
Thank in advance
Padma
22 years ago
Hi I got finally. When I chose to run from the location then it gave the correct url to down load. Thank you.
Padma
Hi
I am trying to download the jdbc 2.0 standard extention pacakge ( now known as JDBC optional package) from this address
http://java.sun.com/products/jdbc/download.html#spec
and selected the otipn which is at the bottom of the page, download jdbc APi binary.
But it takes me to the main products page instead of jar file download. I couldn't see any other link to down load this file.
any suggestions?
Thanks
Padma
To understand B2B and its approach to the database access.
thanks
Ajith,
Thanks, but I need to read more of its documentation and manuals to understand more of it.
Padma
Hi Can some one explain me what exactly XML spy B2B sefver is used for and what else you need to use with it for you B2B solutions?
Thanks
Padma
Hi
For our company's e-commerce we are palnning to use the Nexuse2e server. Is anyone using it out there?
We are still at reasearch level. The server came with tomcat web server and our database is oracle database.
What other software you would be needed to use this server. As far as I understand from the documentation XMl, DTD for writing schemas, Jdbc and javabeans to access databasae. Is that right?
I will greatly appreciate any more details about this subject. thank you all in advance.
Padma

Hi, just now I have seen the other post on this topic. Found some links in that. Sorry for re posting.
ANy more suggestions are greately appreciated.
Thank you all.
Padma
Hi
I am planning to learn XML and eventually to appear for the IBM XML certification. I passed the java cert 2 months ago with 89%.I have 4 years of experience with visual Basic.
I know very little DHTML. with this back ground where do I start to learn XML. Which books to follow. Are there any online resources? I have VB6 on my system and JDK also. Which other tools I need to learn XML. Please help me with the starting up. I can do self study and understand anything fast so even the book is little higher grade that is fine with me. Thank you all in advance.
Regards
Padma
Hi Ajith,
Thank you for the wishes. I am thinking of IBM XML cert also. I am really greatful to this site and the people.
Bye
Padma
23 years ago
Thnak for all the wishes.
I haven't planned for anything further. I am planning to take a job preferably in vb & aSP or Java. If I get in java then after oneyear I may think about the developer exam.
For the exam, just reading from any exam book only not only enough, from my experience. You have to lot of mock exams and write programs to understand and to get the doubts clear. I suggest JQPlus software, which very reasonable price and most useful I have seen. I just bought it one week before and did oly once. I wish I shouldv'e known about it little earlier.
Good luck.
Padma
23 years ago
Hi,
yesterday I passed SCJP with 89%. I used the Robert Heller book. I have about 4 years of vb programming experience. No oo exp. Learnt java as self study. Prepared for a month for exam. The sites www.javaprepare.com and www.javaranch.com are very helpful. I have gone thru Marcus Green's notes, his exams, Mr. Vel's notes and about 20 mock exams. I just baought the JQPlus one week ago and did all the exams only once. But learnt a lot from them. I got lot of questions from it. File I/o is the one topic I was always confused and I think I lost in that only.
Thank you for all.
Padma
23 years ago