• 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

Where to Start from

 
Ranch Hand
Posts: 146
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
I would like to learn weblogic...
can someone suggest what product of weblogic i should install(workshop/server etc) and which book is good for the beginners?
thanks in advance
 
Ranch Hand
Posts: 1683
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can use WebLogic Server for free if it is for development. This product supports JSPs, servlets and EJBs. The download for WebLogic Server 10 is found here (scroll to the bottom of the page).

http://commerce.bea.com/showallversions.jsp?family=WLS

I don't know of any books, but you will need the documentation. I suggest that you download it from here.

http://edocs.bea.com/wls/docs100/index.html
 
Balaji Anand
Ranch Hand
Posts: 146
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply.

If you can can you tell about what each of these product is

Weblogic Platform
Weblogic Portal
Weblogic Intergration
workshop
jrockit

Thanks
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My suggestion is for you to start with core weblogic server. Last version is weblogic 10, most production environments using weblogic these days use 8.X or 9.X.

e-docs for weblogic 10

Suggest you take a look at basic admin and samples. If you install workshop you may be able to run weblogic from workshop(built on top of eclipse).

regards.
reply
    Bookmark Topic Watch Topic
  • New Topic