ejb - Types of Java Bean in IBM Websphere commerce -
this question has answer here:
how many types of java beans there in ibm websphere commerce?
i have searched in ibm info centre lot find these beans:
entity bean session bean , message driven bean but heard few days there other kind of beans in ibm ws like, smart beans. they?
could please provide me name , description of types of javabeans used in(supported by) ibm?
there 2 other main bean types websphere commerce uses. not part of j2ee standards.
- accessbean
- databean
the accessbean convenience wrapper entity , session beans (they may message driven beans don't have experience using those). basically, provide mechanism hide details of using ejbs such looking ejb , various ejb methods.
the databean further wrapper extends accessbeans use on jsps. typically , helper methods, aggregation of data, formatting, , catching of exceptions. subtype smartdatabean uses information request in order populate bean's key fields can self populate when initialized.
Comments
Post a Comment