Ramesh kumaar

Ranch Hand
+ Follow
since Mar 19, 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 kumaar

Dear All,

Can I call remove method from Session beans local home interface?

Regards,
Rameshkumar
Hi All,

Is it possible for an EJB client to ignore JNDI lookup and connect to the EJB server if the client knows the DNS name of the EJB server.

Thanks & Regards,
Rameshkumar
Hi,

I belive that you forget to pass the system properties to InitialContext()

Ex:

Properties prop= System.getProperties();

Context ctx= new InitialContext(prop);

better try this.

Regards,
Rameshkumar
Hi All,

I have Mastering EJB EDRoman with me, should I also need HF EJB? or will it be ok with Mastering EJB?

Regards,
Rameshkumar
Hi All,

Which version of EJB is covered in the exam?

Regards,
Rameshkumar
Hi Jeanne Boyarsky,

Thanks a lot.
Hello All,

Is are any tutorial which will tech EJB development using WSAD. Thanks in advance.

Regards,
Rameshkumar
Hi Barbosa Juarez
Congrats,
Could you please tell me the books you have used for the certifications.
Regards,
Rameshkumar
Hi Dhanush dharsh,
Thanks I got a good feel.
Regards
Rameshkumar
Hi All,
Iam a sun certified developer with 94 % and currently working as a j2ee developer in a MNC can I take this exam? I have 4 years of experince in java. If not how can I prepare my self to achive this.
Thanks & regards
Rameshkumar
Are you guys sure that the voucher will get expired in three months.
Hi Guys,
Better read the following which may answer ur question.
-Rameshkumar
How can an applet open a network connection to a computer on the internet?
Applets are not allowed to open network connections to any computer, except for the host that provided the .class files. This is either the host where the html page came from, or the host specified in the codebase parameter in the applet tag, with codebase taking precendence.
For example, if you try to do this from an applet that did not originate from the machine foo.com, it will fail with a security exception:
Socket s = new Socket("foo.com", 25, true);
How can an applet open a network connection to its originating host?
Be sure to name the originating host exactly as it was specified when the applet was loaded into the browser.
That is, if you load an HTML page using the URL
http://foo.state.edu/~me/appletPage.html
then your applet will be able to connect to its host only by using the name foo.state.edu. Using the IP address for foo.state.edu won't work, and using a "shorthand" form of the host name, like foo.state instead of foo.state.edu, won't work.
-------------------------------------------------------------------
Anyway that's my SCEA experience, I'm very interested in hearing your comments!
-------------------------------------------------------------------
Hi,
If you can encourage people than share you good experiance about SCEA. We are not ready to hear any thing negative about SCEA as we belive certification is a better way of learning technology in a organized manner.
Regards,
Rameshkumar
SCJD
Hi All,
Should I also have the knowledge of EJB design patterns for part I exam apart from Java design patterns.
Regards,
Rameshkumar
Hi Priya,
Congrats, best wishes.
Regards,
Rameshkumar