Anant Kamat

Greenhorn
+ Follow
since Dec 18, 2008
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 Anant Kamat

Hello Sai Jyothi all you need to concentrate is on the basics since SCJP is mentioned on your resume.
That itself carries a lot of questions along with it mainly on basics. An interviewer might pose realtime situations and ask you for the approach to that situation. Once that is done, then you might expect questions regarding your skills but not much. This all informations comes from my personal experience in interviews.
13 years ago
Hello Sam Welcome to JavaRanch

Nice to have you here. I just wanted to ask your inspiration behind the book.
13 years ago
Hello Tauri,

You and I share the same story of being scapegoated in my company.
Currently I am working as a contractor in an established organization whereas previously worked as full-time employee with 2 companies and enjoyed working. But I had to quit for better prospects and recession that hit the job market badly.
I felt the difference since day one of my job but due to market conditions I am feeling like left alone in the crowd.
Though I work hard, I never get any praise for my work.
I am hoping that Sam's book will help me a lot in this regard.
I will be in a better position to analyse and proceed in the right direction.

Thanks,
Anant
13 years ago
Hello Everyone,

I just went through the post, but it looks that the discussion here is regarding older versions of Eclipse/RAD.
Please let me know about the difference between Eclipse 3.4 and RAD 7.5.
Since I am new to this, I would like to know the advantages of each of the IDE's.
Also since RAD comes bundled with WAS, which versions of WAS are compatible with RAD 7.5.

Thanks,
Anant
Hi All,
My problem is resolved. Actually the problem was due to the XSD interpretation by JAXB 2.0
I had to make certain code changes.

Thanks for all your help.

Regards,
Anant
14 years ago
I just read the article but could not find any solution. Also the path mentioned in the page is not avaiable.
I am using JAXB version 2.2. I changed all the version numbers in the config files but to no use. The build still fails.
When I click on the build.xml failed path it shows me this
" <javac encoding="Cp1252" srcdir="src/java/com/sbc/sde" destdir="${sde.build.home}" debug="${compile.debug}" optimize="${compile.optimize}" source="1.6" target="1.6"> "

I changed the source and target from 1.4 to 1.6
14 years ago

Hi,
I am working on a Java Upgrade project from JDK 1.4 to JDK 1.6 Update 16(jdk1.6.0_16).
The project uses JAXB so I even changed the JAXB jars to latest version 2.2.
I made the changes in the build.xml pointing to 1.6 from 1.4
I am facing some problem with the JAXB jars.
I am getting "Cannot be resolved to a type" errors for few Java files in the code because of which the appropriate Jars are not being generated.

Please help me out as I am new to Migration stuff.

Thanks,
Anant
14 years ago