Roland Winter

Greenhorn
+ Follow
since May 11, 2003
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 Roland Winter

I believe that if the componenets are written to the J2EE spec, without any vendor specific code or deployment features, then they should run equally as happy in any compliant Container.
Thanks Kyle and Tony. I'll check them both out.
20 years ago
Hi Kyle, Does the book cover the deployment process as well? I've found sometimes that just because the application runs fine locally under WSAD it doesn't mean that it will run fine once deployed.
20 years ago
Excellent idea Lasse! Thanks, I'll give that a go.
Hi,
I'm using stateless session beans for the project I'm currently working on. I understand that the container can instantiate as many instances of each bean as it feels it needs.
I have one particular method that requires that it is the ONLY one running at any one particular time no matter which instance it was invoked on.
Does the container handle this automatically or do I need to specify something on the method, at deployment time or . . . .I don't know what else there is.
Any suggestions/solutions will be greatly appreciated
Thanks
ROland
Thanks Jeff.
Actually the pun was not intended and I didn't notice it until you mentioned it. Not a bad one though, even if I do say so myself.
Thanks again and I'll definately have a go at the Sun Tutorials.
Regards
Roland
Hello,
I'm relaively new to EJB's and I find that there is so much out there on the subject that I just can't seem to get a grip on the best way to start learning about it.
I've read some posts that say they've passed the exams just by studying the Specification. Is that the way to go?
Or should I just dive in head first and hope for the best? :-) Any suggestions?
Thanks.