• 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

WEBSPHERE ANNOTATION

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,


How to annotate..... User-defined bindings for EJB business interfaces and homes(EJB 3) in WEBSPHERE??

if i want to tell Clearly means.... ..how can i code for.....jndi binding using annotation in websphere

i have tried the same in jboss ..it works well ..but i could not find in websphere ..

can anyone come up with solution??

please.... help
 
Bartender
Posts: 1357
39
IBM DB2 Netbeans IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi java shan,

to use J2EE 6.0 new features, like EJB3.0, you have to install
the features packs which provide to WAS such features..
which, if i am not wrong, are available for WAS 6.1 or later.
Anyway, check docs for your product: on IBM' s website there's
a lot of info..

Good work!
 
reply
    Bookmark Topic Watch Topic
  • New Topic