-
Apr 12th, 2010, 04:36 PM
#1
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
-
Forum Rules