• 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

Question on bean pooling

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can we specify the number of bean instance to create for pooling when container starts up in deployment descriptor??
True?false

I think we can't specify it throught deployment descriptor.

Please Share your views??
 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Apratim , you can't define number of bean instance in the deployment descriptor , but you MAY do this by the administration tool provided by your application server and this will be different from application server to another
 
Ranch Hand
Posts: 2023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Apratim , you can't define number of bean instance in the deployment descriptor , but you MAY do this by the administration tool provided by your application server and this will be different from application server to another

.

I am agree with that you can not define it (the total created number EJB) in the deployment descriptor, but you can define number of EJB instances that are created at your application starts point in the DD.

[ May 07, 2006: Message edited by: wise owen ]
[ May 07, 2006: Message edited by: wise owen ]
reply
    Bookmark Topic Watch Topic
  • New Topic