• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

weblogic6 certification

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
i am new to java ranch. I need help for clearing weblogic6 certification exam. I am working on weblogic from last 2 years started with 4.5 version. I am SCP . i want to know that from where i can get good material for this exam. I am going thru. the documantation also. Which topics from documentation are the most important ones.I hope that you guys will help me out.
amit
 
Ranch Hand
Posts: 293
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A good place to start is at BEA's Certification WebPage: http://training.bea.com/education/certification_program.jsp
If you're thinking of getting certified for version 6, you should check out my webpage: http://www.getgamma.com/wlscert.html
I've got a guide and a few mock exams there.
 
Ranch Hand
Posts: 278
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Amit,
For WLS I think you should go through BEA Documentation that is important.And, give mock exam before appearing in the Exam.
Rashid
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi WLS6 gurus !
I met a few WLS6 certification questions I'm not sure of, maybe you can help me with the correct answers:
1. Two stateful session beans are identical if which of the following is true?
a. ����Their data attributes are equal
��b. Their session contexts are equal
2. How can you add managed servers to a domain?
a. Only through the console
b. Through the console and from the command-line
Also I welcome concrete QAs which could be tricky. And thanks to all.
BR Szilard,
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI,
1 - b
2 - a
that would be my answers.
 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you can only add a managed server from console,
but can start a managed server either from console or from command line, you need to specify the name of the server to identify itself to the Administration server
http://e-docs.bea.com/wls/docs60/adminguide/startstop.html#1033903
[ January 25, 2002: Message edited by: lucy hu ]
 
lucy hu
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. Two entity EJBs are identical if the "equals()" method of their primary key class returns true.
2. Except during method invocation, all instances of a stateless bean are equivalent, allowing the EJB container to assign an instance to any client.
3. Two stateful session beans are identical if their session contexts are equal, not their data attributes. Multiple clients can not get the same EJB by "creating" new stateful session beans and setting their data attributes to the same values.
http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Session3.html#63661
 
I guess I've been abducted by space aliens. So unprofessional. They tried to probe me with this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic