Erik said:
        Yes that is very true, but... Using WLS and using CMP (which is a
very
        simple member to column mapping solution) Its very fast and easy to
create.
        In fact reading  a DBs schema info and generating a whole CRUD
enabled
        application is possible. So instead of doing BMP as you have I wan't
to use
        CMP and one table is one entity.
        And as I said I know the implication and that its not a very nice
component
        design but I can write 20 entity beans when you have done 1.

        Its as you said a question of fine- versus coarse grained design. It
is
        fine grained and that's how its going to be.


Yes, but using this approach you are assured of an system that won't scale
and won't perform. It was easy to build, but how far can you go with it? I
suppose if you know at the outset that you don't have to scale, this is not
an issue.

-Chris.

===========================================================================
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