facebook

Alternative to an Entity Bean

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #258581 Reply

    Ghazalawahid
    Member

    Hello,

    I want to authenticate a user’s id and password.

    1. The user enter the id and password in Jsp.
    2. jsp directed the request to a servlet
    3. Servlet create an instance of session bean and
    call one of its method “validate user”
    4. Validate user method is creating an instance of “User Entity
    bean” for verification and returns true or false.

    My question is ” is there any other alternative to Entity bean (other than
    Hibernate) to verify user e.g Can I do it writing JDBC code?
    if yes , where should i write the JDBC code, in another session bean
    or in a simple Java DAO class?Is there any transaction issues using Jdbc code?

    #258680 Reply

    Riyad Kalla
    Member

    Moving to OT > Soft Dev

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Alternative to an Entity Bean

You must be logged in to post in the forum log in