Results 1 to 4 of 4

Thread: VO's + DAO's implementation or only Entity model [ With Pojo's and entitymanager ]

Threaded View

  1. #1
    Join Date
    Apr 2010
    Posts
    6

    Default VO's + DAO's implementation or only Entity model [ With Pojo's and entitymanager ]

    Hi,
    I am designing a web application where i need to consider between below two approaches, Any help in suggesting which one is better for a scalable application.

    Approach 1: Using VO's [Pojo layer] ---> DAO's[Data access layer] ----> service layer

    Approach2: Using Entity model [ Pojos and Data access layer are merged into a single layer] ----> Service layer
    In this approach i use entitymanager and annotations

    Thanks in advance,
    Bhargav
    Last edited by bhargav; Apr 13th, 2010 at 01:03 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •