• 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

Greetings! - "J2EE Performance Testing" book promotion

 
Ranch Hand
Posts: 321
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you explain how JDO supports "real time data" differently than EJB CMP?
Java data objects express queries via loosely typed strings that can be constructed and executed dynamically the way we do it with JDBC.Thus with JDO it is possible to create a dynamic query engine that can query the JDO engine for Java Data objects based on different criteria dynamically at runtime.This is different from the "define at development time" paradigm of EJB 2.0 CMP/CMR

Rishi
SCJP,SCWCD
 
Rishi Singh
Ranch Hand
Posts: 321
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
what is the limit to the number of parameters to be passed to the ejbCreate().Normally if i pass all the properties to an ejbCreate it does the work for me but if any of these is changed or removed i have to change the ejbCreate,ejbPostCreate and Home interfaces which is not a wise thing to do, whts the aork around , would like to hear from others
Rishi
SCJP,SCWCD
reply
    Bookmark Topic Watch Topic
  • New Topic