Hi,

 I am in doubts in how to come out with a good design for this requirement.

In my application there are types of Users like say INTERNAL_USER /
PARTNER_USER / END_USER and in future I may have more. New user types are
added by administrator. Similary I am having References like
REFERAL_EMPLOYEE / REFEREAL_JOB_SITE / REFEREAL_PARTNER etc.

All these are to be populated in the combo boxes and they are not entitties
in the system.

My question is:
Generally how they are retrieved in JSP - EJB (Session and Entity beans).

Now I am going with   xxxDAO class for each one like say UserTypeDAO,
RefTypeDAO. These DAO's will insert, update, retrieve the respecitve types.
These are not EJB's, ordinary Java classes with sql code for
create/update/view.

Is this is a good one or are there any other better ways we can achieve
this.

Thanks in advance
Kishroe Veleti

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to