• 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

Please tell how to run ejb programs in weblogic server

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have started learning ejb 2.1 but i don't have any idea how to run ejb programs in latest weblogic server.
Can someone please guide me how to run the programs in weblogic server?
Some details steps for beginners or some book where steps are mentioned.

Thanks In Advance !!
 
Ranch Hand
Posts: 426
Eclipse IDE Fedora Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://docs.oracle.com/cd/E13226_01/workshop/docs92/ws_platform/ejb/tutorial/tutEJBIntro.html

This tutorial introduces you to Enterprise JavaBeans development with Workshop for WebLogic. As you work through this tutorial, you will:
Learn about three types of Workshop for WebLogic projects, including the WebLogic EAR project, WebLogic EJB project, and WebLogic web project.
Create two types of Enterprise JavaBeans: an entity bean that stores visit to a web page and a session bean that models tracking and greeting visitors.
Learn how to use EJBGen annotations to speed EJB development.
Learn how to use an EJB control to ease client development.
Test your EJBs using a web project as a test client.
 
reply
    Bookmark Topic Watch Topic
  • New Topic