• 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

General CMP under JBOSS

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've a JBOSS newbie and had a couple of quick questions on the JBOSS CMP aspects:

Does JBOSS 3.0 support CMP 1.1? (is that through jaws.xml?)

On the other hand for CMP 2.0, can we applications under CMP 2.0 in JBOSS even if the applicatios do not have any EJB Transactions?

Also, is it a good idea to use an EJB Cache to serve multiple servlets in a VM? Does this mean that the data is shared so there is no need for connecting to the database multiple times? or is the data fetched on each call.

Tech Dev
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic