Chetan Mehta

Ranch Hand
+ Follow
since Aug 04, 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 Chetan Mehta

I have made changes based on your request.

Thanks,
Chetan Mehta
Hi,

I need to access MS Access database from UNIX machine. Can anyone help me finding JDBC-ODBC (open source) Driver that can be for this task.

Thanks for your support!!

Regards,
Chetan Mehta
Hi ,

I am working on problem reading configuration file into the environment. Has any one worked on any tools or utility that are avaible to be used.

Basically, I am looking some solution that can allow me to access bean/utility using JNDI lookup and that utility can in-turn read files and give us data.

Could you please tell me if there are any tools availble to use.

Regards,
Chetan Mehta
chetancmehta@yahoo.com
HI,
can you tell me any sample application describing problem and possible solution that we can study for exams.
Thanks,
Chetan Mehta
chetancmehta@yahoo.com
Hi ,
Thanks a lot for your response, This really very helpful information
Thanks again,
Chetan Mehta
Hi,
can someone tell me prerequisite for SUN Certfied Web Component developer.
I am asking this question on behalf of my friend, he is SUN Certifed Java Programmer (java 1.1) platform.
Does he needs to get Java 2 Certfication prior to appearing for Web Component Developer exam.
Thanks,
Chetan Mehta
Hi,
Good to know about ur plans. To be frank , I will start planning out for the exams over this weekend.
I will refer to the books you mentioned in book store.
thanks for your suggestion,
I will revert back with my plans over next week.
Thanks,
Chetan Mehta
Hi Ram,
This sounds like goo idea. I have not really planned on any specific dates for exams. I want to do it ASAP. I have not yet actively started gathering material. I know Pet store is good place to start with.
Thanks,
Chetan Mehta
chetancmehta@yahoo.com
Congratulations to both of you!!!
I did not find any information on the URL you posted.
http://www.javaranch.com/ubb/Forum26/HTML/000629.html.
Regards,
Chetan Mehta
Hi,
Can someone suggest what kind of references (books, URLs) are avaliable for preparing for Part II & III.
Regards,
Chetan Mehta
Hi Ram,
Thanks a lot for your wishes!!!
I have got following score in various areas,
Concepts - 83%
Common Architectures - 83%
Legacy Connectivity - 100%
EJB - 55%
EJB Container Model - 100%
Protocols - 66%
Applicability of J2ee - 100%
design Patterns - 80%
Messaging - 100%
Internationalization - 100%
Security - 50%
Regards,
Chetan Mehta
Hi,
I have passed part 1 certfication exam with 81%.
I thank every one at Java Ranch community their kind support and cooperation.
Thanks again,
Chetan Mehta
For a CMP Entity Bean, what should ejbCreate method return? (EJB Specification 1.1)
A. null
B. Remote interface
C. Home interface
D. Primary Key
E. Enumeration
Referring to book defination.
ejbCreate () method returns PrimaryKey instance for CMP and BMP.
Although it does states that
" In EJB 1.1 specification the change has been made for CMP, and they have changed method definitation of ejbCreate to return object of Primary Key type to facilitate subclassing."
In real world it book states that
" In CMP persistence ejbCreate will return null value of type Primary Key"
I found this question being discussed at amit jagal's home page. He has mentioned B - Remote Interface as correct answer.
I really doubt that, but still I am confused whether it can be A (null) or D (Primary Key)
Please reply ASAP.
Thanks,
Chetan Mehta

For a CMP Entity Bean, what should ejbCreate method return? (EJB Specification 1.1)
A. null
B. Remote interface
C. Home interface
D. Primary Key
E. Enumeration
Referring to book defination.
ejbCreate () method returns PrimaryKey instance for CMP and BMP.
Although it does states that
" In EJB 1.1 the change has been made and they have changed method definitation of ejbCreate to return object of Primary Key type to facilitate subclassing."
In real world it book states that
" In CMP persistence ejbCreate will return null value of type Primary Key"
I found this question being discussed at amit jagal's home page. He has mentioned B - Remote Interface as correct answer.
I really doubt that, but still I am confused whether it can be A (null) or D (Primary Key)
Please reply ASAP.
Thanks,
Chetan Mehta
Thanks a lot !!
Chetan Mehta