• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Weblogic 8.1 Unleashed Book

 
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I want to learn Weblogic 10.3 from a developer perspective and to some extent about administration. I have the book "Weblogic 8.1 Unleashed". Can I use it to understand the basics ? Where does it mainly differ from 10.3 Please suggest.

Thanks.
 
Ranch Hand
Posts: 826
Eclipse IDE Oracle Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Subhadeep,

I want to learn Weblogic 10.3 from a developer perspective and to some extent about administration.



To learn weblogic, the best way is to install it and start using it. Discuss the issue that you come across this process. People here at java ranch would keep helping you, only if you come up with issues.

The best guide that you can get in the market is the Oracle Standard Documentation for Weblogic 10.3 .

Keep posting your doubts and enjoy learning.

 
subhadeep chakraborty
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Sudipto, Actually I have to attend a interview soon. What should a Java Developer know atleast on Weblogic 10.3 ?
 
sudipto shekhar
Ranch Hand
Posts: 826
Eclipse IDE Oracle Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

subhadeep chakraborty wrote:Thanks Sudipto, Actually I have to attend a interview soon. What should a Java Developer know atleast on Weblogic 10.3 ?



Hi,

It actually depends on your proficiency level, the post you are applying for and also on the interviewer :P

As far as I think, as you are a novice, you should know about setDomainEnv.sh/cmd , startWeblogic.sh/cmd files, their location and usage.

Also you should be able to answer about the difference between apache-tomcat server and WLS server.

Apart from these theoretical topics, you should know about installing weblogic on windows/Unix/Linux machines, configuring domains, configuring data sources.

Important topics would include difference between a Weblogic 9.0 server and Weblogic 10.3 server, a little about JMS configuration (may be just an overview will do), how to deploy application on WLS instance and the different techniques for the same, a little about admin server and managed servers (difference will do), a little about node managers and WLST would do (their usage).

You can find about all these in the Oracle standard documentations !

For a practical knowledge, as I suggested, start using the servers and post us your queries. The best person to help you is yourself though !

Hope this helps. Keep posting.
 
subhadeep chakraborty
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Sudipto, for your detailed suggestion. This will be of much help. Thanks
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic