hello every body
i am making an EJB application with a slightly different approach.

in my home interface i had a create method whose argument in a class object
which
dynamically generates the arguments depending upon the client requests.

        create(TableData td)
similarly i have done it for the finder method.


in my bean class i had corresponding ejbCreate(TableData td)
1) i had made a helper class that has getter and setters and will
dynamically generates the query string (insert, update, delete, select) for
the coreesponding set of the data.here it will be insert.
2)opens the connection and initializes the fields etc.
simalarly for the ejbFind method.


when i will call the bean through the client i will pass the parameters to
the create and finder methods.
that will do the processing as usual.

i am on the developing stage.
but i am not sure will this approach work or not.

can any one guide me on correct lines.

regards
ketan

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