• 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

Servlets Netbeans ThreadSafety Easy Question.

 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi friend i am developing java ee on netbeans. i have a question. netbeans create a method

i was wondering is this method is threadsafe.. and if i do inside this method.

this instace is thread safe as well..
i need to create. custom classes to avoid. code redudant... in the custom classes i call a EJB.

for. businness logic. is this correct. EJB create pool instances? or i am getting overhead?

thanks a lot. sorry by my poor english. thanks in advance..
 
reply
    Bookmark Topic Watch Topic
  • New Topic