Bernhard Huber

Greenhorn
+ Follow
since Aug 22, 2009
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 Bernhard Huber

In my opinion all ejbs are available via JNDI, the local and the remote available ejbs.

In the jndi browser of glassfish v2 you see only the remotly available ejbs.

If you switch to JBoss and browse JNDI tree there you will notice jndi entries having:
* having no prefix - these are remotly available
* having prefix java: - these are only locally available
* having prefix java:comp/env pre ejb - these are the ejb locally available entiries like env-entry, etc

that's what I experienced so far

regards bernhard
I passed SCJP 6.0 with 93%.

I read the excellent book "SCJP Sun® Certified Programmer for Java™ 6 Study Guide" by Kathy Sierra, and Bert Bates in one week.
While reading, I opened Netbeans IDE and examined the sample code, trying out variations of the code.
So I had a long week, and long weekend: reading, programming, experimenting, learning...

Without that preparation I think I wouldn't manage to pass the exam!

After reading it I took some mock tests.

So I'm quite happy with the result.

Although I'm programming in java for about 10 years, reading the book I learned some new details about the Java language.

14 years ago