• 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

EJB material

 
Ranch Hand
Posts: 469
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am new to EJB.I wanted to know weather there is any link which explains EJB in simple way.I also wanna run programms.Can anybody suggest any link which tells me how to install & run EJB programmes?
I can do this by earch engine.But thought of taking help of some EJB wiz....
Thanks
Veena
 
Ranch Hand
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I will advice you to chk the J2EE tutorial in the Sun website
It is a good place to start
http://java.sun.com/j2ee/tutorial/1_3-fcs/
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
U can use ejb tutorial as siva has told but anyway u shud have an application server running...u can use the RI which comes with J2ee or u can download JBoss from www.jboss.org..but its better and easier to buy a book like professional EJB and learn rather than with tutorials..

Originally posted by Veena Point:
I am new to EJB.I wanted to know weather there is any link which explains EJB in simple way.I also wanna run programms.Can anybody suggest any link which tells me how to install & run EJB programmes?
I can do this by earch engine.But thought of taking help of some EJB wiz....
Thanks
Veena

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My personal recommedation would be to get Mastering Enterprise JavaBeans by Ed Roman. You can download a PDF version from The Server Side.
In order to run the programs, as previously mentioned you can use JBoss, this is a really simple app server to set up and deploy beans in - this allows you to concentrate on the EJB's and not the set up of the software!
Mat.
 
Veena Pointi
Ranch Hand
Posts: 469
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks everybody.
Veena
 
Ranch Hand
Posts: 265
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
u can view this website too.
www.jdance.com
 
You've gotta fight it! Don't give in! Read 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