• 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

A beginner problem....

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, i have one doubt i.e "Can Jboss reads out all the needed data directly from DataBase with the help of Ejb entities?"...please clarify this....actually i have some confusions(Just now only i started work on this)..

Compare above with the following::
----------------------------------
In servlets,by using servlet classes we can extend the functionality of a webserver....then servlets will help to webserver in fetching the data from DataBase directly.....is it possible directly in Jboss.....

I am using tools::
------------------
1.Ejb(I am very stranger to this)
2.Jboss

please help me to avoid confusions....can you explain any helpful information(subject view)?....

Thanks,
 
author
Posts: 3285
13
Mac OS X Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there and welcome to Javaranch!

In short the answer is yes. EJB technologies (e.g. CMP Entity beans, especially easy with EJB 3.0) and non EJB technologies (such as the popular Hibernate) can be utilised in J2EE/JEE application servers in order to directly get data out of your Database.

It sounds like you are new to this area so I would strongly recommend reading through OReilly Enterprise Javabeans (5th Edition) (EJB 3.0) and working through the Jboss Workbook that goes with that

Hope that helps
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic